Coming soon...
++ {{ name }} + {{ email }} +
++ {{ name }} + {{ email }} +
+That's it? Then why use Kubernetes?
+I specify a task to be executed
+ +e.g., "Clean the room" + +You have to perform the required task, +and once completed, +it's no longer your responsibility
+ +Ansible
+Podman
+I declare a desired state
+ +e.g., "The room must be clean" + +You have to maintain the desired state until a new state is declared
+ +OpenTofu
(Terraform)
Kubernetes
+A little spoiler:
+Relying on this mechanism, you can extend the Kubernetes functionality,
creating custom resource schemas and controllers.
We'll come back to it later
+ +--- + +# So, why should I use Kubernetes? + +