From 8a98a070bea003e7b9f7dedaa50829b8435a4dd7 Mon Sep 17 00:00:00 2001 From: Tomas Pizarro Date: Fri, 19 May 2017 09:10:24 +0000 Subject: [PATCH] Add Kubernetes TL;DR; section --- bitnami/ruby/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bitnami/ruby/README.md b/bitnami/ruby/README.md index 4b24769f89a3..270e69710ce9 100644 --- a/bitnami/ruby/README.md +++ b/bitnami/ruby/README.md @@ -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.