# Crossplane — The Cloud Native Control Plane Framework > Crossplane extends Kubernetes with Custom Resources that represent cloud infrastructure, letting you compose and manage AWS, Azure, GCP, and SaaS resources with kubectl and GitOps. ## Install Save as a script file and run: # Crossplane — The Cloud Native Control Plane Framework ## Quick Use ```bash # Install Crossplane into a cluster helm repo add crossplane-stable https://charts.crossplane.io/stable helm install crossplane crossplane-stable/crossplane -n crossplane-system --create-namespace # Install a provider (AWS) kubectl apply -f - <