Add Kubernetes TL;DR; section

This commit is contained in:
Tomas Pizarro
2017-05-19 08:59:38 +00:00
parent ee7b1fecb4
commit 94a195e799

View File

@@ -27,6 +27,16 @@ services:
- '443:443'
```
## 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-apache/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.