<1>
<2>
kubernetes 공식홈페이지에 pod 검색
참고, 메모장에 옮겼다가 수정
<3>
<4>
<5>
<6>
<7>
<8>
<9>
<10>
<11>
<12>
<13>
kubectl edit pod <pod명> 사용
linux 에서 vi 로 파일탐색할때 i 누르면 수정모드로 들어간다. 그리고 수정 후 ctrl+c 누르면 되돌아나온다.
:wq! 쳐서 저장+종료+강제 실행
'TIL > Udemy Kubernetes' 카테고리의 다른 글
Kubernetes KodeKloud Lab - Practice Test - Imperative Commands (0) | 2024.09.23 |
---|---|
Kubernetes KodeKloud Lab - Practice Test - Services (0) | 2024.09.23 |
Kubernetes KodeKloud Lab - Practice Test - Namespaces (0) | 2024.09.23 |
Kubernetes KodeKloud Lab - Practice Test - ReplicaSets (0) | 2024.09.23 |