Skip to content

zohebk8s/zoh-argo-aks

Repository files navigation

Gitops Implementation ArgoCD:

Pipeline is configured in such a way that whenever commit happens in main/development branch.

Github Actions will trigger a pipeline with below actions:

  1. Build an Image
  2. Push Image to ACR
  3. Update commit tag in helm/values.yaml
  4. Push the change
  5. As soon as the tag has been replaced, ArgoCD will deployed the tag in AKS Cluster
  6. Added runners in K8s Cluster
  7. Runners are available in GKE Cluster.

The runner deployment will not work in GKE -v1.24.9-gke.3200. In cluster, the runners will be up/running. But it won't be availble to use.(As it will be in offline state in Github)

Add below code in order to make it work:

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published