Upgrading Your EKS Cluster

Upgrading Your EKS Cluster

This blog post covers the upgrade of an AWS EKS cluster that was created using a CloudFormation template. Note that this post covers upgrading the existing EKS cluster as-is without spinning up a new AutoScaling group. One important thing to take under consideration when looking to upgrade a Kubernetes cluster…

Jenkins CICD Overview

Jenkins CICD Overview

CICD (Continuous Integration and Continuous Delivery): CICD is a set of automated processes to continuously integrate the code developed by the development team, run automated regression tests, and deploy them to the target environments. The extent of automation and...