This has been tested using MicroK8s but should still work with any Kubernetes
You have a choice of:
- using kustomize, Kubernetes native configuration management. (The Recommanded Method). You can find instructions in the kustomize folder.
- using ytt, a templating tool that understands YAML structure allowing you to focus on your data instead of how to properly escape it. You can find instructions in the ytt folder.
- using the regular standard yaml files, but you'll have to edit more places in the files, depending what you want to run. You can find instructions in the standard-yaml folder.