简体   繁体   中英

Pod route in Kubernetes

Is there any possibility to create a service which is able to route traffic to selected pod(not pod group).

Example: myservice.whatever:1000/podNameAppName to route to custom pod?

As mentioned by Alassane Ndiaye for internal routing. In addition if this question is related to the external requests you should create more advanced application design.

Please take a look for ADC concept like NGINX ADC , ISTIO Design Pattern and ADC overview .

Basically this task should be implemented at higher level using all benefits from L7 loadbalncing support.

Please take a look also for K8s concepts
Hope this help.

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