AKS群集上的主节点

编程入门 行业动态 更新时间:2024-10-26 00:31:32
本文介绍了AKS群集上的主节点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我使用AKS服务创建了一个Kubernetes集群.

I created a Kubernetes cluster using AKS service.

当我执行"kubectl获取节点"时,我希望看到主节点.但是,我没有.我只看到Agent(角色)节点.

When I execute "kubectl get nodes", I expect to see the Master node. However, I don't. I only see the Agent (Role) nodes.

是否可以查看主"节点?我要执行此操作的原因是检查群集中是否启用了RBAC,如果未启用,请启用它.

Is it possible to look at Master node? The reason I want to do this is to check if RBAC is enabled in my cluster, and if not, enable it.

谢谢.

推荐答案

是否可以查看主"节点?我要这样做的原因是检查是否在我的集群中启用了RBAC,如果没有,请启用它.

Is it possible to look at Master node? The reason I want to do this is to check if RBAC is enabled in my cluster, and if not, enable it.

由Azure管理的Kubernetes主节点可能不可能,因为Azure会为您处理这些关键的维护任务,所以AKS不会不提供直接访问(例如使用SSH))添加到群集中.

It is not possible, Kubernetes master node managed by Azure, because Azure handles these critical maintenance tasks for you, AKS does not provide direct access (such as with SSH) to the cluster.

如果您需要对Azure资源管理器模板的更多控制,则可以使用开源 acs-engine 项目,以构建您自己的自定义kubernetes集群并通过az CLI对其进行部署.

If you need more control over the Azure resource manager templates, you can use the open source acs-engine project to build your own custom kubernetes cluster and deploy it via the az CLI.

更多推荐

AKS群集上的主节点

本文发布于:2023-11-25 15:52:26,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1630375.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:节点   AKS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!