From 115f0ebf0d5d8f08561c8a060f644c4d2320c643 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 8 Sep 2022 19:19:52 +0530 Subject: [PATCH] k8s --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4cb8aa852..11349f525 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,15 @@ docker run \ parseable/parseable:v0.0.1 ``` +### Kubernetes +Parseable helm chart is available at [Parseable charts repository](https://charts.parseable.io/). + +```sh +helm repo add parseable https://charts.parseable.io/ +kubectl create namespace parseable +helm install parseable parseable/parseable --namespace parseable +``` + ### Binary Parseable binary is available on [Github releases](https://github.com/parseablehq/parseable/releases). Please download the latest release for your platform.