Adding zebrium for logs & metrics
This commit is contained in:
parent
223266d5dd
commit
9e984d6588
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue