-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add hubble-ui as an option for cilium when installing hubble #13025
Comments
The reason we don't support hubble-ui is because webapps are a bit tricky. They don't belong in kube-system, they tend to be exposed outside of the cluster and thus has a different security profile. They require external TLS, DNS, and they perhaps should use an Ingress. They perhaps need an authenticating/authorizing proxy. Luckily it is now easy to install the hubble ui alone using the cilium helm chart. |
Alright, without adding hubble-ui to kops, is it possible to change hubble-relay to toggle TLS since hubble-ui now supports it? Line referenced here: kops/upup/models/cloudup/resources/addons/networking.cilium.io/k8s-1.12-v1.9.yaml.template Line 269 in 3245c6d
|
Yes. kOps 1.24 will probably switch this one to enable TLS. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
I think it is quite safe to say we won't support this as an addon. /close |
@olemarkus: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind feature
1. Describe IN DETAIL the feature/behavior/change you would like to see.
With hubble-ui v0.8.0+, it seems like hubble-ui now supports TLS (from this PR, release link: here. It looks like the reason for not installing hubble-ui was for a fix in the v0.7.7 hubble-ui image (from this).
For us, hubble-ui would provide an easier and more visible solution than using hubble-cli to debug network issues.
2. Feel free to provide a design supporting your feature request.
The text was updated successfully, but these errors were encountered: