Category Archives: Kubernetes

Kubernetes – ArgoCD 설치

Kubernetes – ArgoCD 설치

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl 
더보기

Kubernetes 디버깅

Kubernetes 디버깅

Kubernetes 운영상에 오류를 디버깅하는 명령어를 정리해 봅니다.

Ingress-Controller

Ingress-Controller 상태확인

kubectl get ing 
더보기