We run our software in Kubernetes.
make install
- (Optional) Install
Lens
from here or usek9s
as a low resource consumption alternative from here or from source here - Setup your docker resources, 6vCPU/10Gb RAM are enough for most CL related tasks
k3d cluster create local
- Check your contexts with
kubectl config get-contexts
- Switch context
kubectl config use-context k3d-local
- Run any tests, use a guide here
- Stop the cluster
k3d cluster stop local