provectus / kafka-ui-charts

UI For Apache Kafka Helm Charts
Apache License 2.0
23 stars 26 forks source link

Support for OpenShift routes in Helm Chart #4

Open rmarting opened 1 year ago

rmarting commented 1 year ago

Issue submitter TODO list

Is your proposal related to a problem?

No response

Describe the feature you're interested in

The current Helm Chart provides a way to deploy an ingress resource to allow communications to the Kafka-UI instance externally from an OpenShift platform. OpenShift also provides another object to expose internal services to external users: a route allows to host an application to a publich URL, in the same way as an ingress object.

The differences from between objects are described (in a high-level) here.

As OpenShift is very extended as a Kubernetes platform for many users, it could be a good idea to allow users to use OpenShift route to expose the Kafka-UI services. Sometimes the OpenShift users prefer to use route instead of ingress to expose services to external users. This enhacement could support them in that case.

Describe alternatives you've considered

No response

Version you're running

b0c367c v.0.6.2

Additional context

No response

github-actions[bot] commented 1 year ago

Hello there rmarting! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

rmarting commented 1 year ago

I added the PR provectus/kafka-ui#3777 as candidate solution for this issue. HTH.

Haarolean commented 1 year ago

I added the PR provectus/kafka-ui#3777 as candidate solution for this issue. HTH.

thanks! we'll take a look