|
|
|
|
|
by dsnuh
2821 days ago
|
|
I think the key element here is that you are using GKE. Managed cloud Kubernetes, and self-hosted on-prem Kubernetes are two different beasts. Yes, it's easy when you don't actually have to run the cluster yourself. Ansible has its warts, but it is great for managing and configuring individual servers. |
|
In fact I've used Kubespray[1] to setup a cluster with Ansible before with mild success. Nothing production ready, but it's actually a good tool for that job. At the end of the day you can't run Kubernetes on Kubernetes :D
[1]: https://github.com/kubernetes-incubator/kubespray