Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishabkumar7/the-devops-guide
A guide to learn DevOps
https://github.com/rishabkumar7/the-devops-guide
ci-cd cloud containerization containers devops git hacktoberfest iac k8s terraform
Last synced: 5 days ago
JSON representation
A guide to learn DevOps
- Host: GitHub
- URL: https://github.com/rishabkumar7/the-devops-guide
- Owner: rishabkumar7
- License: mit
- Created: 2022-09-28T19:21:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T19:56:21.000Z (5 months ago)
- Last Synced: 2024-12-04T02:00:08.353Z (19 days ago)
- Topics: ci-cd, cloud, containerization, containers, devops, git, hacktoberfest, iac, k8s, terraform
- Language: MDX
- Homepage: https://thedevops.guide
- Size: 604 KB
- Stars: 240
- Watchers: 7
- Forks: 48
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Welcome to The DevOps Guide
[![GitHub stars](https://img.shields.io/github/stars/rishabkumar7/the-devops-guide.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/rishabkumar7/the-devops-guide/stargazers/)
[![GitHub forks](https://img.shields.io/github/forks/rishabkumar7/the-devops-guide.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/rishabkumar7/the-devops-guide/network/)
[![GitHub license](https://img.shields.io/github/license/rishabkumar7/the-devops-guide.svg)](https://github.com/rishabkumar7/the-devops-guide/blob/main/LICENSE.md)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)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.
We have a web version now - [thedevops.guide](https://thedevops.guide)## Prerequisite
- Linux
- Networking
- Programming Fundamentals (Python)I highly recommend some fundamental knowledge of Linux, Networking and Programming.
Checkout [Learn to Cloud Guide](https://learntocloud.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.](https://youtu.be/nI8-qnSMY40)
## 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](https://github.com/rishabkumar7/the-devops-guide/issues)
## License
[MIT](LICENSE.md)