Overview: Modern Design Patterns for Scalability
Explore how to apply modern design patterns for scalability in cloud-hosted microservices applications. Understand autoscaling based on key metrics like CPU, memory, and I/O load. Learn to implement autoscaling features for Kubernetes and Azure web or API apps to optimize resource usage dynamically.
We'll cover the following...
We'll cover the following...
Objective
In years past, determining how to handle the scalability of our application depended primarily on capacity planning and static resources hosted in a data center. With the rise in popularity of the cloud, ...