Deployment
Deployment prerequisites
Before getting started, you’ll need some prequisite tools installed on your system. If you’re using MacOS, we recommend that you install homebrew.
kubectl
You’ll need kubectl
to communicate with your Kubernetes cluster.
MacOS
brew update
brew install kubectl
kubectl version --client
See the Kubernetes Docs for other installation methods.
Helm
You’ll need the helm CLI helm
to configure your Kubernetes cluster.
MacOS
brew install helm
helm version
You should be on at least helm version v3.10.2
to make sure you don’t run into any issues.
See the Helm Docs for other installation methods.
Choose your cloud provider
Last updated
Was this helpful?