Operations | Monitoring | ITSM | DevOps | Cloud

December 2024

How To Decide Between Hosting Your Own Status Page Versus Using a Managed One

A status page forms a key part of your incident communication strategy. When it comes to setting up a status page, you have two options: We will examine the pros and cons of each option along these dimensions: For 1, if you choose a self-managed, open-source or custom solution, it's in your control. For a managed solution, you are limited by the provider's feature set. For 2, if you choose a self-managed solution, your team is responsible for the quality of the service.

Monitoring Security Vulnerabilities in Your Cloud Vendors

If you manage applications running on cloud platforms, you likely depend on multiple cloud vendors and services. These could be infrastructure providers like AWS, GCP or Azure. A vulnerability in any of these services could potentially impact your applications and your users. A cloud platform has many moving parts, many of which are dependent on other third-party providers.

Summarizing SRE/Ops Podcasts Using an LLM

There are plenty of good SRE/Ops related podcasts out there. I follow a few of them and listen to episodes whose titles sound interesting. The problem with podcasts is that some episodes focus on one topic, and other episodes deal with a host of topics. In between there is filler and things that are not relevant to the topic but are necessary to carry on a conversation. Spending 30-60 minutes listening to podcasts is not always a great use of time.

Sending Alerts Using Prometheus and Alertmanager

Continuing our series on setting up Prometheus in a container, this article provides a step-by-step guide for how to configure alerts in Prometheus. We will add alerting rules and deploy Prometheus Alertmanager with Slack integration. If you follow the steps in this article, you will end up with a containerized setup for: Let's get started.