Add Kubernetes TL;DR; section

This commit is contained in:
Tomas Pizarro 2017-05-19 09:09:48 +00:00
parent e8bb5631e9
commit 1583af8068
1 changed files with 10 additions and 0 deletions

View File

@ -26,6 +26,16 @@ services:
- '6379:6379'
```
## Kubernetes
> **WARNING**: This is a beta configuration, currently unsupported.
Get the raw URL pointing to the kubernetes.yml manifest and use kubectl to create the resources on your Kubernetes cluster like so:
```bash
$ kubectl create -f https://raw.githubusercontent.com/bitnami/bitnami-docker-redis/master/kubernetes.yml
```
# Why use Bitnami Images?
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.