Automatic pricing for kops deployment

I can already deploy the deployment using kops, but this requires manual editing of instance groups (nodes)

$ kops edit ig --name=test.dev.test.com nodes
  machineType: t2.medium
  maxSize: 2
  minSize: 2
=>
  machineType: t1.nano
  maxSize: 1
  minSize: 1

You need to look for a way to do this automatically with an average price of + 10%

I would also like to have at least 1 master and 1 node that work in normal instances in order to survive the completion of a complete interrupt by proxy, and the rest of the price is in place.

Can anyone help me with this?

+4
source share
1 answer

- Argo. open-source Kubernetes Argo, . Minion-manager API AWS.

minion-manager : https://blog.argoproj.io/use-spot-instances-with-your-kubernetes-clusters-on-aws-2a27f1887bb0

+2

Source: https://habr.com/ru/post/1684328/


All Articles