Kubernetes WebUI
Overview Steps to enable Web UI for Kubernetes Apply Yaml File Url kubectl apply {dashboard_yaml_url} Go to the site https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ and get the URL to apply : Get token to Login locally kubectl describe secret -n kube-system Above command will return a whole lot of tokens. Get the service-account-token from it. Create Proxy Now enter…