Tag: Container
4 items found
Glossary Terms
Glossary
Docker
Docker packages application code and dependencies into container images so the same service can run consistently in development, test, and production.
Glossary
Docker Compose
Docker Compose defines multiple containers in one YAML file so local development and test environments can run as a coordinated stack.
Glossary
Kubernetes
Kubernetes orchestrates containerized services across server clusters, handling deployment, scaling, updates, and recovery.
Glossary
Kubernetes Pod
A Pod is the smallest deployment unit in Kubernetes, containing one or more containers with shared network and storage resources.