Expose Linkerd-viz dashboard via helm/terraform #10619
Unanswered
AlexPerkbox
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having to run
linkerd viz dashboard
on multiple clusters is a bit of a pain and a solution to this would be exposing the dashboard as explained in the official docs. The docs do a good job of describing how to set this up with some example, however our setup relies heavily on terraform/helm and we utilise linkerd-viz helm chart. Unfortunately, linkerd-viz helm chart does not provide an option for exposing the dashboard via ingress as that could potentially introduce a security vulnerability.What we have done instead is create the ingress resource using terraform's kubernetes_ingress_v1 and here is the config. Mind you, this approach is does not any auth mechanism, so the Secret resource is omitted but it can be added if need be. Namespace remains as is -
linkerd-viz
Beta Was this translation helpful? Give feedback.
All reactions