kusk-gen icon indicating copy to clipboard operation
kusk-gen copied to clipboard

Kusk Gen generates Ingress-controller configurations from your OpenAPI definition

Results 15 kusk-gen issues
Sort by recently updated
recently updated
newest added

**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...

kind/bug

Similiar to https://github.com/kubeshop/kusk-gateway/issues/24

kind/feature

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...

kind/feature

**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...

kind/feature
good first issue

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...

kind/enhancement

**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...

area/generators
kind/feature

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...

area/operator
kind/feature

**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...

kind/feature

**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...

kind/feature