Tag: CICD

CI/CD - Highlighted

Deploy serverless app stack with Serverless Framework

This article describes how to deploy a basic serverless app using the Serverless Framework. We will be covering a brief introduction of Serverless, a comparison with other frameworks/tools, and finally, the step-by-step to make the code to deploy a basic API GW-Function app in AWS using Serverless.   Serverless Framework Serverless Framework is an open-source…

Automation - Productivity

Automating Kubernetes Deployments With ArgoCD

Overview ArgoCD is a deployment mechanism based on the GitOps principle used in Kubernetes clusters and applications running. It is an automation tool with an impact in the productivity of your development team, specially in the CI/CD process. Argo CD is a tool that helps us forget the existence of `kubectl apply`, `helm install`, and…