Use an AWS S3 trigger in k8s with Argo Events

S3 event-driven workflow Use an Amazon S3 trigger in k8s Invoking AWS lambda functions using the Amazon S3 trigger is a very famous system design pattern on AWS. It can save compute resources and costs. However, once you decide to use k8s as a platform, you may hesitate to use Function as a Service for… Continue reading Use an AWS S3 trigger in k8s with Argo Events

Install Argo Events via Helm and Create a simple event-driven workflow

The simple workflow with Argo Events Event-driven workflow in Kubernetes Argo Events is an event-driven workflow automation framework for Kubernetes which helps you trigger K8s objects, Argo Workflows, Serverless workloads, etc. With Argo Events, we can trigger workflow such as CI/CD pipeline and ETL pipeline using some kinds of events sources. In this article, I… Continue reading Install Argo Events via Helm and Create a simple event-driven workflow