Recent posts

Endpoint monitoring with Prometheus and Blackbox Exporter

I am working on the migration of the CaaS (Cloudify as a Service) solution to Kubernetes (EKS), which includes monitoring of multiple critical endpoints with Prometheus/Grafana. I will describe in this post how to do it using Prometheus Operator/Grafana and BlackBox exporter

Certified Kubernetes Administrator (CKA) Exercises, Network Policy, Namespace

I started preparation for the CKA Kubernetes exam. In this series, I will share some exercises I find useful during my preparation in order to help you better prepare for the CKA exam. I will gather all exercises in my github account, clone this repo to get all exercises at once. This post with more advanced exercises for Network Policy and based on application with multiple tiers and separated by namespaces.

Certified Kubernetes Administrator (CKA) Exercises, Network Policy

I started preparation for the CKA Kubernetes exam. In this series, I will share some exercises I find useful during my preparation in order to help you better prepare for the CKA exam. I will gather all exercises in my github account, clone this repo to get all exercises at once. This post with exercises for Network Policy and based on example of 3 tier application which deployed to same namespace.