Update 'etcd-inmemory-monitoring/README.md'
This commit is contained in:
parent
e8061f96ed
commit
c0f059f6e2
@ -1,3 +1,27 @@
|
|||||||
https://github.com/prometheus/client_python
|
# Python environment setup for testing
|
||||||
pip install prometheus-client
|
|
||||||
|
Install the prometheus [prometheus client](https://github.com/prometheus/client_python)
|
||||||
|
```
|
||||||
|
pip install prometheus-client
|
||||||
|
```
|
||||||
|
|
||||||
|
# Deployment
|
||||||
|
|
||||||
|
## Setup etcd running inmemory including backups
|
||||||
|
|
||||||
|
See [here](https://brakkee.org/site/2023/02/14/silencing-kubernetes-at-home/).
|
||||||
|
|
||||||
|
## Build the docker image
|
||||||
|
|
||||||
|
Build the docker image (after changing the docker repo URL):
|
||||||
|
```
|
||||||
|
docker compose Build
|
||||||
|
docker compose push
|
||||||
|
```
|
||||||
|
|
||||||
|
## Deploy onto your cluster
|
||||||
|
|
||||||
|
```
|
||||||
|
kubectl apply -k .
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user