Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for OpenShift routes in Helm Chart #4

Open
2 tasks done
rmarting opened this issue May 4, 2023 · 3 comments
Open
2 tasks done

Support for OpenShift routes in Helm Chart #4

rmarting opened this issue May 4, 2023 · 3 comments
Assignees

Comments

@rmarting
Copy link

rmarting commented May 4, 2023

Issue submitter TODO list

  • I've searched for an already existing issues here
  • I'm running a supported version of the application which is listed here and the feature is not present there

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
Copy link

github-actions bot commented May 4, 2023

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
Copy link
Author

rmarting commented May 4, 2023

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

@Haarolean
Copy link
Contributor

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

thanks! we'll take a look

@Haarolean Haarolean transferred this issue from provectus/kafka-ui Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants