plugins/secure/skills/gke-cluster-configuration/SKILL.md
Private GKE cluster setup, Workload Identity, and Shielded Nodes with Binary Authorization using Terraform.
npx skillsauth add adaptive-enforcement-lab/claude-skills gke-cluster-configurationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This section covers the foundational security configurations for GKE clusters:
Public Cluster Risk
Public control planes expose your cluster API to the internet. Even with strong authentication, this increases attack surface and is not recommended for production.
gcloud CLI installed and authenticatedProduction Warning
These configurations enforce strict security controls. Test in QAC/DEV before production deployment.
Fundamental cluster security configuration covering private networking, identity federation, and image verification.
This section covers the foundational security configurations for GKE clusters:
Public Cluster Risk
Public control planes expose your cluster API to the internet. Even with strong authentication, this increases attack surface and is not recommended for production.
All configurations use Terraform for Infrastructure as Code, enabling:
gcloud CLI installed and authenticatedProduction Warning
These configurations enforce strict security controls. Test in QAC/DEV before production deployment.
See examples.md for detailed code examples.
This section covers the foundational security configurations for GKE clusters:
Public Cluster Risk
Public control planes expose your cluster API to the internet. Even with strong authentication, this increases attack surface and is not recommended for production.
All configurations use Terraform for Infrastructure as Code, enabling:
gcloud CLI installed and authenticatedProduction Warning
These configurations enforce strict security controls. Test in QAC/DEV before production deployment.
See examples.md for detailed code examples.
All configurations use Terraform for Infrastructure as Code, enabling:
documentation
Workload Identity Federation implementation guide. GKE setup, IAM bindings, ServiceAccount configuration, migration from service account keys, and troubleshooting patterns.
development
Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation and code injection through trigger misconfiguration.
development
Structured framework for evaluating GitHub Actions security before adoption. Trust tiers, risk assessment checklist, and decision tree for action evaluation.
testing
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.