K8s Cluster Setup verification
Configuration
Check default configuration config.yml inline comments to get more context on general configuration parameters.
Run
# [required] install dependencies
yarn install
# [optional] export custom kubeconfig (should be an absolute path)
export KUBECONFIG=/path/to/kubeconfig
# Run with default config
yarn start
# or run custom config location
yarn start -c \$.external=./path-to-custom-config.yml