k8s

Kubernetes dashboard on a turquoise background.

Kubernetes Dashboard

Kubernetes Dashboard allows you to manage pods and cluster configuration from a web user interface (UI). You can write your own YAML or json file and upload it via Dashboard, and it will automatically create deployments for you. Kubernetes Dashboard is free to install, and you can follow the below steps. I will be using

Kubernetes Dashboard Read More »

Kubernetes proxy logo on a blue background.

Kubernetes Proxy

Kubernetes Proxy allows you to access core components of Kubernetes. Such as API, Kubernetes Dashboard, etc. In order to use Kubernetes proxy, you will need to ensure proper configurations are in place on your system where you are accessing it from. If you are remotely managing Kubernetes Cluster, I recommend following a few of my

Kubernetes Proxy Read More »

Kubernetes dashboard remote access.

Kubernetes Dashboard Remote Access

If you received an error like below, you need to grant access to Kubernetes dashboard to your cluster. configmaps is forbidden: User “system:serviceaccount:kube-system:kubernetes-dashboard” cannot list configmaps in the namespace “default” If you are planning to access to Kubernetes Dashboard via proxy from remote machine, you will need to grant ClusterRole to allow access to dashboard.

Kubernetes Dashboard Remote Access Read More »

Scroll to Top