Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.29 KB

index.mdx

File metadata and controls

37 lines (23 loc) · 1.29 KB

Welcome to The DevOps Guide

DevOps Guide is an open-source guide to provide you with an outline of skills needed to learn to get into DevOps. At the end of it you should have the technical knowledge of DevOps.

Prerequisite

  • Linux
  • Networking
  • Programming Fundamentals (Python)

I highly recommend some fundamental knowledge of Linux, Networking and Programming. Checkout Learn to Cloud Guide as it has some great resources and projects for these prerequisites.

DevOps Engineers can be self-taught?

Yes, here is how I did it.

<iframe width="650" height="380" src="https://youtube.com/embed/nI8-qnSMY40" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

How this Guide works

We have following chapters which covers fundamentals of DevOps:

  • Version Control System (VCS)
  • Continuous integration and continuous deployment (CI/CD)
  • Infrastructure as Code (IaC)
  • Configuration Management
  • Containerization
  • Monitoring/Observability

Have Questions or Feedback?

Please open an Issue

Start here

Let's learn what DevOps is?