How to disable the Kubernetes Dashboard for a GKE cluster

0 votes
How do I disable the Kubernetes Dashboard add-on to conserve cluster resources?
Oct 30, 2019 in GCP by Sam
• 6,260 points
1,748 views

1 answer to this question.

0 votes

The Kubernetes Dashboard is disabled by default on GKE versions 1.10 and higher.

You can disable the Kubernetes Dashboard add-on to conserve cluster resources. There is little or no downside to disabling the dashboard because it is redundant to the GKE dashboards available in Google Cloud Platform Console.

To disable the dashboard:

gcloud container clusters update [CLUSTER_NAME]
--update-addons=KubernetesDashboard=DISABLED

To enable to dashboard:

gcloud container clusters update [CLUSTER_NAME]
--update-addons=KubernetesDashboard=ENABLED
answered Oct 30, 2019 by Sirajul
• 59,230 points

Related Questions In GCP

+1 vote
1 answer
0 votes
1 answer

How do I determine cluster endpoints for a GKE cluster?

To determine your cluster endpoints, describe your ...READ MORE

answered Oct 30, 2019 in GCP by Sirajul
• 59,230 points
1,554 views
+1 vote
1 answer
0 votes
1 answer

Can I create a load balancer with path based routing in GKE?

Yes, it's possible. Note that you simply will use the internal Load balancing (ILB) for ...READ MORE

answered Oct 10, 2019 in GCP by Sirajul
• 59,230 points
950 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP