You might think that cluster would provide the possibility to create a new worker node. However, that is not the case. If you execute kops edit cluster --name $NAME, you’ll see that nothing in the configuration indicates how many nodes we should have. That is normal considering that we should not create servers in AWS directly. Just as Kubernetes, AWS also prefers a declarative approach over imperative. At least, when dealing with EC2 instances.