diff --git a/k8s/README.md b/k8s/README.md index c35cc9c..bb4a9b1 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -311,6 +311,16 @@ kubectl apply -f minio kubectl apply -f datalab/ ``` +## zebrium + +[zebrium.io](https://zebrium.io) hat "AI powered" troubleshooting. This is a test use-case for my cluster. It was installed using the following command: + +```sh +kubectl create namespace zebrium +helm install zlog-collector zlog-collector --namespace zebrium --repo https://raw.githubusercontent.com/zebrium/ze-kubernetes-collector/master/charts --set zebrium.collectorUrl=https://zapi03.zebrium.com,zebrium.authToken=4CFDFC1B806869D78185776AD7D940B0B16254AC,zebrium.deployment=iptizer-zebrium-deploy,zebrium.timezone=Europe/Berlin +helm install zstats-collector zstats --namespace zebrium --repo https://raw.githubusercontent.com/zebrium/ze-stats/master/charts --set zebrium.collectorUrl=https://zapi03.zebrium.com/stats/api/v1/zstats,zebrium.authToken=4CFDFC1B806869D78185776AD7D940B0B16254AC,zebrium.deployment=iptizer-zebrium-deploy +``` + ## Benchmark with dbench Should be usually uncommented, but dbbench may be executed to check speed of local filesystem: