Table of contents
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.
Provisioning: Provisioning simply means when a server is ready with OS to perform a specific task given to the computer.
Deployment: Deployment stands for adding or upgrading changes as per the requirement of the server.
Orchestration: It helps to coordinate operations on multiple systems.
Configuration Management: When you are required to configure specific space, ram, or some software Configuration Management has been used.
Imperative (Procedural): The process to achieve the desired state.
Declarative(Procedural): The desired state is already defined you have to achieve it with the help of useful tools.
Idempotent: Repeat Execution and the same result.
Blue Green Screen: Identical deployment used in the switch.
Continuous Integration: Build and unit test at every check-in.
Continuous Delivery: Deploy on a production live environment at every check-in.
Continuous Deployment: After unit testing, deploy changes to production in small batches.