The Kubernetes server runs locally within your Docker instance, is not configurable, and is a single-node cluster. It runs within a Docker container on your local system, and is only for local testing. https://docs.docker.com/desktop/kubernetes/ https://bus-ekapop.medium.com/setup-k8s-single-node-with-docker-desktop-and-helm-ab537c0ae01c
helm lint .
helm template .
helm install --dry-run python-test ./mychart
helm install python-test ./mychart
helm list
helm uninstall python-test