Profile Comparison
The --profile flag is a shortcut for preset addon configurations; see the Configuration Reference for manual control of individual addons.
Presets at a glance
Section titled “Presets at a glance”| Addon | minimal | full | gateway | ci |
|---|---|---|---|---|
| MetalLB | - | ✓ | ✓ | - |
| Envoy Gateway | - | ✓ | ✓ | - |
| Metrics Server | - | ✓ | - | ✓ |
| CoreDNS Tuning | - | ✓ | - | - |
| Headlamp | - | ✓ | - | - |
| Local Registry | - | ✓ | - | - |
| cert-manager | - | ✓ | - | ✓ |
Preset details
Section titled “Preset details”minimal
Section titled “minimal”Starts a plain kind cluster with no addons installed.
kinder create cluster --profile minimalEnables all 7 addons: MetalLB, Envoy Gateway, Metrics Server, CoreDNS Tuning, Headlamp, Local Registry, and cert-manager.
kinder create cluster --profile fullgateway
Section titled “gateway”Enables MetalLB and Envoy Gateway for Gateway API routing with real LoadBalancer IPs.
kinder create cluster --profile gatewayEnables Metrics Server and cert-manager for HPA scaling and TLS certificate management.
kinder create cluster --profile ciHow to use a profile
Section titled “How to use a profile”Pass --profile to kinder create cluster:
kinder create cluster --profile gatewaykinder create cluster --name my-cluster --profile ci