You are on page 1of 10

1

Rajani Ekunde

10 IMPORTANT
DEVOPS JARGONS
THAT YOU SHOULD
BE FAMILIAR WITH

@DevOpsOnSteroids
2

Rajani Ekunde

CONTINUOUS INTEGRATION
(CI):

The practice of frequently


integrating code changes into a
shared repository and
automatically running tests to
detect integration issues early.

@DevOpsOnSteroids
3

Rajani Ekunde

CONTINUOUS DELIVERY
(CD):

The practice of continuously


delivering software to
production or staging
environments in a reliable and
automated manner, ensuring
that it is always in a deployable
state.

@DevOpsOnSteroids
4

Rajani Ekunde

INFRASTRUCTURE AS
CODE (IAC):

The practice of managing and


provisioning infrastructure
resources using code, enabling
automation, version control,
and reproducibility.

@DevOpsOnSteroids
5

Rajani Ekunde

MICROSERVICES:

An architectural style where an


application is divided into small,
independent services that can
be developed, deployed, and
scaled independently,
promoting flexibility and
scalability.

@DevOpsOnSteroids
6

Rajani Ekunde

CONTAINERIZATION:

The process of encapsulating


an application and its
dependencies into a
lightweight, isolated container.
Containers provide consistency
and portability across different
environments.

@DevOpsOnSteroids
7

Rajani Ekunde

ORCHESTRATION:

The automation and


coordination of containers or
services in a distributed system,
ensuring scalability, high
availability, and resource
optimization. Tools like
Kubernetes and Docker Swarm
are commonly used for
container orchestration.
@DevOpsOnSteroids
8

Rajani Ekunde

DEVOPS PIPELINE:

A set of practices and tools that


automate the software delivery
process, including building,
testing, and deploying code
changes. A well-defined pipeline
helps ensure quality, speed, and
reliability in software releases.

@DevOpsOnSteroids
9

Rajani Ekunde

INFRASTRUCTURE
AUTOMATION:

The use of automation tools


and practices to provision,
configure, and manage
infrastructure resources,
reducing manual effort,
increasing efficiency, and
minimizing configuration errors.

@DevOpsOnSteroids
Rajani Ekunde

DO FOLLOW FOR MORE


SUCH CONTENT AROUND
CLOUD AND DEVOPS.

@DevOpsOnSteroids

You might also like