* Write example with proper productive access to Kubernetes API
# limitations
...
...
@@ -255,11 +254,19 @@ DISCLAIMER/HINT: this is a simple alpha state POC. In future version there will
* All databases in one instance/container must have the same encoding and collation. Atm there is no way of configuring this on a per database level
* All databases in one instance/container must share on backup user. Atm there is no way of having multiple users to access different databases in one instance/container
# Docker Volumes Pathes
`/var/run/docker.sock`
`/.kube/config`
-`/var/run/docker.sock:/var/run/docker.sock`
Is needed to access the docker API to find database containers to be backed up
-`/.kube/config`
Is needed to access the kubernetes API to find database containers to be backed up. to be refined in future version