From 6ffe8875bf4fe4106e3707426ec7304d441b27f9 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sun, 17 Jun 2018 23:05:13 +0200 Subject: [PATCH] Add K8s note in README We have an official K8s chart for helm out there but probably no one knows about it. Let's advertise it a bit! Signed-off-by: Sheogorath --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ba04182..893e68e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Thanks for using! :smile: - [Prerequisite](#prerequisite) - [Instructions](#instructions) - [Heroku Deployment](#heroku-deployment) + - [Kubernetes](#kubernetes) - [HackMD by docker container](#hackmd-by-docker-container) - [Upgrade](#upgrade) - [Native setup](#native-setup) @@ -78,6 +79,12 @@ You can quickly setup a sample Heroku HackMD application by clicking the button If you deploy it without the button, keep in mind to use the right buildpacks. For details check `app.json`. +## Kubernetes + +To install use `helm install stable/hackmd`. + +For all further details, please check out the offical HackMD [K8s helm chart](https://github.com/kubernetes/charts/tree/master/stable/hackmd). + ## HackMD by docker container [![Try in PWD](https://cdn.rawgit.com/play-with-docker/stacks/cff22438/assets/images/button.png)](http://play-with-docker.com?stack=https://github.com/hackmdio/docker-hackmd/raw/master/docker-compose.yml&stack_name=hackmd)