UI 在 aws ubuntu 16.04 中用于 kubernetes 仪表板
UI in aws ubuntu 16.04 for kubernetes dashboard
我在 aws ec2(ubuntu 16.04) 实例中设置了 kubernetes 环境。有一个主人和两个奴隶。我已经在主节点中创建了仪表板,要访问它我需要基于 Web UI。我试图在 ec2 实例中安装 gnome 环境,但它不起作用。有没有其他方法可以访问 kubernetes 的仪表板或在 aws ec2 实例中设置 web-UI?
根据 AWS 文档:
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.
编辑:
查看这些指南:
- Kubernetes Visualizer
- How to Visualize Docker & Kubernetes
- Setting up Kubernetes visualization of a cluster
他们将帮助您了解和设置展示台。
如果有帮助,请告诉我。
我在 aws ec2(ubuntu 16.04) 实例中设置了 kubernetes 环境。有一个主人和两个奴隶。我已经在主节点中创建了仪表板,要访问它我需要基于 Web UI。我试图在 ec2 实例中安装 gnome 环境,但它不起作用。有没有其他方法可以访问 kubernetes 的仪表板或在 aws ec2 实例中设置 web-UI?
根据 AWS 文档:
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.
编辑: 查看这些指南:
- Kubernetes Visualizer
- How to Visualize Docker & Kubernetes
- Setting up Kubernetes visualization of a cluster
他们将帮助您了解和设置展示台。
如果有帮助,请告诉我。