Engineering a Local Serverless Stack with OpenFaaS, and MongoDB
On-Prem AWS Lambda Alternative
Nov 1, 202515 min read18

Search for a command to run...
Articles tagged with #kubernetes
On-Prem AWS Lambda Alternative

Learn how to use MinIO to create S3-style storage in K8s and host static websites, with a simple CD pipeline that updates the site automatically

2/2: Helm Packaging, Github Action CI/CD with Workload Identiy Federation, Persitent storage implementation.

Part 1: Initial focus

Part 2: Transform the Docker Compose services to Kubernetes resources

Continuous deployment (CD) is the process of automatically deploying changes to production. It is a key part of the DevOps toolchain, and it can help organizations to improve their software delivery speed, reliability, and security. ArgoCD is a Kuber...
