- Build a fictitious .Net Core Microservices application
- Create Docker images
- Deploy the images to a container registry
- Deploy Kubernetes services
- Deploy Istio services
You will explore many of the complexities such as Service Discovery, Externalization of Configuration, Load balancing, Circuit Breaker, Canary updates, Distributed Tracing, Monitoring etc, all with guided samples.
The session has been organized into multiple labs some of which has a Begin and a End folder.
- Lab-01 (Creating a basic GiftShop .Net core Application)
- Lab-02 (Containerize GiftShop Application using Docker locally)
- Lab-03 (Tag and Push GiftShop Application to Harbor Container Registry)
- Lab-04 (Creating / Connecting to PKS K8s cluster)
- Lab-05 (Install Istio on PKS K8s cluster)
- Lab-06 (Deploying GiftShop Application to Pivotal Kubernetes Service)
- Lab-07 (Enable Istio and Expose GiftShop on Http)
- Lab-08 (Service Discovery using Istio)
- Lab-09 (Externalize Config using ConfigMaps)
- Lab-10 (Enable Https Ingress)
- Lab-11 (Create 3rd party API and deploy to Azure)
- Lab-12 (Demonstrate Egress)
- Lab-13 (Load Balancing Traffic Routing)