简体   繁体   中英

Any way to use the same ip for ingress and loadbalancer service?

I'm using GKE to host my project.

My project will serve some API via HTTPS, so I'm using ingress to route by path to services.

But my project also serve TCP connection with SSL handshake. Therefore I will need to use service of loadbalancer type.

However I only have 1 domain can be used. But ingress (http load balancer) requires global IP, and service (tcp load balancer) requires regional IP.

How can I serve both with the same IP?

Thanks a lot.

Each service requires its own IP address.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM