Azure Compute Solutions
Florin Angelescu
Azure Cloud Architect



You define through the manifest:
Kubernetes keeps reality aligned with that definition.


Deployment

Pod = one running instance of your application.
Multiple replicas are defined:






Kubernetes provides status information for:
Helps confirm:

Deploying applications on AKS is about declaring intent, not managing containers manually.
You define what should run, and Kubernetes handles how it runs - scheduling pods, restarting failures, and routing traffic.
Azure Compute Solutions