로딩
티스토리 데이터 처리 중입니다.

[Cloud] 3.Kuberdnetes Pod deploy

 [Cloud] 3.Kuberdnetes Pod deploy

There are several deployable objects (Obejct ) in Kubernetes, but the smallest unit among them is a Pod . This Pod has an individual IP and can be configured as one container or multiple containers and volumes inside the Pod as shown in the figure.

The recommendation is to configure one container per Pod. The reason is that, as MSA (Micro Service Architecture), if multiple containers exist in a .....