What Is Cloud Native?
Learn what cloud native applications are and how they scale, self-heal, and update without downtime. Understand Kubernetes' role in orchestrating microservices and managing resilient applications across environments.
In the last lesson, we learned about microservices. Let’s now examine the cloud native and orchestrator parts of the Kubernetes definition.
What is a cloud native application?
A cloud native app must:
Scale on demand
Self-heal
Support rolling updates
Let’s understand these jargons.