Add Kubernetes TL;DR; section
This commit is contained in:
parent
e09572f95c
commit
8a98a070be
|
|
@ -24,6 +24,16 @@ ruby:
|
|||
- .:/app
|
||||
```
|
||||
|
||||
## 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-ruby/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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue