Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # 매니페스트 <code> kubectl run nginx --image=nginx:latest --restart=Never </code> <code> apiVersion: v1 kind: Pod metadata: name: nginx spec: containers: - name: nginx image: nginx:latest </code> ## Docs - [[파드]] - [[매니페스트 관리 도구]] open/매니페스트.txt Last modified: 2024/10/05 06:15by 127.0.0.1