Simplifying Kubernetes Deployments with ArgoCD: A Step-by-Step Guide.
Hi all. In this video, I am going show you to install ArgoCD & deploy sample application onto Kubernetes Cluster using argocd tool. Following are the commands to install argocd & deploy application on Kubernetes cluster.
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
curl -sSL -o argocd-linux-amd64 https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64
sudo install -m 555 argocd-linux-amd64 /usr/local/bin/argocd
rm argocd-linux-amd64
argocd admin initial-password -n argocd
argocd login ARGOCD_SERVER
argocd app create guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path guestbook --dest-server https://kubernetes.default.svc --dest-namespace default
Видео Simplifying Kubernetes Deployments with ArgoCD: A Step-by-Step Guide. автора Pythonic
Видео Simplifying Kubernetes Deployments with ArgoCD: A Step-by-Step Guide. автора Pythonic
Информация
4 декабря 2023 г. 3:54:09
00:16:57
Похожие видео