Mitigating disruption during Amazon EKS cluster upgrade with blue/green deployment

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • retail-store-sample-app

    Sample application for demonstrating container platforms and related technology

    We’ll demonstrate this on an EKS cluster with EC2 instances as worker nodes. This strategy can be also applied the same for Fargate, and we'll leverage the popular AWS Retail Store sample application to demonstrate the steps. For the code, head over to the AWS repository. By the end of this blog, you'll have a clear understanding of what an EKS upgrade entails and how to navigate it with confidence.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • kubernetes

    Production-Grade Container Scheduling and Management

    Kubernetes change log: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md

  • eksctl

    The official CLI for Amazon EKS

    3. Bootstrap new cluster There are some typical options for a new Amazon EKS cluster deployment with your desired Kubernetes version such as AWS Management Console, eksctl tool, or Terraform. In this blog, we have deployed a new cluster, namely "green-eks", using version v1.29 and EC2 worker nodes.

  • kube-no-trouble

    Easily check your clusters for use of deprecated APIs

    There are several tools that help us find out the API deprecations in our clusters. One of them is “kube-no-trouble” aka kubent. At the time I write this document, the latest ruleset is for 1.29 in kubent. I run kubent with target version of 1.29 and got the below result. As you can see, kubent shows the deprecated APIs.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • *DevOps: {UN}complicated?!

    13 projects | dev.to | 22 Dec 2021
  • Kubestriker - A blazing fast Kubernetes security auditing tool for free

    3 projects | /r/kubernetes | 21 Mar 2021
  • United B772 at Denver on Feb 20th 2021, engine inlet separates from engine

    2 projects | news.ycombinator.com | 20 Feb 2021
  • Lightweight Kubernetes and Wasm is a Perfect Combo

    2 projects | dev.to | 1 Nov 2024
  • Testing in KinD: Using Testkube with Kubernetes in Docker

    1 project | dev.to | 21 Oct 2024

Did you konow that Go is
the 4th most popular programming language
based on number of metions?