简体   繁体   English

Azure Kubernetes - 带有 Https 服务的内部负载均衡器?

[英]Azure Kubernetes - Internal LoadBalancer with Https Service?

I have deployed my kubernetes application on AKS, it uses the Internal Loadbalancer without a separate Ingress Controller.我已经在 AKS 上部署了我的 kubernetes 应用程序,它使用内部负载均衡器,没有单独的入口控制器。

Currently the service is accessible using http protocol and I want to secure the service.目前可以使用 http 协议访问该服务,我想保护该服务。 How do I enable https and where should I install the certificate?如何启用 https 以及应该在哪里安装证书?

The internal loadbalancer is a layer 4 service, you will need a layer 7 ingress controller like Azure Application Gateway Ingress Controller or roll your own ingress controller for SSL.内部负载均衡器是第 4 层服务,您将需要第 7 层入口控制器(如Azure 应用程序网关入口控制器)或为 SSL 滚动您自己的入口控制器。

see: Configuring an AKS load balancer for HTTPS access请参阅: 为 HTTPS 访问配置 AKS 负载平衡器

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

相关问题 无法访问 Azure kubernetes 服务负载均衡器外部 IP - Azure kubernetes service loadbalancer external IP not accessible 在Azure Kubernetes上为内部IP配置HTTPS - Configuring HTTPS for an internal IP on Azure Kubernetes Kubernetes无法在Azure上创建负载均衡器 - Kubernetes fails to create loadbalancer on azure Azure Kubernetes托管服务上的外部https - External https on azure kubernetes managed service 从内部网络为kubernetes负载均衡器分配一个IP - assign kubernetes loadbalancer an ip from an internal network 带有Azure Kubernetes服务的Azure内部负载均衡器不起作用 - Azure internal load balancer with Azure Kubernetes Service not working 在 Azure 中创建 kubernetes LoadBalancer 服务时,如何避免/控制默认安全组规则的创建? - How to avoid/control creation of default security group rule when creating kubernetes LoadBalancer service in Azure? 如何使用LoadBalancer服务从Azure Kubernetes中获取客户端IP地址 - How to get client IP address from inside a Azure Kubernetes with a LoadBalancer service Azure Kubernetes LoadBalancer 将请求转发到所有实例 - Azure Kubernetes LoadBalancer forward requests to all instances 无法通过头盔访问AKS上的Kubernetes LoadBalancer服务 - Kubernetes LoadBalancer service on AKS via helm is not accessible
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM