Author name: erwin

Kubernetes Monitoring Stack – Prometheus and Grafana Managed by ArgoCD

Prometheus and Grafana are two of the most popular open-source monitoring tools for Kubernetes. Prometheus collects and stores metrics data, and Grafana visualizes them in either self designed dashboards or already available ones, shared by the community. Thanks to the broad acceptance of both, in Kubernetes and Helm, it is quite straightforward to integrate additional […]

GitOps, Kubernetes

GitOps Introduction with Argo CD

There is a new term in the Dev Ops world called GitOps everyone is talking about. If you are wondering what is it about, this article is for you! I will introduce you to the concept of GitOps and show you how to get started with Argo CD, the go to tool for your GitOps

CICD, DevOps, GitOps, Kubernetes

GitLab CI/CD Pipelines

GitLab CI/CD, which stands for Continuous Integration and Continuous Deployment, is about automating the software delivery process. By automating steps like building, testing and deploying, it is ensured that developers can release software more rapidly and with higher quality. Continuous Integration The Continuous Integration concept resolves around the practice of integrating code changes frequently, sometimes

CICD, DevOps
Scroll to Top