Accessing Kubernetes Web UI Dashboard

+1 vote
Kubernetes has installed and is running in one node instance.

However, I'm not able to access the Web UI at https://<kubernetes-master>/ui. Instead I can access it on https://<kubernetes-master>:6443/ui.

How could I fix this?
Sep 3, 2018 in Kubernetes by Hannah
• 18,570 points

retagged Nov 12, 2018 by Omkar 2,006 views

2 answers to this question.

0 votes

The URL you are using to access the dashboard is an endpoint on the API Server. By default, kubeadm deploys the API server on port 6443, and not on 443, which is what you would need to access the dashboard through https without specifying a port in the URL (i.e. https://<kubernetes-master>/ui)

Ready to master Kubernetes and take your container orchestration skills to the next level? Join our comprehensive Kubernetes Course today!

answered Sep 3, 2018 by Kalgi
• 52,360 points
+1 vote
To access Kubernetes dashboard, you need to add new deployment in your kubernetes cluster and create proxy connection to access the dashboard. Please check this article: https://blog.tekspace.io/kubernetes-dashboard/
answered Apr 16, 2019 by Ray
Thanks Ray! I've added a new deployment for the dashboard. Now how do I create proxy connection to access it?

Related Questions In Kubernetes

+3 votes
5 answers

Is accessing kubernetes dashboard remotely possible?

Yes it is possible by using NodePort ...READ MORE

answered Mar 9, 2020 in Kubernetes by Ali
• 160 points
46,073 views
0 votes
1 answer

UI for accessing Kubernetes pods

Hey @Ali, you can use the dashboard. ...READ MORE

answered Jan 8, 2019 in Kubernetes by Vini
766 views
0 votes
0 answers

Kubernetes dashboard Url is not accessing in my browser?

im facing the issue from yesterday.  i ...READ MORE

Jun 20, 2019 in Kubernetes by anonymous

closed Jun 20, 2019 by Kalgi 926 views
0 votes
3 answers

Kubernetes dashboard status-CrashLoopBackOff

I had the same issue, struggled for days. ...READ MORE

answered Apr 24, 2019 in Kubernetes by Bebo
8,638 views
0 votes
1 answer

Kubernetes Dashboard v1.8.3 deployment

You’ve created your ServiceAccount on a different ...READ MORE

answered Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
719 views
0 votes
1 answer

Error while creating kubernetes dashboard

The installation fails because there is no ...READ MORE

answered Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
1,554 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,523 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 5,977 views
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