Why are my EKS cluster nodes having different name scheme?

0

I am learning to work with EKS and I have 3 clusters, 1 in ap-south-1 and 2 in us-east-1. All 3 clusters have been configured the same way, at least I have tried to and each have 3 nodes. But the node names in the ap-south-1 cluster looks different from the node names in the 2 clusters in us-east-1.

The nodes in the ap-south-1 cluster is of the form ip-<IP>.ap-south-1.compute.internal.

The nodes in the 2 east-us-1 clusters is of the form ip-<IP>.ec2.internal.

Now, I don't have enough information to know if this is a regional thing or not, but I tried to create new nodegroups in the clusters and they are following their respective naming schemes.

Don't misunderstand me, there is nothing wrong at all but this behaviour has thrown me off and I can't find any info anywhere. Some insight would be great!

profile picture
Sayak
已提问 1 年前456 查看次数
1 回答
0

Thats the normal behaviour. All regions apart from us-east-1 have the region name as part of hostname. You can find it mentioned here - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-naming.html

--Syd

profile picture
Syd
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则