UI in aws ubuntu 16.04 for kubernetes dashboard

6/28/2019

I set up kubernetes environment in aws ec2(ubuntu 16.04) instances. There is one master and two slaves. I have created the dashboard in the master node, to access it i required web based UI. I tried to install gnome environment in ec2 instance, but its not working. Is there any other way to access the dashboard of kubernetes or setting up web-UI in aws ec2 instance?

-- horton
amazon-web-services
kubernetes
ubuntu-16.04

1 Answer

6/28/2019

According to the AWS documentation:

This tutorial guides you through deploying the Kubernetes dashboard to your Amazon EKS cluster, complete with CPU and memory metrics. It also helps you to create an Amazon EKS administrator service account that you can use to securely connect to the dashboard to view and control your cluster.

EDIT: Check out those guides:

They will help you learn about and setup a Visualizer.

Please let me know if that helped.

-- OhHiMark
Source: StackOverflow