Closed TrinityGale closed 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
@tico88612: Closing this issue.
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.