Kubernetes help

I have Kubernetes Cluster in AWS with multiple nodes. I was wondering if it’s possible to have different instance type for multiple worker nodes. Any help appreciated. Thanks

Add a comment
Amazon 🤡clown May 11, 2018

Post TC

Ericsson akm OP May 11, 2018

??

Expedia gqpG28 May 11, 2018

😂

Amazon vjhhgt May 11, 2018

You can with ECS

Amazon PcEu32 May 11, 2018

eks?

Amazon vjhhgt May 11, 2018

No Elastic Container Srvice. Aws own managed orchestration framwork. I don't know about eks (that's limited preview still)

Airbnb greelo May 11, 2018

Yes you can, though by default Kubernetes on aws is clunky

Ericsson akm OP May 11, 2018

With ECS and using Kops. It doesn’t allow list for machine type though.

Microsoft Mutex07 May 12, 2018

This isn’t stackoverflow dude

Deliveroo gvGz11 May 14, 2018

Yes you can. You don't have to use tools from the internet like kops out of the box. You can also spin up your own ASGs, tag the nodes and schedule speciific Pods onto them with nodeSelector, afinity or a custom scheduler.

New
J3sus Sep 26, 2019

if you have used ansible before, check out kubespray; I believe using eksctl only allows to specify the worker node type for all of the workers.