📈 uptrends Operator

This operator helps to configure uptrends monitoring for your Ingress Controllers.
⚠ this is experimental work 🧪 and interfaces may change.
Introduction
The operator is based on the uptrends package. It is a Kubernetes operator that watches for Ingress resources and creates uptrends checks for them. It also watches for changes in the Ingress resources and updates the uptrends checks accordingly.
Environment
API_USERNAME
This configures the required username for the uptrends API access. See the uptrends documentation for more information.
API_PASSWORD
This configures the required password for the uptrends API access. See the uptrends documentation for more information.
Helm
Helm can be used to install 📈 uptrends Operator.
helm repo add uptrends https://ionos-cloud.github.io/uptrends-operator/
helm repo update
The most recent version is installed via.
helm install uptrends uptrends/uptrends --create-namespace --namespace uptrends --version v0.0.1
The required API_USERNAME and API_PASSWORD can be securely configured via envFrom in the values.yaml.
License
Apache 2.0