简体   繁体   English

从UI管理Kubernetes集群

[英]Manage Kubernetes cluster from UI

Is there any known approach with which we can manage the Kubernetes cluster from a dashboard kind of UI? 是否有任何已知方法可以从仪表板类型的UI管理Kubernetes集群? Kubernetes by default comes up with a UI which is good enough to view the details of running pods, services etc. 默认情况下,Kubernetes会提供一个足以查看正在运行的pod,服务等详细信息的UI。

But what is the approach if we need to modify some properties of Kubernetes cluster ( like increasing the replicas on RC, change auto-scaling policies etc. ) from UI rather than issuing kubectl commands? 但是,如果我们需要修改Kubernetes集群的某些属性( 如增加RC上的副本,更改自动扩展策略等 )而不是发布kubectl命令,那么该方法是什么?

I had heard that Kismatic is working towards achieving this same goal, but i am not quite sure how to configure from their github projects. 我听说Kismatic正在努力实现同样的目标,但我不太确定如何从他们的github项目进行配置。

I am using Google cloud for my projects. 我正在为我的项目使用Google云。

The UI that runs by default in Kubernetes doesn't currently support modifying anything running in the cluster, and there aren't any other official UIs that do. 默认情况下在Kubernetes中运行的UI当前不支持修改群集中运行的任何内容,并且没有任何其他官方UI可以执行此操作。 It's something that we'd definitely like to improve in the future. 这是我们一定希望在未来改进的东西。

However, the fabric8 folks have put together a console that does allow you to change what's running in a Kubernetes cluster in addition to viewing it. 但是,fabric8人员已经组装了一个控制台,除了可以查看它之外,它还允许您更改Kubernetes集群中正在运行的内容。 I haven't tried it myself so I can't vouch for it, but it may be worth checking out. 我自己没有尝试过,所以我不能保证它,但它可能值得一试。 There's a video demo here , with documentation here . 有一个视频演示在这里 ,与文档在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 设置 Rancher 来管理我的 Kubernetes 集群 - Setup Rancher to manage my Kubernetes Cluster 如何使用 nsenter 实用程序从 POD 连接和管理 Kubernetes 集群 - How do I connect and manage Kubernetes cluster from POD using nsenter utility 无法从kubernetes集群访问Rabbitmq仪表板 - rabbitmq dashboard is not accessible from kubernetes cluster 从 docker 容器内访问 Kubernetes 集群 - Access to a kubernetes cluster from inside a docker container Kubernetes - 无法从 Kubernetes 集群内部连接到 Redis Pod - Kubernetes - Unable to connect to Redis Pods from inside Kubernetes Cluster Kubernetes 集群中的 Kafka - 如何从 Kubernetes 集群外部发布/消费消息 - Kafka in Kubernetes Cluster- How to publish/consume messages from outside of Kubernetes Cluster 如何从运行在同一 Kube.netes 集群中的容器连接到 Docker,它在 Kube.netes 集群中的主机虚拟机上运行? - How do I connect to Docker, running on host VMs in a Kubernetes cluster from a container running in the same Kubernetes cluster? 将文件从 kubernetes 集群传输到其他 ec2 机器 - Transfer file from kubernetes cluster to other ec2 machine Ubuntu:无法从集群外部访问 Kubernetes 服务 - Ubuntu: Cannot access Kubernetes service from outside cluster 无法从 kubernetes 集群上的 angular pod 向服务发出 GET 请求 - Cannot make GET request to service from angular pod on kubernetes cluster
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM