Google News
logo
Kubernetes - Interview Questions
What is the difference between Kubernetes Volumes and Docker volumes?
Kubernetes Volumes Docker Volumes
The Kubernetes volumes are not limited to any container. The Docker volumes are limited to a pod in the container.
Kubernetes volumes support all containers deployed in a pod of Kubernetes. Docker volumes do not support all containers deployed in Docker.
Advertisement