kusk-gen
kusk-gen copied to clipboard
Kusk Gen generates Ingress-controller configurations from your OpenAPI definition
**Describe the bug** `go install` is failing at `v0.7.0`, i.e., `latest` at the time of writing this. **To Reproduce** Steps to reproduce the behavior: 1. `go install github.com/kubeshop/[email protected]` or `go...
Similiar to https://github.com/kubeshop/kusk-gateway/issues/24
Wizard will look for kubeconfig only in ~/.kube/config which may not always be the case https://github.com/kubeshop/kusk-gen/blob/main/wizard/wizard.go#L20
**Is your feature request related to a problem? Please describe.** Kusk needs TLS configuration for generated Ingresses, TLS is ubiquitous these days. **Describe the solution you'd like** Minimal implementation would...
**Is your feature request related to a problem? Please describe.** Kusk should have a generator that generates vanilla ingress resources **Describe the solution you'd like** It will create whatever default...
When kusk generates operation-specific ingresses from a swagger2 specification, the (optional) basePath in that definition gets lost. For example if my Swagger2 definition contains ```yaml basePath: "/api" ``` and an...
**Is your feature request related to a problem? Please describe.** Currently ingress nginx only supports the ability to trim a path prefix before passing the request onto the service. It...
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...
**Is your feature request related to a problem? Please describe.** I'm new to kubernetes and need to install an API gateway to expose my API. I want to use kusk...
**Is your feature request related to a problem? Please describe.** I'm using HAProxy for my REST APIs and it's a hassle to create/maintain the required configurations **Describe the solution you'd...