简体   繁体   English

Kubernetes 仪表板:显示入口 URL

[英]Kubernetes Dashboard: Display Ingress URLs

i have the kubernetes-dashboard running and i am accessing it from outside the cluster using NGINX Ingress Controller .我正在运行kubernetes-dashboard ,我正在使用NGINX Ingress Controller从集群外部访问它。 Everything works fine, after logging in, i can see all deployments, etc.一切正常,登录后,我可以看到所有部署等。

I have several applications deployed, which are made accessible from outside using the ingress ressources under a specified URL + Path .我部署了几个应用程序,可以使用指定 URL + Path 下的入口资源从外部访问这些应用程序。 So one app is accessible for example under https://mydomain.de/app , which is specified in its Ingress Ressource .因此,例如可以在https://mydomain.de/app下访问一个应用程序,该应用程序在其Ingress Ressource中指定。

I'm asking myself now, if i can configure the kubernetes dashboard / the ingress ressource in a way so that these URLs are visible in the Dashboard UI.我现在问自己,我是否可以配置 kubernetes 仪表板/入口资源,以便这些 URL 在仪表板 UI 中可见。

There is a Section for the Ingresses , but under Endpoints it only shows an IP. Ingresses有一个部分,但在Endpoints下它只显示 IP。 It would be really great if there was a way to display the URL + Path for each ingress, instead.如果有一种方法可以显示每个入口的 URL + 路径,那就太好了。

Thanks in Advance guys在此先感谢各位

There is no such functionality by defaut not in kubernetes-dashboard neither in nginx.在 kubernetes-dashboard 和 nginx 中默认没有这样的功能。 The only solution that quickly comes to mind is to try use NGINX Amplify Custom Dashboards很快想到的唯一解决方案是尝试使用NGINX 放大自定义仪表板

Check查看

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM