gpt4 book ai didi

docker - 在 Kubernetes 上使用 TCP 连接的 SSL?

转载 作者:太空宇宙 更新时间:2023-11-03 14:24:17 25 4
gpt4 key购买 nike

我在 Kubernetes 上运行一个 TCP 服务器(Docker 实例/Go)。它正在工作,客户端可以连接并执行预期的操作。我想使用 SSL 证书确保 TCP 连接安全。我已经通过使用入口 Controller 让 SSL 与在同一个 Kubernetes 集群上运行的 HTTP Rest API 服务一起工作,但我不确定如何使用常规 TCP 连接来设置它。谁能指出我正确的方向?

最佳答案

正如您在 documentation 中所读到的那样:

An Ingress does not expose arbitrary ports or protocols. Exposing services other than HTTP and HTTPS to the internet typically uses a service of type Service.Type=NodePort or Service.Type=LoadBalancer.

根据您使用的平台,您可以使用不同类型的 LoadBalancer 来终止您的 SSL 流量。如果您有本地集群,您可以在处理 SSL 流量的 Kubernetes 集群之前设置额外的 nginxhaproxy 服务器。

关于docker - 在 Kubernetes 上使用 TCP 连接的 SSL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58285332/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com