|
|
|
|
|
by barrkel
2823 days ago
|
|
Ansible is a glorified templating language for composing, distributing and executing shell scripts. 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. |
|