Recent posts

Daemonsets

1 minute read

DaemonSet A DaemonSet ensures that all (or some) Nodes run a copy of a Pod. As nodes are added to the cluster, Pods are added to them. As nodes are removed f...

Volumes

3 minute read

Volumes On-disk files in a Container are ephemeral, which presents some problems for non-trivial applications when running in Containers. First, when a Conta...

Services

4 minute read

Kubernetes Pods are mortal. While each Pod gets its own IP address, even those IP addresses cannot be relied upon to be stable over time. This leads to a pr...

chapter16. Setting Agreements and Rules

3 minute read

학습목표 수용 가능한 사용 정책 작성하기 사용자의 권리와 책임 보안 정책 보안 작업 허용 권리 명시 정책과 협정을 유지하고 배포하는 방법