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…
Setting up EKS Cluster AutoScaler
This blog post covers one of the easiest ways to mitigate the overall cost of an EKS cluster that has an auto-scaling configuration. Here are steps to follow for a successful setup of Prometheus and Grafana in an AWS EKS environment. Cluster Autoscaler is a tool that...
The Definitive Guide to Setting Up Prometheus with Grafana Integration for EKS
You may have noticed that more organizations have started moving towards the containerization of their applications. Many of these organizations are using Kubernetes as the backbone for their container environments. As an organization’s Kubernetes environment...
DNS Forwarding in Route 53
This article covers an easy way to achieve DNS forwarding in AWS using only Route 53 and S3. The use of these tools helps mitigate the overall costs associated with the AWS environment. As more organizations move production workloads from their data centers to the...
Update SSL Ciphers in an AWS Elastic LoadBalancer
Amazon Web Services Elastic Load Balancing automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, IP addresses, and Lambda functions. It can handle the varying load of your application traffic in a...