Mastering Azure Kubernetes Service
Mastering Azure Kubernetes Service
An image consist of code (e.g..net framework) plus dependencies (e.g. Packages required for
running the app, OS etc.). Image is like a package.
If we ned to run the package we need to create an instance of the image in the container. I can
create multiple container with one image.
Containers are deployed in POD which acts as a logical boundary. Pod is having the configuration of
the container e.g. RAM, Storage etc.
The nodes configuration depends on the subscription enrolled for.The combination of Kube CTL and
YAML file will help in deploying the container.