Which principle suggests that infrastructure changes should be reversible?
- Consistency
- Idempotency
- Immutability
- Reversibility
The principle of reversibility suggests that infrastructure changes should be reversible. This means that any changes made to the infrastructure can be rolled back, providing a safety net in case of errors or unexpected issues.
Loading...
Related Quiz
- Responsive images can be implemented using the _______ attribute in HTML.
- During a project, two developers accidentally work on the same file and create a conflict during merging. How would you resolve this conflict in Git?
- One of the key benefits of containerization with Docker is _______ and consistency across different environments.
- Materialized views are often employed in query optimization to store _______.
- Role-based access control (RBAC) is a common method for _______ in large systems.