jumpbox 1대, kubernetes control-plane 1대 그리고 Worker node 2대를 준비해 kubernetes cluster 구성을 할 예정입니다.
아래 서버들은 어디에 구성을 하든 통신만 가능하다면 문제는 없습니다.
(단 aws같은 퍼블릭 클라우드의 경우 source/destination checks
를 비활성화 해야 pod 간 통신이 문제없이 되실 겁니다.)
https://docs.aws.amazon.com/vpc/latest/userguide/VPC_NAT_Instance.html#EIP_Disable_SrcDestCheck
Name | OS | IP | spec | description |
---|---|---|---|---|
jumpbox | Ubuntu 22.04 | 10.0.35.177 | 4core, 8GB, 50GB | kubernetes 관리 |
controlplane-1 | Ubuntu 22.04 | 10.0.35.207 | 4core, 8GB, 50GB | kubernetes controlplane(master) |
node-1 | Ubuntu 22.04 | 10.0.34.93 | 4core, 8GB, 50GB | kubernetes worker node |
node-2 | Ubuntu 22.04 | 10.0.32.237 | 4core, 8GB, 50GB | kubernetes woker node |
Next: Setting up the Jumpbox