---
title: "💭 argoproj/argo-events: Event-driven Automation Framework for Ku..."
description: "!https://github.com/argoproj/argo-events?tab=readme-ov-file"
date: 2024-06-09
published: true
tags:
  - k8s
  - kubernetes
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://github.com/argoproj/argo-events?tab=readme-ov-file" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://opengraph.githubassets.com/b8057e46c48c053528f2c4e2c613543fe5ce01807c4b7feda183c18c45f44458/argoproj/argo-events" alt="GitHub - argoproj/argo-events: Event-driven Automation Framework for Kubernetes — Event-driven Automation Framework for Kubernetes. Contribute to argoproj/argo-events development by creating an account on GitHub." loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">GitHub - argoproj/argo-events: Event-driven Automation Framework for Kubernetes</div>
      <div class="embed-card-description">Event-driven Automation Framework for Kubernetes. Contribute to argoproj/argo-events development by creating an account on GitHub.</div>
      <div class="embed-card-meta">GitHub &middot; github.com</div>
    </div>
  </a>
</div>


Argo events is an event driven automation framework for kubernetes that can create kubernetes objects among other things based on events.  I've been using native kubernetes cronjobs to kick off jobs based on a cron trigger.  

For instance I am running reader.waylonwalker.com every hour, to rebuild the site and re-deploy it.  It takes about two minutes to fetch every rss feed, so this is a nice application of a job compared to a web server fetching the feeds live.  Now my posts may be up to an hour stale but they load fast.

Argo events takes event drien architecture to the next level allowing to be triggered by many more things, and do many more things than creating a cron job.  I'm definitely thinking about dropping this in my homelab.

!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
