Skip to content

GitOps Workflow using ArgoCD 🐙 and GitActions :octocat:

Notifications You must be signed in to change notification settings

GabrielDyck/argo-cd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

argo-hello-world

Argo Core-Concepts

https://argoproj.github.io/argo-cd/core_concepts/

Argo Getting Started

https://argoproj.github.io/argo-cd/getting_started/

Argo Blue Green Deployment

https://argoproj.github.io/argo-rollouts/features/bluegreen.html

Argo Analysis

https://argoproj.github.io/argo-rollouts/features/analysis.html#analysis-progressive-delivery

Argo-UI:

kubectl port-forward svc/argocd-server -n argocd 8080:443

Get UI Password:

kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d && echo

Argo Private Repository

https://argoproj.github.io/argo-cd/user-guide/private-repositories/

Install kubeseal

https://aws.amazon.com/es/blogs/opensource/managing-secrets-deployment-in-kubernetes-using-sealed-secrets/

Kubeseal Repo

https://github.com/bitnami-labs/sealed-secrets

About

GitOps Workflow using ArgoCD 🐙 and GitActions :octocat:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published