Quick Answer
Containerization packages each microservice with its runtime, libraries, and config into a Docker image. Containers are immutable, portable, and start in seconds. Each service runs in isolation without dependency conflicts. Container registries store and version images. Orchestration platforms (Kubernetes) schedule and manage containers across a cluster.
Answer
Packages a service with its dependencies, configuration, and runtime into a container.
Ensures consistent behavior across environments.
Popular tools: Docker, Podman.
S
SugharaIQ Editorial Team
Verified Answer
This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.