This shows the topology of the components in the new andrea‑1 cluster. The diagram was created with PlantUML.
Tag: kubernetes
Howto
Monitoring WordPress with Prometheus in a Kubernetes Cluster
by erwin • • 0 Comments
Introduction This article will describe how to monitor a WordPress installation with Prometheus. The setup requires a working Kubernetes cluster with the Prometheus Operator installed. This article will describe basic three use cases. Use Cases WordPress Metrics We want to see basic metrics about out site, like how many posts are published, how many comments there are…
Howto
Jenkins on Kuberntes — Part 1
by erwin • • 0 Comments
Part 1 — Configure System Part 1 will describe how to configure the Jenkins system to add the SonarQube, Keycloak and Gitea servers, and to configure the Kubernetes cloud where our builds are going to run. SonarQube servers We add our SonarQube server, so that withSonarQubeEnv can inject the server URL and the authentication token to our build. The…