Kubectl


# 기본 형태
$ kubectl [command] [TYPE] [NAME] [flags]
# apply
$ kubectl apply -f [NAME] [flags]
# create
$ kubectl create -f [NAME] [flags]
# get
$ kubectl get [TYPE] [NAME] [flags]
# describe
$ kubectl describe -f [NAME] [flags]
# logs
$ kubectl logs [flags] [NAME] 
# edit
$ kubectl edit [TYPE] [NAME]

This line appears after every note.

Notes mentioning this note


Here are all the notes in this garden, along with their links, visualized as a graph.