updated link to new kubernetes doc

This commit is contained in:
jfuentes
2016-03-16 13:39:04 +01:00
parent e1fa75cf45
commit 50f8407861

View File

@@ -2,7 +2,7 @@
> MariaDB is a fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
Based on the [Bitnami MariaDB](https://github.com/bitnami/bitnami-docker-mariadb) image for docker, this Chart bootstraps a [MariaDB](https://mariadb.com/) deployment on a [Kubernetes](https://kubernetes.io) cluster using [Helm](https://helm.sh).
Based on the [Bitnami MariaDB](https://github.com/bitnami/bitnami-docker-mariadb) image for docker, this Chart bootstraps a [MariaDB](https://mariadb.com/) deployment on a [Kubernetes](http://kubernetes.io) cluster using [Helm](https://helm.sh).
## TL;DR;
@@ -12,11 +12,11 @@ $ helm generate mariadb
$ helm install mariadb
```
The above commands will deploy the MariaDB Chart to the `default` kubernetes namespace.
The above commands will deploy the MariaDB Chart to the `default` [kubernetes namespace](http://kubernetes.io/docs/user-guide/namespaces/).
## Persistence
For persistence of the MariaDB data, mount a [storage volume](http://kubernetes.io/v1.0/docs/user-guide/volumes.html) at the `/bitnami/mariadb/data` path of the MariaDB pod.
For persistence of the MariaDB data, mount a [storage volume](http://kubernetes.io/docs/user-guide/volumes/) at the `/bitnami/mariadb/data` path of the MariaDB pod.
By default the MariaDB Chart mounts an [emptyDir](http://kubernetes.io/docs/user-guide/volumes/#emptydir) volume.