
Notifications from K8s to Microsoft Teams Using C#
Blog PostsIntroduction: Often times, when you are using Kubernetes (K8s) to manage your microservices, you would want to know in realtime if an error occurred in your K8s cluster, such as a container restarting. To achieve this, you can set up Prometheus alerts (among other solutions), however if you don’t want to manage Prometheus, a simpler solution can be to… READ MORE