StatefulSet 썸네일형 리스트형 [K8S] Statefulset Statefulset Pod의 상태를 유지해주는 컨트롤러 - Pod 이름 - Pod 의 볼륨(스토리지) Pod이름 : Hash값으로 Random으로 만들어진다. serviceName이라는 Field를 가지고 동작한다. # DaemonSet처럼 노드당 하나씩 보장해주는 것은 아님. # 파드의 이름을 보장해줄 뿐이다. [master ~]$ cat > rc-nginx.yaml apiVersion: v1 kind: ReplicationController metadata: name: rc-nginx spec: replicas: 3 selector: app: webui template: metadata: name: nginx-pod labels: app: webui spec: containers: - name: n.. 더보기 이전 1 다음