+1 vote
in Kubernetes K8s by
Mention the difference between Docker volumes and Kubernetes Volumes

1 Answer

0 votes
by

Kubernetes Volumes                                            Docker Volumes

Volumes are not limited to any container. Volumes are limited to a pod in the container.

Kubernetes volumes support all                       Docker volumes do not support all containers          containers deployed in a pod of Kubernetes    deployed in Docker.

.  

...