본문 바로가기

CKA &. CKAD/Core Concepts

kubectl apply command

ㅁ Declarative

 

Create Object

kubectl apply -f nginx.yaml
kubectl apply -f /path/to/config-files

Update Object

kubectl apply -f nginx.yaml

 

'CKA &. CKAD > Core Concepts' 카테고리의 다른 글

Practice Test - Imperative Command  (0) 2021.03.25
CKA Tip 2: Imperative Command with kubectl  (0) 2021.03.25
Imperative vs Declarative  (0) 2021.03.24
Practice Test - Service  (0) 2021.03.24
Service  (0) 2021.03.24