Configure Traffic Routing Using Istio
Description
Istio is an open source, multi-cloud service mesh, capable of performing intelligent traffic management. Istio's traffic routing rules let you easily control the flow of traffic and API calls to and from deployed cluster resources.
In this Lab scenario, you'll learn how to use Istio to perform traffic routing to a pair of sample web applications, V1 and V2, deployed into a Kubernetes cluster. You'll first setup a traffic routing policy to balance traffic evenly (50/50) across both versions. You'll test and confirm that the traffic is indeed evenly split before later updating the traffic routing policy to use a 80/20 split.
Lab Objectives
Upon completion of this Lab, you will be able to:
- Use Istio to perform traffic routing across a pair of versioned sample web applications
- Configure and deploy the following Istio custom resources:
- DestinationRule - the baseline deployment version of the webapp
- Gateway - uses a Kustomize overlay to change the baseline deployment settings
- VirtualService - uses a Kustomize overlay to change the baseline deployment settings
- Test, report, and validate the Istio service mesh based traffic routing using the curl command and your workstations browser
You should:
- Be comfortable with basic Linux command line administration
- Be comfortable with basic Kubernetes and Container based concepts
Lab Environment
This Lab will start with the following AWS resources provisioned automatically for you:
- 2 x EC2 instances - each assigned a public IP address:
- ide.cloudacademy.platform.instance - provides a web-based IDE with integrated terminal
- k8s.cloudacademy.platform.instance - provides a fully functional and running Kubernetes cluster
To achieve the Lab end state, you will be walked through the process of:
- Using your local workstation browser to remotely connect to the ide.cloudacademy.platform.instance
- Using the web-based IDE and integrated terminal, you'll complete the remainder of the stated Lab Objectives (above)
Updates
June 14th, 2024 - Resolved deployment issue
November 21st, 2023 - Resolved webapp URL issue