Requirements

To run the SDP, you need to have Kubernetes and Helm installed.

Kubernetes

The user CLI of Kubernetes is kubectl. Follow the instructions here to install it: https://kubernetes.io/docs/tasks/tools/#kubectl

Command help guide: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands

If you are using Minikube to install and run SDP, follow the instructions here: Installing and developing in Minikube

Helm

Helm is available from most typical package managers, see Introduction to Helm.

Command help guide: https://helm.sh/docs/helm/helm/

K9s

K9s is terminal-based UI for Kubernetes clusters which provides a convenient interactive interface. It is not required to run the SDP, but it is recommended for its ease of use.