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

[Cloud] 2. Kubernetes namespace

 [Cloud] 2. Kubernetes namespace

In this post, I will post about Namespace, a virtual cluster function in Kubernetes. In the picture above, Pods of the same color exist in the same Namespace.

Create multiple clusters using namespace in one node. The same namespace between each node communicates, that is, it provides the function of a virtual cluster.

Namespace is what makes classification into virtual clusters possible. The.....