Questions:
- Why is Docker often used to deploy Vapor apps?
- What is the difference between Docker images and Docker containers?
- How is Kubernetes involved in deployments?
Answers:
- Because it provides a straightforward way of setting up an operating system for Vapor.
- Docker images contain compiled images. Docker containers run images that are in use.
- Kubernetes provides tools and infrastructure to deploy Docker containers and manage them.