Installing the utilities
You need 4 command line tools to be able to manage your Kubernetes cluster:
cfctl
, for deployment, backup, and upgrading of the Kubernetes cluster.kubectl
, for managing your Kubernetes cluster.kubeseal
, for encrypting the secrets.helm
, for Helm chart template.
We have a script inside the scripts
directory to install and set up a working environment.
Just run:
. ./scripts/setup-env
The binaries is stored inside the bin
directory and the PATH
is automatically set.