DEV Community

Cover image for Intro To DevOps🔁
Atharva Shirdhankar
Atharva Shirdhankar

Posted on • Edited on

2

Intro To DevOps🔁

Alt Text

What is DevOps?

➡️ DevOps [Development + Operations(IT Operations)] is the combination of practices and tools designed to increase an organization's ability to deliver applications and services faster than traditional software development processes.

The 7 key practices of DevOps are :

  1. Configuration Management.
  2. Continuous Integration.
  3. Automated Testing.
  4. Infrastructure as Code.
  5. Continuous Delivery.
  6. Continuous Deployment.
  7. Continuous Monitoring.

In DevOps multiple tools are used few of them are:

  1. Git - For Version control system
  2. React/Flask/Django or any other webframework or techsta k - For building web app
  3. Docker - For Containerizing , Building image, deployment.
  4. Kubernetes - For Management of containers.
  5. GitHub/Gitlab - For CI/CD(Continuous Integration/Continuous Deployment)

Hello everyone,
I m currently exploring DevOps more if you have resources or something to talk about tools(since there are multiple tools do to the same task) in DevOps. Feel free to express yourself in comments below.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay