WeSearch

VPC CNI en EKS: cómo dejar de pagar nodos que no usás

·6 min read · 0 reactions · 0 comments · 20 views
#aws#kubernetes#devops#networking
VPC CNI en EKS: cómo dejar de pagar nodos que no usás
TL;DR · WeSearch summary

The article discusses how to optimize costs in Amazon EKS by utilizing Prefix Delegation in the VPC CNI plugin. This configuration can significantly increase the number of pods that can be scheduled on a node, potentially reducing EC2 costs by up to 75%. It also outlines the necessary steps to implement this solution effectively.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3946852) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Lucas Blanco for AWS Community Builders Posted on May 22 VPC CNI en EKS: cómo dejar de pagar nodos que no usás #networking #devops #aws #kubernetes Si alguna vez miraste un nodo de EKS y viste algo como esto: CPU: 18% Memory: 22% Pods: 29/29 ← 😐 Enter fullscreen mode Exit fullscreen mode ya viviste el problema del que va este post. Tus nodos tienen recursos para utilizar pero no podes schedulear más pods en ellos...

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)