k8s/TestingKubernetes
- How to test k8s deployments
2026 - kuttl
Spin-up kind cluster, test and destroy
# easy to create and destroy kind cluster kind create cluster
Test
kubectl kuttl test tests/
- Install all
- Wait till ready (e.g. crossplane/deployment etc.)
- kuttl create random namespace
- all-install
- asserts
- DIFF look for "-" removals from yaml resources deployed
