From the course: Kubernetes: Service Mesh with Istio

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Testing a new release

Challenge: Testing a new release - Kubernetes Tutorial

From the course: Kubernetes: Service Mesh with Istio

Start my 1-month free trial

Challenge: Testing a new release

- [Instructor] In this Canary challenge, we're going to look at the directory and we have a challenge file here. So we can look at our challenge, more challenge. And we can see that the challenge is to create a version three of our service, and migrate the load from version two to version three. So at the end of the last module, we had most of our traffic, if not all of it moved to version two service. And we want to now use version three. We've already created a version three container in the Docker Hub environment, so you don't have to create that environment, but you do need to create a new destination rule that points to a version three subset. We need a virtual service that supports a 50/50 mix, so basically halfway through the Canary deployment for the version two and version three service. And we also need to create a deployment for that version three resource, because that needs to exist as well. I would recommend that you can use the destinationrule manifest from module…

Contents