-
Notifications
You must be signed in to change notification settings - Fork 472
Open
Labels
topicDevOps relevant topicsDevOps relevant topics

Description
References:
- https://en.wikipedia.org/wiki/Configuration_management
- https://en.wikipedia.org/wiki/Version_control
- https://en.wikipedia.org/wiki/Infrastructure_as_code
- GitOps
I don't think it is possible to have a "dev ops" environment without some kind of Configuration Management Tool.
They make it possible to configure an environment through scripts.
The big advantage of a tool like this is that new virtual machine or container instances can be easily created or updated.
The most common solutions here I think are Ansible, Puppet, Chef and Salt.
It is probably best to pick one tool and have practical scripting exercises how to an enviroment can be configured programmatically.
Metadata
Metadata
Assignees
Labels
topicDevOps relevant topicsDevOps relevant topics