Further reading
Check out the following links to learn more about the installation options that are available for minikube, kubectl, and Helm:
- Minikube: https://kubernetes.io/docs/tasks/tools/install-minikube/
- kubectl: https://kubernetes.io/docs/tasks/tools/install-kubectl/
- Helm: https://helm.sh/docs/intro/install/
We covered various ways of configuring Helm post-installation. Check out the following links to learn more about these topics:
- Repository management: https://helm.sh/docs/intro/quickstart/#initialize-a-helm-chart-repository
- Plugin management: https://helm.sh/docs/topics/plugins/
- Environment variables and the
helm help
output: https://helm.sh/docs/helm/helm/ - Tab completion: https://helm.sh/docs/helm/helm_completion/
- Authentication and authorization via the
kubeconfig
file: https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/