Skip to content

Commit 66a1512

Browse files
committed
Add kubernetes volumes.
1 parent c2da3aa commit 66a1512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-ecosystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Swarm is a scheduler by Docker team. It hopes to provide a robust scheduler that
8181
Apache mesos is a tool that abstracts and manages the resources of all hosts in a cluster. It presents a collection of the resources available throughout the entire cluster to the components built on top of it (like marathon). It describes itself as analogous to a "kernel" for a clustered configurations.
8282

8383
## [kubernetes](http://kubernetes.io/)
84-
Google's advanced scheduler, kubernetes allows much more control over the containers running on the infrastructure. Containers can be labeled, grouped, and given their own subnet for communication.
84+
Google's advanced scheduler, kubernetes allows much more control over the containers running on the infrastructure. Containers can be labeled, grouped, and given their own subnet for communication. Can mount nfs,iscsi,glusterfs,ceph rdb volumes in side containers.
8585

8686
## [compse](https://docs.docker.com/compose/)
8787
Docker's compose project was created to allow group management of containers using declarative configuration files. It uses Docker links to learn about the dependency relationship between containers.

0 commit comments

Comments
 (0)