Skip to content

NimTechnology

Trình bày các công nghệ CLOUD một cách dễ hiểu.

  • Kubernetes & Container
    • Docker
    • Kubernetes
      • Ingress
      • Pod
    • Helm Chart
    • OAuth2 Proxy
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Argo Events
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • DevSecOps
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
      • Azure Cloud
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log, Monitor & Tracing
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form

[EKS] the exciting and helpful things about EKS

Posted on December 25, 2022March 29, 2023 By nim No Comments on [EKS] the exciting and helpful things about EKS

Contents

Toggle
  • Pod limit on Node – AWS EKS
  • an example of network interface IP address exhaustion
    • ChatGPT cũng chỉ

Pod limit on Node – AWS EKS

Gần đây mình có 1 bất ngờ khi 1 pod của mình thông báo event:

0/3 nodes are available: 1 Too many pods, 2 node(s) didn't match Pod's node affinity/selector

Mình đã tìm hiểu ra là số pod trên node của eks sẽ bị giới hạn.

The formula for defining the maximum number of pods per instance is as follows:

N * (M-1) + 2

Where:

  • N is the number of Elastic Network Interfaces (ENI) of the instance type
  • M is the number of IP addresses of a single ENI

So, for t3.small, this calculation is 3 * (4-1) + 2 = 11.

Values for N and M for each instance type in this document.

bạn có thể tham khảo chi tiết ở đây:
https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt

an example of network interface IP address exhaustion

Gần đây mình có gặp lỗi là:

Network plugin cni failed to set up pod network: add cmd: failed to assign an IP address to container

Và mình tìm thấy 1 link nói về lỗi này:
https://aws.amazon.com/premiumsupport/knowledge-center/eks-failed-create-pod-sandbox/

như bài viết mô tả:

The following is an example of network interface IP address exhaustion:

Instance type    Maximum network interfaces    Private IPv4 addresses per interface    IPv6 addresses per interface
t3.medium        3                             6                                       6

In this example, the instance t3.medium has a maximum of 3 network interfaces, and each network interface has a maximum of 6 IP addresses. The first IP address is used for the node and isn’t assignable. This leaves 17 IP addresses that the network interface can allocate.

Yeah với instance type t3.medium chúng ta có tối đa là 6 Private IPv4 addresses per interface

Mình tìm thêm được 1 tài liêu nữa:
https://aws.github.io/aws-eks-best-practices/networking/prefix-mode/

trong link trên có link:

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI

Ở đây cho ta thấy nhiều type hơn

ChatGPT cũng chỉ

To check network interface IP address exhaustion of an instance on AWS, you can use the following steps:

  1. Log in to the AWS Management Console.
  2. Navigate to the EC2 dashboard and select the instance for which you want to check network interface IP address exhaustion.
  3. Under the “Description” tab, locate the “Network interfaces” section.
  4. Count the number of network interfaces that are attached to the instance. By default, each interface has a private IP address, and if you’ve enabled public IP addresses, each interface will also have a public IP address.
  5. Check the number of available private IP addresses for each interface by selecting the network interface and viewing the “IPv4 Public IPs” and “IPv4 Private IPs” sections.

If you are running out of IP addresses, you can either increase the number of available private IP addresses by adding additional network interfaces or by using Elastic IP addresses. Additionally, you can check if your VPC IP address range has enough available IP addresses by reviewing your subnet configurations.

Có thể là ảnh này.

Và bạn có thể đọc bài này:

Experiences for IP Addresses Shortage on EKS Clusters
AWS - Amazon Web Service

Post navigation

Previous Post: [Golang] Create Your Own CLI — With Golang
Next Post: [Kubernetes] the exciting things about K8S

More Related Articles

[Metrics Server] Install metrics-server on Kubernetes. AWS - Amazon Web Service
[ElastiCache] Provisioning Redis on AWS so quickly by terraform AWS - Amazon Web Service
[AWS] Pull docker images from the other ECR AWS - Amazon Web Service
[MongoDB] Creating MongoDB Atlas to integrate with your workload on any Cloud AWS - Amazon Web Service
[VPC] The difference between public and private subnets in Amazon VPC? AWS - Amazon Web Service
[AWS/ElastiCache] Configure Redis Cross-Region Replication or Global DataStore AWS - Amazon Web Service

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Tham Gia Group DevOps nhé!
Để Nim có nhiều động lực ra nhiều bài viết.
Để nhận được những thông báo mới nhất.

Recent Posts

  • [Azure] The subscription is not registered to use namespace ‘Microsoft.ContainerService’ May 8, 2025
  • [Azure] Insufficient regional vcpu quota left May 8, 2025
  • [WordPress] How to add a Dynamic watermark on WordPress. May 6, 2025
  • [vnet/Azure] VNet provisioning via Terraform. April 28, 2025
  • [tracetcp] How to perform a tracert command using a specific port. April 3, 2025

Archives

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021

Categories

  • BareMetal
    • NextCloud
  • CI/CD
    • Argo Events
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • DevSecOps
    • Golang
    • Jquery & JavaScript
    • Laravel
    • NextJS 14 & ReactJS & Type Script
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • Azure Cloud
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
      • Pod
    • Longhorn – Storage
    • MetalLB
    • OAuth2 Proxy
    • Vault
    • VictoriaMetrics
  • Log, Monitor & Tracing
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Fluent
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2025 NimTechnology.