Further reading
Check out the following links to learn more about the installation options 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 different ways of configuring Helm post-installation. Check out the following links to learn more about the following 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
kub
econfig
file: https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/