initial commit
This commit is contained in:
19
odroid/cnpg/README.md
Executable file
19
odroid/cnpg/README.md
Executable file
@@ -0,0 +1,19 @@
|
||||
#Installatie:
|
||||
============
|
||||
kubectl apply --server-side -f \
|
||||
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.26/releases/cnpg-1.26.0.yaml
|
||||
#Cluster aanmaken:
|
||||
----------------
|
||||
|
||||
kubectl apply -f postgres15.yaml
|
||||
|
||||
#Monitoring
|
||||
-----------
|
||||
|
||||
kubectl create ns monitoring
|
||||
helm upgrade --install \
|
||||
-f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/docs/src/samples/monitoring/kube-stack-config.yaml \
|
||||
prometheus-community \
|
||||
prometheus-community/kube-prometheus-stack -n monitoring
|
||||
kubectl apply -n monitoring -f \
|
||||
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/docs/src/samples/monitoring/prometheusrule.yaml
|
||||
Reference in New Issue
Block a user