https://github.com/vegito11/argo-rollout-learning
https://github.com/vegito11/argo-rollout-learning
argocd cicd cloud-native deployment helm learning
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vegito11/argo-rollout-learning
- Owner: vegito11
- License: mit
- Created: 2023-06-24T11:36:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T07:04:01.000Z (almost 2 years ago)
- Last Synced: 2024-07-07T08:23:30.284Z (almost 2 years ago)
- Topics: argocd, cicd, cloud-native, deployment, helm, learning
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## ArgoCD Rollout Learning
1. [Introduction](./01-Introduction/01-Intro.md)
- [Why Argo Rollouts](./01-Introduction/01-Intro.md#why-argo-rollouts)
- [Overview of Woking](./01-Introduction/02-Working-Overview.md)
2. [Installation & Commands](https://argo-cd.readthedocs.io/en/stable/getting_started/)
- [Install ArgoCD](./02-Installation/Installation.md)
- [ArgoCD Values Config ](./02-Installation/ArgoCD_Configuration.md)
- [Install Argo Rollout](./02-Installation/Install-ArgoRollouts.md)
- [Install ArgoCLI, Argo Rollout plugin](./02-Installation/Install-ArgoCLI.md)
3. **Argo Rollout Workload**
- [Basic Example](./03-Basic-Examples/01-Basic.md)
- [ALB ingress Example](./03-Basic-Examples/01-ALB-Ingress.md)
- [Rollout Specitifaction](./03-Basic-Examples/rollspec.yml)
4. [Different Steategy](https://argo-rollouts.readthedocs.io/en/stable/features/bluegreen/)
- [Bluegreen](./04-Strategy/Bluegreen.md)
- [Sequence of Events](./04-Strategy/Blue-Green-Events.md)
- [Configurable Feature](./04-Strategy/Configurable-Features.md)
- [Bluegreen Example](./04-Strategy/BlueGreen-Example.md)