AKS 负载均衡器的 Key Vault 证书

Key Vault certificate for AKS Load Balancer

是否有任何文档或示例描述如何将 Key Vault 证书用于 AKS Ingress 负载均衡器?

目前 AKS 和 Keyvault 之间没有集成

https://docs.microsoft.com/en-us/azure/aks/faq#is-azure-key-vault-integrated-with-aks

但是,使用上述 link,您将看到 Azure Key Vault FlexVolume for Kubernetes 项目支持从 Kubernetes pods 直接集成到 KeyVault 机密。

https://github.com/Azure/kubernetes-keyvault-flexvol

根据您的 Ingress,您通常可以通过卷/机密引入 TLS 证书。

https://docs.microsoft.com/en-us/azure/aks/ingress-own-tls