Skip to content

Profile Comparison

The --profile flag is a shortcut for preset addon configurations; see the Configuration Reference for manual control of individual addons.

Addonminimalfullgatewayci
MetalLB--
Envoy Gateway--
Metrics Server--
CoreDNS Tuning---
Headlamp---
Local Registry---
cert-manager--

Starts a plain kind cluster with no addons installed.

Terminal window
kinder create cluster --profile minimal

Enables all 7 addons: MetalLB, Envoy Gateway, Metrics Server, CoreDNS Tuning, Headlamp, Local Registry, and cert-manager.

Terminal window
kinder create cluster --profile full

Enables MetalLB and Envoy Gateway for Gateway API routing with real LoadBalancer IPs.

Terminal window
kinder create cluster --profile gateway

Enables Metrics Server and cert-manager for HPA scaling and TLS certificate management.

Terminal window
kinder create cluster --profile ci

Pass --profile to kinder create cluster:

Terminal window
kinder create cluster --profile gateway
kinder create cluster --name my-cluster --profile ci