$ kubectl get nodes NAME STATUS ROLES AGE VERSION kindcluster-control-plane Ready master 3h58m v1.18.2 kindcluster-control-plane2 Ready master 3h57m v1.18.2 kindcluster-control-plane3 Ready master 3h57m v1.18.2 kindcluster-worker Ready <none> 3h56m v1.18.2 kindcluster-worker2 Ready <none> 3h56m v1.18.2 kindcluster-worker3 Ready <none> 3h56m v1.18.2
Docker コンテナを確認してみると、ノードの台数分コンテナが確認できます。
Kubernetes Master の冗長構成のために使われている HAProxy も確認できます
1 2 3 4 5 6 7 8 9 10
$ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 758a3b2dbb76 kindest/haproxy:v20200708-548e36db "/docker-entrypoint.…" 4 hours ago Up 4 hours 127.0.0.1:42909->6443/tcp kindcluster-external-load-balancer 6e0965c46027 kindest/node:v1.18.2 "/usr/local/bin/entr…" 4 hours ago Up 4 hours 127.0.0.1:39285->6443/tcp kindcluster-control-plane3 d60c91ca4926 kindest/node:v1.18.2 "/usr/local/bin/entr…" 4 hours ago Up 4 hours kindcluster-worker2 74df5e7b84cc kindest/node:v1.18.2 "/usr/local/bin/entr…" 4 hours ago Up 4 hours kindcluster-worker 3bcd661140e3 kindest/node:v1.18.2 "/usr/local/bin/entr…" 4 hours ago Up 4 hours 127.0.0.1:46389->6443/tcp kindcluster-control-plane 6396d431ea32 kindest/node:v1.18.2 "/usr/local/bin/entr…" 4 hours ago Up 4 hours kindcluster-worker3 b32b5615b46f kindest/node:v1.18.2 "/usr/local/bin/entr…" 4 hours ago Up 4 hours 127.0.0.1:40325->6443/tcp kindcluster-control-plane2