Create EKS Cluster Using AWS Console | Create EKS Cluster on AWS | AWS EKS Tutorial

Create EKS Cluster Using AWS Console | Create EKS Cluster on AWS | AWS EKS Tutorial

Lian

7 месяцев назад

755 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@LianDuanTraining
@LianDuanTraining - 20.01.2024 15:07

In the AWS EKS demo, the labels for the EKS node group can be defined as follows:

labels = {
demo = "eks",
eksNodeGroup = "t3_medium_01"
}
This configuration sets up key-value pairs for the labels associated with the EKS nodes. The demo label is set to "eks", and the eksNodeGroup label is set to "t3_medium_01". Make sure to customize these values based on your specific use case.

Ответить
@huilin9918
@huilin9918 - 12.01.2024 00:57

Excellent! Very helpful.

Ответить