Replication Controller 랑 비슷함
차이는 풍부한 Selector를 지원해줌
- matchLabels, matchExpressions 를 쓸 수 있음
- matchExpressions 을 통해 or 조건, not null 조건등을 쓸 수 있음
controller 없애주기
kubectl delete rs rs-nginx --cascade=false
- label은 서로 다른 pod간 절떄 겹치지 않게 한다. 겹치면 있다고 인식하여 replicas의 갯수가 덜 생성된다.
'쿠버네티스' 카테고리의 다른 글
StatefulSet (0) | 2022.04.04 |
---|---|
daemonset (0) | 2022.04.04 |
Controller (0) | 2022.04.03 |
static pod / pod 리소스 / pod 변수 (0) | 2022.04.03 |
init container / infra container (pause conatiner) (0) | 2022.03.28 |