Команды

Docker

image.png

Pods

A Pod is the smallest Kubernetes workload object. It is the unit of deployment in Kubernetes, which represents a single instance of the application. A Pod is a logical collection of one or more containers, enclosing and isolating them to ensure that they:

image.png

Deployment

image.png

Services

Архитектура

TrainingImage.png