carvel-dev / carvel-dev/kapp-controller
introduce AppSet CRD
Open
awaiting-input
carvel-accepted
enhancement
- Dominant language
- Go
- Stars
- 323
- Forks
- 127
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 4
Description
AppSet is meant to represent same App deployed in several variations (it's analogous to Pod to Deployment relation where each Pod gets a unique name):
- across a set of clusters (based on collection of kubeconfig secrets)
- across a set of namespaces (may be based on collection of service accounts?)
- with different data values (with different config maps)
- with different source configuration (e.g. different git branches)
Contributor guide
Assessment
This issue has not been assessed yet.