I have a very basic question about ingress routing as my knowledge is minimal and we are using ingress controller. We are using GCK for our services.
- Currently we have a service running on node which is working fine.
- We want to shift this service to new framework, shifting is done. Now come the deployment of new service and how to route traffic gradually to this instance. Are there any rules available to share traffic to different services?
- And can we control the the traffic routing in terms of percentage? Like initially 10% of traffic is routed to new instance, similarly if something goes wrong decrease this percentage to 0.
Please suggest and share the proper configurations or documentation.
In my personal experience, i can suggest these features below;
It depens your current architecture. All of your goals to achieve can be solved by one of those methods.