Articles in this series
Introduction In cloud-native applications, efficient resource management is crucial to maintain optimal performance and cost-effectiveness. One...
Introduction To create an Amazon EKS (Elastic Kubernetes Service) cluster in a Multi-AZ (Availability Zone) configuration and ensure that pods can...
šÆ Learning Objective Understand how to perform A/B testing in Kubernetes to test different versions of your application simultaneously and determine...
šÆ Learning Objective Understand how to perform blue-green deployments in Kubernetes to minimize downtime and risk during application updates. š...
Learning Goal Learn how to execute canary deployments in Kubernetes to update your applications while reducing risks gradually. Context You need to...
Learning Goal Gain insights into managing Kubernetes networking and improving microservices communication through Istio. Context You are tasked with...