Monitor Your Kubernetes Cluster Events With EventRouter, Golang, and Kafka

Written by EmmanuelSys | Published 2021/03/10
Tech Story Tags: kubernetes | golang | microservices | devops | programming | sre | event-driven-architecture | monitoring

TLDR With EventRouter, Golang, and Kafka, we will build a Kubernetes events processing chain. Eventrouter consolidates all the cluster events into various sinks among which a Kafka topic is a topic. A custom Go binary to distribute the events in their target Kafka topics is a simple kubectl apply. You can then react to certain events by having a tool (e.g. Argo Events) or your own applications subscribing to a topic. The retention period is generally between 5 minutes and 30 days.via the TL;DR App

no story

Published by HackerNoon on 2021/03/10