codelab/01_kpt-validate/README.md
This codelab introduces how to validate your app configurations before deploying them to the cluster. You are not required to know kpt or skaffold before starting the codelab.
After this session, you will have obtained more powerful tools to validate and manage your configurations.
Kpt is an OSS tool for Kubernetes packaging, which uses a standard format to bundle, publish, customize, update, and apply configuration manifests.
You can try out this interactive codelab using Cloud Shell.
Try "02_kpt-deploy" to learn why you should use kpt to deploy your application in skaffold in lieu of kubectl or kustomize.