forked fromtetratelabs/tsb-gitops-demo
- Notifications
You must be signed in to change notification settings - Fork1
tetrateio/tse-gitops-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository demonstrates TSE GitOps support integrated with ArgoCD, ArgoRollout, FluxCD & SkyWalking for canary deployments and progressive delivery automation.
Istio'sbookinfo app has been used as a sample application.
Argo demonstrates canary deployments integrations and auto promotion usingArgo Rollouts &SkyWalking.
Flagger demonstrates canary deployments integrations usingFlagger.
.├── README.md├── application│ ├── bookinfo.yaml│ └── namespace.yaml├── argo│ ├── README.md│ ├── rollout│ │ ├── analysis.yaml│ │ └── rollout.yaml│ └── tse│ └── conf.yaml└── flagger ├── canary │ └── canary.yaml └── tse └── conf.yaml