StarlingUAS / ProjectStarling

BRL Flight Arena Infrastructure 2.0
Other
16 stars 3 forks source link

Dynamic Kubernetes Configurations #34

Open mhl787156 opened 3 years ago

mhl787156 commented 3 years ago

Current method of kubernetes configuration is in static scripts. These scripts are neither extensible nor reusable, requiring a lot of copy pasting to get specific configurations, or the application of a large number of config files. Possible solutions include tools such as kustomize and the docs are here

Either that or using the kubernetes python api to dynamically create files. There may exist tools for that already.