Docker Desktop + k8s plus https proxy multiple external ports to pods on http in deployment?
- 阅读更多 关于 Docker Desktop + k8s plus https proxy multiple external ports to pods on http in deployment?
问题 I'm trying to do a straight up thing that I would think is simple. I need to have https://localhost:44301, https://localhost:5002, https://localhost:5003 to be listened to in my k8s environment in docker desktop, and be proxied using a pfx file/password that I specify and have it forward by the port to pods listening on specific addresses (could be port 80, doesn't matter) The documentation is mind numbingly complex for what looks like it should be straight forward. I can get the pods running