Tag view

#containers

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with containers

2 cards

DevOps Easy Theory

Docker basics

Docker packages an app with its runtime and dependencies into a portable container image.

  • Image is a blueprint
  • Container is a running instance
  • Improves environment consistency

Docker basics

DevOps Medium Theory

Kubernetes basics

Kubernetes orchestrates containers across machines and handles scheduling, scaling, and service discovery.

  • Pod is smallest deployable unit
  • Deployment manages replicas
  • Service provides stable access

Kubernetes basics