DevOps Classroom notes 21/Feb/2026

GitOps

  • Traditional deployment (push)
    Preview
  • Git ops deployment
    Preview
  • Gitops in k8s can be acheived using

    • Argocd
    • Flux
  • Argocd when installed also installs CRDs

Try Argocd with AKS

  • Bring up aks cluster.
  • Refer Here for argo cd installation
  • Refer Here for core concepts
  • prompt: Give me schema of Argocd Application and help me in writing manifest which connect to my git repo in a specific folder with k8s manifest files
  • prompt: Give me schema of Argocd Application and help me in writing manifest which connect to my git repo in a specific folder with helm chart
  • Installing argocd into aks
kubectl create namespace argocd

kubectl apply -n argocd \
  -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml


# for cloud
kubectl patch svc argocd-server -n argocd \
  -p '{"spec": {"type": "LoadBalancer"}}'

# username is admin
kubectl get secret argocd-initial-admin-secret \
  -n argocd \
  -o jsonpath="{.data.password}" | base64 -d

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube