Docker K8S CLI - jupark33/Spring GitHub Wiki

  • ์ปจํ…Œ์ด๋„ˆ ์„ค๋ช…
docker describe gitlab
  • ์ปจํ…Œ์ด๋„ˆ ์ค‘์ง€
docker stop dkfhelkf
  • ์ปจํ…Œ์ด๋„ˆ ์‚ญ์ œ
docker rm dkfhelkf
  • Argocd ์„ค์น˜
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
  • Argocd ์‚ญ์ œ
kubectl delete -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
  • POD ์ƒํƒœ
kubectl describe pod argocd-server-b8bd4f4b5-hq6dn -n argocd
  • POD ๋‚ด๋ถ€ Shell
kubectl exec -it argocd-server-56f7986dff-znzwc -n argocd -- bash
  • docker ์ปจํ…Œ์ด๋„ˆ ๋กœ๊ทธ
docker logs -f --tail 30 [cotainer๋ช…]
  • ํŠน์ • ๋„คํŠธ์›Œํฌ์— ์†Œ์†๋œ ์ปจํ…Œ์ด๋„ˆ ํ™•์ธ
docker network inspect cp_default