kubernetes-sigs / kubespray

Deploy a Production Ready Kubernetes Cluster
Apache License 2.0
16.22k stars 6.5k forks source link

master and worker nodes #11739

Closed TrinityGale closed 4 days ago

TrinityGale commented 5 days ago

What would you like to be added

I gave a diagram with mermaidjs, I installed 3 nodes, but I thought of it as 1 master 2 worker, but I didn't understand it as if it was 2 masters, or is it more logical to be like that, or is it still 1 master, master components are in node2, I apologize for my English.

Mermaidjs diagram classDiagram class Node1 { <<NOED 1>> API Server Controller Manager Scheduler Calico Node CoreDNS NodeLocalDNS } class Node2 { <<NODE 2>> API Server Controller Manager Scheduler Calico Node CoreDNS NodeLocalDNS } class Node3 { <<NODE 3>> Calico Node CoreDNS NodeLocalDNS Nginx-Proxy Metrics-Server } Node1 "hosts" -- Calico-kube-controllers Node1 "hosts" -- coredns-d665d669-skv4t Node1 "hosts" -- nodelocaldns-k48mt Node2 "hosts" -- calico-node-4sw8p Node2 "hosts" -- coredns-d665d669-nlpvp Node2 "hosts" -- dns-autoscaler-5cb4578f5f-p82gp Node2 "hosts" -- nodelocaldns-sd5q6 Node3 "hosts" -- calico-node-2fbrl Node3 "hosts" -- metrics-server-587b667b55-qndmm Node3 "hosts" -- nginx-proxy-node3 Node3 "hosts" -- nodelocaldns-v8rgn

Why is this needed

I couldn't find anything in the forumof this repo or I couldn't log in with slack, I wrote here, I hope I didn't do it wrong.

tico88612 commented 4 days ago

Please register Kubernetes Slack first. Register Link And go to #kubespray and ask your question.

By the way, your mermaid diagram is broken. I can't use the online tool or GitHub's built-in mermaid to display it.

/close

k8s-ci-robot commented 4 days ago

@tico88612: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/kubespray/issues/11739#issuecomment-2496051854): >Please register Kubernetes Slack first. [Register Link](https://communityinviter.com/apps/kubernetes/community) >And go to [#kubespray](https://kubernetes.slack.com/archives/C2V9WJSJD) and ask your question. > >By the way, your mermaid diagram is broken. I can't use the online tool or GitHub's built-in mermaid to display it. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.