March 2020
Intermediate to advanced
626 pages
14h 45m
English
In a traditional environment, you cannot have multiple versions of the same service up and running at the same time unless some routing is built at the application layer.
However, in the preceding example, we have three versions of the Reviews microservice up and running at the same time. Since this application is running within a Kubernetes environment with network service definitions, it is possible to have multiple versions of the same microservice up and running. However, the traffic to each microservice is random, and we don't know which microservice will be receiving the traffic.
You can think of it this way: you have a frontend web application already running stable but not using modern web UI ...
Read now
Unlock full access