简体   繁体   English

如何通过 Ingress AWS 应用程序负载均衡器公开 Linkerd Viz Dashboard

[英]How to expose Linkerd Viz Dashboard via Ingress AWS Application Load balancer

I already installed Linkerd on a Kubernetes cluster that is runing in AWS: Linkerd - Getting Started我已经在 AWS 中运行的 Kubernetes 集群上安装了 Linkerd: Linkerd - 入门

All checks are ok, but I cannot see the viz dashboard in my local:所有检查都正常,但我在本地看不到可视化仪表板:

kubectl -n linkerd-viz port-forward svc/web 8084

Is there a way to expose it via ingress ALB?有没有办法通过入口 ALB 公开它?

You can expose the dashboard in a couple ways.您可以通过多种方式公开仪表板。 You can modify the web service to add an external load balancer, which will respect any AWS annotations you already use with AWS load balancers.您可以修改 Web 服务以添加外部负载均衡器,这将尊重您已与 AWS 负载均衡器一起使用的任何 AWS 注释。 You can also create the appropriate routing rules for your existing ingress.您还可以为现有的入口创建适当的路由规则。 You can find some examples here: https://linkerd.io/2.11/tasks/exposing-dashboard/你可以在这里找到一些例子: https : //linkerd.io/2.11/tasks/exposing-dashboard/

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

相关问题 无法使用 Traefik Ingress Controller 和 AWS HTTPS 负载均衡器在 AWS 上公开 Keycloak 服务器 - Can't expose Keycloak Server on AWS with Traefik Ingress Controller and AWS HTTPS Load Balancer 如何通过 Application Load Balancer 异步调用 Lambda? (AWS) - How to invoke Lambda asynchronously via Application Load Balancer? (AWS) AWS Nginx Ingress 创建 Classic Load Balancer 而不是 Application Load Balancer - AWS Nginx Ingress creating Classic Load Balancer instead of Application Load Balancer AWS Application Load Balancer- - AWS Application Load Balancer - 如何创建应用程序负载均衡器以公开 kubernetes 集群 - How to create application load balancer to expose kubernetes cluster Traefik入口在AWS负载均衡器后面不起作用 - Traefik ingress is not working behind aws load balancer 如何在kubernetes的aws上创建应用程序负载均衡器 - How to create application load balancer on aws for kubernetes 使用负载均衡器在 AWS EKS 上公开 Hazelcast 集群 - Expose a Hazelcast cluster on AWS EKS with a load balancer kubectl 等待 AWS EKS 上的服务公开在.status.loadBalancer.ingress 字段中报告的 Elastic Load Balancer (ELB) 地址 - kubectl wait for Service on AWS EKS to expose Elastic Load Balancer (ELB) address reported in .status.loadBalancer.ingress field 带有经典负载均衡器的AWS Application负载均衡器 - AWS Application load balancer with classic load balancer
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM