Exposing the Kubernetes Dashboard with an Ingress
With MicroK8s it’s easy to enable the Kubernetes Dashboard by running If you’re running MicroK8s on a local PC or VM, you can access the dashboard with kube-proxy as described in the docs, but if you want to expose it properly then the best way to do this is with an Ingress resource. Firstly, make […]
Read more "Exposing the Kubernetes Dashboard with an Ingress"