DevOps Basic Terminology

DevOps Basic Terminology

Table of contents

No heading

No headings in the article.

As a beginner when we start learning new concepts we heard a lot of jargon words for the first time. And we haven't heard them before and sometimes it's tough to remember them. So to solve this problem. Here I have list down some Jorgon words used in DevOps and as a beginner, you will hear them throughout your DevOps journey.

  1. Provisioning: Provisioning simply means when a server is ready with OS to perform a specific task given to the computer.

  2. Deployment: Deployment stands for adding or upgrading changes as per the requirement of the server.

  3. Orchestration: It helps to coordinate operations on multiple systems.

  4. Configuration Management: When you are required to configure specific space, ram, or some software Configuration Management has been used.

  5. Imperative (Procedural): The process to achieve the desired state.

  6. Declarative(Procedural): The desired state is already defined you have to achieve it with the help of useful tools.

  7. Idempotent: Repeat Execution and the same result.

  8. Blue Green Screen: Identical deployment used in the switch.

  9. Continuous Integration: Build and unit test at every check-in.

  10. Continuous Delivery: Deploy on a production live environment at every check-in.

  11. Continuous Deployment: After unit testing, deploy changes to production in small batches.