Skip to content

Commit 849c92c

Browse files
authored
Add k8s installation in readme (#98)
1 parent 6e2be27 commit 849c92c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ docker run \
9696
parseable/parseable:v0.0.1
9797
```
9898

99+
### Kubernetes
100+
Parseable helm chart is available at [Parseable charts repository](https://charts.parseable.io/).
101+
102+
```sh
103+
helm repo add parseable https://charts.parseable.io/
104+
kubectl create namespace parseable
105+
helm install parseable parseable/parseable --namespace parseable
106+
```
107+
99108
### Binary
100109
Parseable binary is available on [Github releases](https://github.com/parseablehq/parseable/releases). Please download the latest release for your platform.
101110

0 commit comments

Comments
 (0)