Deploying Kubernetes Dashboard to a K3S Kubernetes cluster with Helm
Posted on Thu 19 September 2024 in helm
Deploying apps to Kubernetes clusters is easy with Helm. Or so they say...
What I want to achieve:
- Deploy Helm to my K3S cluster nodes
- Deploy the Kubernetes Dashboard to a K3S cluster (as set up in Deploying Kubernetes to Raspberry pi 5)
- Create a user with viewer rights on …
Continue reading