FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Stop Managing EKS Add-ons by Hand
How-ToTools

Stop Managing EKS Add-ons by Hand

via Dev.toGlenn Gray3w ago

This post was originally published on graycloudarch.com . I was preparing to upgrade a production EKS cluster to version 1.32\ when I discovered a problem. Four of our core cluster components---VPC CNI, CoreDNS, kube-proxy, and\ Metrics Server---were all running versions incompatible with EKS 1.32. I\ needed to update them before upgrading. And I had no easy way to do it. VPC CNI, CoreDNS, and kube-proxy had been installed automatically\ when the cluster was created, running in "self-managed" mode. Metrics\ Server was installed with\ kubectl apply -f metrics-server.yaml from some GitHub\ release page, months ago, by someone who is no longer on the team. No version pinning. No history of what changed or when. No way to\ test the upgrade before applying it to production. That's when I decided to stop managing EKS add-ons by hand. The Problem with Self-Managed Add-ons There are two categories of EKS add-ons, and most teams don't think\ about the distinction until they're stuck. Self-manag

Continue reading on Dev.to

Opens in a new tab

Read Full Article
14 views

Related Articles

The Boring Skills That Make Developers Unstoppable in 2026
How-To

The Boring Skills That Make Developers Unstoppable in 2026

Medium Programming • 8h ago

I Installed This VS Code Extension… and My Code Got Instantly Better
How-To

I Installed This VS Code Extension… and My Code Got Instantly Better

Medium Programming • 9h ago

The Age of Personalized Software
How-To

The Age of Personalized Software

Medium Programming • 11h ago

Automating Checkout Add-On Recommendations in WordPress for WooCommerce
How-To

Automating Checkout Add-On Recommendations in WordPress for WooCommerce

Dev.to • 11h ago

How-To

Start Here: Learning to develop your own way with SCSIC

Medium Programming • 15h ago

Discover More Articles