Build a Basic CI/CD Pipeline with GitHub Actions

Build a Basic CI/CD Pipeline with GitHub Actions

Introduction In the world of DevOps, automation is everything. Continuous Integration and Continuous Deployment (CI/CD) pipelines streamline code changes, ensuring rapid delivery and consistent environments. GitHub Actions, launched by GitHub in 2019, provides a...
Scaling your Kubernetes Cluster

Scaling your Kubernetes Cluster

In our previous post, we tackled how to build a scalable Kubernetes cluster on ARM VPS servers. In this post, we will tackle the reason we use Kubernetes at all: Scalability. Scaling Workloads with Horizontal Pod Autoscaler (HPA) The Horizontal Pod Autoscaler (HPA)...