In correlation with the end of life (EOL) for MKE 3.5.x, maintenance of this documentation set was discontinued as of 2023-NOV-22. Click here for the latest MKE 3.x version documentation.
Volumes
MKE uses named volumes to persist data on all nodes on which it runs.
Volume name |
Contents |
|---|---|
|
Certificate and keys for node communication. |
|
Symlinks to MKE component log files, created by |
You can customize the volume driver for the volumes by creating the volumes prior to installing MKE. During installation, MKE determines which volumes do not yet exist on the node and creates those volumes using the default volume driver.
By default, MKE stores the data for these volumes at
/var/lib/docker/volumes/<volume-name>/_data.