【发布时间】:2019-10-20 02:27:42
【问题描述】:
在document 中有一个关于使用 Cert-Manager 保护 Kubernetes Ingress 的示例,该示例未使用 Gateway + VirtualService。
我已尝试使其与 acme http01 一起使用,但无法颁发证书,因为在日志质询中我有 404 错误。似乎它无法访问域检查挑战。我提到的规范有什么最佳实践吗?
[更新 1]
我想将istio gateway 与SDS 选项一起用于TLS,并通过使用cert-manager with http-01 来保护它。
根据文档,我找到了一些示例,例如 Securing Kubernetes Ingress with Cert-Manager 或 Deploy a Custom Ingress Gateway Using Cert-Manager。然而,这些示例使用的是 Kuberenetes Ingress 资源本身(不是 istio 网关),或者像第二个示例一样使用dns-01。
我需要一条指令,其中包括istio gateway 和SDS 选项的TLS 并使用cert-manager with http-01 保护它。 Istio 网关让我能够使用VirtualService。
谢谢!
【问题讨论】:
-
尝试提供更多关于您的问题的信息,以便获得您的答案。
标签: kubernetes istio