|
|
|
|
|
by jdc0589
3276 days ago
|
|
I've spent a solid amount of time reading docs and looking in to this. It sounds like this might not be an issue for you, but the major gotcha is k8s does not support rescheduling pods when new nodes join the cluster yet to re-balance things (there was some stuff in proposal phase to address it though). So, if your workload is made up of lots of short lived ephemeral stuff you are good to go, but otherwise you may have to manually step into rebalance stuff to new nodes. The autoscaler addon might have addressed some of this, but I'm not seeing anything obvious after a cursory overview of the docs. |
|