Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notharshhaa/devops-cheatsheet
A comprehensive collection of quick-reference cheatsheets for DevOps tools, covering CI/CD, containerization, monitoring, security, cloud infrastructure, and networking. Perfect for DevOps engineers, sysadmins, developers, and newcomers looking for essential commands and best practices. Contributions are welcome!
https://github.com/notharshhaa/devops-cheatsheet
automation aws azure cheatsheet cicd cloud devops devops-tools docker gcp git jenkins kubernetes monitoring
Last synced: 1 day ago
JSON representation
A comprehensive collection of quick-reference cheatsheets for DevOps tools, covering CI/CD, containerization, monitoring, security, cloud infrastructure, and networking. Perfect for DevOps engineers, sysadmins, developers, and newcomers looking for essential commands and best practices. Contributions are welcome!
- Host: GitHub
- URL: https://github.com/notharshhaa/devops-cheatsheet
- Owner: NotHarshhaa
- License: gpl-2.0
- Created: 2024-08-21T14:56:19.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-02-19T05:09:32.000Z (1 day ago)
- Last Synced: 2025-02-19T10:14:50.580Z (1 day ago)
- Topics: automation, aws, azure, cheatsheet, cicd, cloud, devops, devops-tools, docker, gcp, git, jenkins, kubernetes, monitoring
- Homepage:
- Size: 105 KB
- Stars: 93
- Watchers: 2
- Forks: 65
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: Security/AquaSec.md
Awesome Lists containing this project
README
# π DevOps Tools Cheatsheet Collection
![DevOps Cheatsheet](https://imgur.com/tdtHIqB.png)
Welcome to the **DevOps Tools Cheatsheet Collection** β your go-to resource for mastering **DevOps tools and technologies**!
π‘ Whether you're an experienced **DevOps engineer**, a **sysadmin**, a **developer**, or a **newcomer** looking to streamline workflows, these curated cheatsheets offer **quick commands, best practices, and essential tips** to supercharge your DevOps journey.
π **What makes this collection special?**
β **Comprehensive**: Covers everything from **CI/CD**, **Containerization**, **Cloud**, **Security**, **Monitoring**, and more.
β **Beginner-Friendly & Advanced**: Useful for **new learners** as well as **seasoned professionals**.
β **Structured & Easy to Navigate**: Find what you need in seconds.
β **Regularly Updated**: We keep it fresh with **new tools and best practices**.---
## π Repository Overview
π **Navigate the directory structure to find the tools you need:**
```plaintext
/devops-cheatsheet/
β
βββ README.md
βββ CONTRIBUTING.md
β
βββ CI-CD/
β βββ Jenkins.md
β βββ GitHub-Actions.md
β βββ GitLab-CI.md
β βββ CircleCI.md
β
βββ Containerization/
β βββ Docker.md
β βββ Kubernetes.md
β βββ CRI-O.md
β βββ OpenShift.md
β βββ Helm.md
β βββ Podman.md
β
βββ Monitoring/
β βββ Prometheus.md
β βββ Grafana.md
β βββ ELK-Stack.md
β βββ CloudWatch.md
β βββ Nagios.md
β
βββ Security/
β βββ Trivy.md
β βββ SonarQube.md
β βββ AquaSec.md
β βββ HashiCorp-Vault.md
β
βββ Version-Control/
β βββ GitLab.md
β βββ GitHub.md
β βββ Bitbucket.md
β
βββ Cloud/
β βββ AWS.md
β βββ Azure.md
β βββ GCP.md
β βββ Kubernetes-on-AWS.md
β βββ Terraform.md
β
βββ Networking/
βββ Istio.md
βββ Envoy.md
βββ Consul.md
βββ Linkerd.md
```---
## π Cheatsheet Categories
#### π **CI/CD Automation**
Boost deployment speed with continuous integration & continuous deployment:
π [Jenkins](./CI-CD/Jenkins.md)
π [GitHub Actions](./CI-CD/GitHub-Actions.md)
π [GitLab CI](./CI-CD/GitLab-CI.md)
π [CircleCI](./CI-CD/CircleCI.md)#### π³ **Containerization & Orchestration**
Build, manage, and deploy containers effortlessly:
πΉ [Docker](./Containerization/Docker.md)
πΉ [Kubernetes](./Containerization/Kubernetes.md)
πΉ [CRI-O](./Containerization/CRI-O.md)
πΉ [OpenShift](./Containerization/OpenShift.md)
πΉ [Helm](./Containerization/Helm.md)
πΉ [Podman](./Containerization/Podman.md)#### π **Monitoring & Observability**
Track system health, logs, and performance metrics:
π [Prometheus](./Monitoring/Prometheus.md)
π [Grafana](./Monitoring/Grafana.md)
π [ELK Stack](./Monitoring/ELK-Stack.md)
π [Nagios](./Monitoring/Nagios.md)
π [CloudWatch](./Monitoring/CloudWatch.md)#### π **Security & Compliance**
Ensure security best practices and vulnerability scanning:
π‘οΈ [Trivy](./Security/Trivy.md)
π‘οΈ [SonarQube](./Security/SonarQube.md)
π‘οΈ [AquaSec](./Security/AquaSec.md)
π‘οΈ [HashiCorp Vault](./Security/HashiCorp-Vault.md)#### π **Version Control & GitOps**
Efficiently manage repositories and collaboration:
π [GitLab](./Version-Control/GitLab.md)
π [GitHub](./Version-Control/GitHub.md)
π [Bitbucket](./Version-Control/Bitbucket.md)#### βοΈ **Cloud & Infrastructure as Code (IaC)**
Provision and manage infrastructure the right way:
βοΈ [AWS](./Cloud/AWS.md)
βοΈ [Azure](./Cloud/Azure.md)
βοΈ [Google Cloud Platform (GCP)](./Cloud/GCP.md)
βοΈ [Terraform](./Cloud/Terraform.md)
βοΈ [Kubernetes on AWS](./Cloud/Kubernetes-on-AWS.md)#### π **Networking & Service Mesh**
Enhance connectivity, security, and service discovery:
π [Istio](./Networking/Istio.md)
π [Envoy](./Networking/Envoy.md)
π [Consul](./Networking/Consul.md)
π [Linkerd](./Networking/Linkerd.md)---
## π₯ Who Should Use This?
> [!IMPORTANT]
>
> β **DevOps Engineers** β Quick access to essential commands & tools
> β **Sysadmins** β Simplify system management with structured cheatsheets
> β **Developers** β Understand DevOps tools and workflows
> β **Beginners** β Learn step-by-step with curated resources
>
> Whether you're **automating deployments**, **managing cloud infrastructure**, or **ensuring security compliance**, this collection is your **ultimate DevOps guide**! π---
## π οΈ How to Use This Repository
> [!NOTE]
>
> 1. **Explore the Categories**: Navigate through the folders to find the tool or technology youβre interested in.
> 2. **Use the Cheatsheets**: Each cheatsheet is designed to provide quick access to the most important commands and concepts.
> 3. **Contribute**: Found something missing? Want to share your own tips? Check out our [Contributing Guidelines](./CONTRIBUTING.md) and submit a pull request.---
## π€ Contributions Welcome!
π‘ This is a **community-driven project**! If you have insights, fixes, or new tools to share, your contributions are **highly valued**.
> π₯ **Want to contribute?** Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
---
## π’ Stay Updated
π **Regular updates** keep this collection **relevant and practical**.
β **Star this repository** to stay updated!---
## π οΈ Author & Community
This project is crafted with π‘ by **[Harshhaa](https://github.com/NotHarshhaa)**.
Your feedback is always welcome! Letβs build together. ππ§ **Connect with me:**
π **GitHub**: [@NotHarshhaa](https://github.com/NotHarshhaa)
π **Blog**: [ProDevOpsGuy](https://blog.prodevopsguy.xyz)
π **Telegram Community**: [Join Here](https://t.me/prodevopsguy)
π **LinkedIn**: [Harshhaa Vardhan Reddy](https://www.linkedin.com/in/harshhaa-vardhan-reddy/)---
## β Support the Project
If this helped you, consider:
β **Starring** β this repository
β **Sharing** π’ with your network---
## π₯ Take Your DevOps Game to the Next Level with This Cheatsheet Collection! π
### π’ Stay Connected
![Follow Me](https://imgur.com/2j7GSPs.png)