AI Features

What Is Cloud Native?

Get introduced to cloud native and the role of an orchestrator.

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.

Scale on demand

Scaling on demand is the ability of an ...