Monitoring
Installing kube-prometheus-stack in the same Kubernetes cluster that hosts the Seldon Enterprise Platform.
Prerequisites
Installing kube-prometheus
TAG=2.4.0 && \ docker create --name=tmp-sd-container seldonio/seldon-deploy-server:2.4.0 && \ docker cp tmp-sd-container:/seldon-deploy-dist/seldon-deploy-install.tar.gz . && \ docker rm -v tmp-sd-containertar -xzf seldon-deploy-install.tar.gzkubectl create ns seldon-monitoring || echo "Namespace seldon-monitoring already exists"fullnameOverride: seldon-monitoring kube-state-metrics: extraArgs: metric-labels-allowlist: pods=[*]helm upgrade --install prometheus kube-prometheus \ --version 9.5.12 \ --namespace seldon-monitoring \ --values prometheus-values.yaml \ --repo https://charts.bitnami.com/bitnamiWARNING: There are "resources" sections in the chart not set. Using "resourcesPreset" is not recommended for production. For production installations, please set the following values according to your workload needs: - alertmanager.resources - blackboxExporter.resources - operator.resources - prometheus.resources - prometheus.thanos.resources +info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/kubectl rollout status -n seldon-monitoring deployment/seldon-monitoring-operatorWaiting for deployment "seldon-monitoring-operator" rollout to finish: 0 of 1 updated replicas are available... deployment "seldon-monitoring-operator" successfully rolled out
Configuring monitoring for Seldon Enterprise Platform
Next
Last updated
Was this helpful?