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…
Category: Howto
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…
Howto
Jenkins on Kubernetes — Part 2
by erwin • • 0 Comments
Part 2 — Config File Management This is part 2 of a continued series on how to configure Jenkins on a Kubernetes cluster. The goal of the series is to have a fully functioning continues integration and delivery Jenkins up and running. Part 1 described how to install Jenkins and the necessary plugins and how to configure them for Kubernetes. This part…