kubeshop / kusk-gen

Kusk Gen generates Ingress-controller configurations from your OpenAPI definition
https://kubeshop.github.io/kusk-gen
MIT License
173 stars 12 forks source link

Automated ingress configuration updates #156

Open olensmar opened 2 years ago

olensmar commented 2 years ago

As a developer I want to have a rapid development loop when I make changes to my API - whenever I update my API i want my corresponding ingress configuration to be updated accordingly without having to involve Ops to do so. I know I could do this with a GitOps approach using something like ArgoCD - but my team doesn't have the know-how or time to set that up - would it be possible to install something in my dev-cluster that automatically keeps things in sync for me? A "Kusk Operator"?