|
|
|
|
|
by shawabawa3
2823 days ago
|
|
> k8s yaml files are really a breeze of fresh air compared to Ansible playbooks Hah. I'm a huge kubernetes fan but not sure I can agree here. k8s yaml files are the most verbose and spammy things imaginable. granted, ansible playbooks can be horrific, but i'd say that's more down to the authors of the playbook than ansible itself. |
|
K8s is designed around a desired state of the world with control loops.
The two are very different conceptually, and lead you in different directions organizationally.
Ansible encourages you to code the derivative and hopefully approach the integral, whereas K8s encourages you to code the integral and infer the derivative in your controller, if that makes sense.