<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>My notes and stuff - Robusta</title>
    <subtitle>This is just a space for me to share some notes and thoughts. I hope someone finds something useful here.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://suchaboris.com/tags/robusta/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://suchaboris.com/"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-04-26T00:00:00+00:00</updated>
    <id>https://suchaboris.com/tags/robusta/atom.xml</id>
    <entry xml:lang="en">
        <title>Replacing Prometheus</title>
        <published>2026-04-26T00:00:00+00:00</published>
        <updated>2026-04-26T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://suchaboris.com/blog/replacing-prometheus/"/>
        <id>https://suchaboris.com/blog/replacing-prometheus/</id>
        
        <content type="html" xml:base="https://suchaboris.com/blog/replacing-prometheus/">&lt;p&gt;I got a bit tired of how the Prometheus monitoring stack was working. I&#x27;ve spent plenty of time configuring it in the past, but lately it just felt like too much work to maintain. Since I try to keep my homelab as low-maintenance as possible, I started looking for something simpler that wouldn&#x27;t sacrifice the alerting I actually need.&lt;&#x2F;p&gt;
&lt;p&gt;I ended up picking &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;robusta-dev&#x2F;robusta&quot;&gt;Robusta&lt;&#x2F;a&gt;. It has a much smaller resource footprint, which is great if you are running on limited hardware. What I like most is that it comes with sensible defaults for things like pod crashes, CrashLoopBackOff, and job failures right out of the box. Email notifications are also a first-class citizen, so I didn&#x27;t have to spend hours fighting with Alertmanager templates just to get a readable message.&lt;&#x2F;p&gt;
&lt;p&gt;Everything is configured as code using Helm values and manifests, so I don&#x27;t have to touch a UI to keep things running. I am really happy with the switch. If you are looking for a monitoring solution that is easy to set up for a smaller Kubernetes cluster, I definitely recommend giving it a try.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
