Showing posts with label idempotency. Show all posts
Showing posts with label idempotency. Show all posts

Tuesday, February 22, 2022

EXTRA INFO: Idempotency - Configuration Management



Configuration tools like puppet, chef, Terraform, Ansible etc are used to orchestrate the configuration on remote systems.

If the desired state of the task is already present on the destination server then these tools do not perform any action because the desired state is already equal to the current state. This concept is called Idempotency.


Fluentd

Open-source log data collector > why logs? - for compliance (auditing, company, business) - for security (transparency, monitoring, admin...