https://github.com/awesomelistsio/awesome-devops
A curated list of awesome tools, resources, and best practices in DevOps.
https://github.com/awesomelistsio/awesome-devops
List: awesome-devops
awesome awesome-list awesome-lists devops
Last synced: 4 months ago
JSON representation
A curated list of awesome tools, resources, and best practices in DevOps.
- Host: GitHub
- URL: https://github.com/awesomelistsio/awesome-devops
- Owner: awesomelistsio
- Created: 2025-06-30T01:12:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-30T01:13:22.000Z (4 months ago)
- Last Synced: 2025-06-30T02:26:02.556Z (4 months ago)
- Topics: awesome, awesome-list, awesome-lists, devops
- Language: Python
- Homepage: https://awesome.himpfen.com/
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-github-actions - Awesome DevOps
- awesome-github-actions - Awesome DevOps
- awesome-ci - Awesome DevOps
- awesome-kubernetes - Awesome DevOps
- awesome-kubernetes - Awesome DevOps
- awesome-serverless - Awesome DevOps
- awesome-serverless - Awesome DevOps
- awesome-terraform - Awesome DevOps
- awesome-aws - Awesome DevOps
- awesome-aws - Awesome DevOps
- awesome-azure - Awesome DevOps
- awesome-iac - Awesome DevOps
- awesome-cloud-native - Awesome DevOps
- ultimate-awesome - awesome-devops - A curated list of awesome tools, resources, and best practices in DevOps. (Other Lists / TeX Lists)
- awesome-microsoft - Awesome DevOps
- awesome-microsoft - Awesome DevOps
README
# Awesome DevOps [](https://github.com/awesomelistsio/awesome)
[](https://ko-fi.com/awesomelists) [](https://www.paypal.com/donate/?hosted_button_id=3LLKRXJU44EJJ) [](https://tinyurl.com/e8ymxdw3) [](https://x.com/ListsAwesome) [](https://www.facebook.com/awesomelists)
> A curated list of awesome tools, resources, and best practices in DevOps — from automation to monitoring to collaboration.
DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity.
## Contents
- [Getting Started](#getting-started)
- [CI/CD](#cicd)
- [Infrastructure as Code](#infrastructure-as-code)
- [Containerization](#containerization)
- [Orchestration](#orchestration)
- [Monitoring & Logging](#monitoring--logging)
- [Security & DevSecOps](#security--devsecops)
- [Collaboration & Culture](#collaboration--culture)
- [DevOps Platforms](#devops-platforms)
- [Learning Resources](#learning-resources)
- [Related Awesome Lists](#related-awesome-lists)
## Getting Started
- [What is DevOps?](https://www.redhat.com/en/topics/devops) – Overview from Red Hat.
- [DevOps Handbook](https://itrevolution.com/product/the-devops-handbook/) – Seminal book on DevOps practices.
- [DevOps Roadmap](https://roadmap.sh/devops) – Visual guide to becoming a DevOps engineer.
## CI/CD
- [Jenkins](https://www.jenkins.io/) – Open-source automation server.
- [GitHub Actions](https://github.com/features/actions) – Native CI/CD for GitHub repositories.
- [GitLab CI/CD](https://docs.gitlab.com/ee/ci/) – Built-in continuous integration for GitLab.
- [CircleCI](https://circleci.com/) – CI/CD for fast pipelines and integration.
- [Drone](https://www.drone.io/) – Container-native, self-hosted CI/CD.
- [Travis CI](https://travis-ci.com/) – Developer-friendly continuous integration service.
## Infrastructure as Code
- [Terraform](https://www.terraform.io/) – Tool for building, changing, and versioning infrastructure safely and efficiently.
- [Pulumi](https://www.pulumi.com/) – Infrastructure as Code in your favorite language.
- [Ansible](https://www.ansible.com/) – Simple IT automation and configuration management.
- [Chef](https://www.chef.io/) – Automate infrastructure, security, and compliance.
- [SaltStack](https://saltproject.io/) – Infrastructure automation and management.
## Containerization
- [Docker](https://www.docker.com/) – Platform for developing, shipping, and running applications.
- [Podman](https://podman.io/) – Daemonless container engine.
- [Buildah](https://buildah.io/) – Build OCI images from Dockerfiles or scratch.
## Orchestration
- [Kubernetes](https://kubernetes.io/) – Container orchestration platform.
- [Nomad](https://www.nomadproject.io/) – Simple and flexible orchestrator for containers and non-containerized apps.
- [OpenShift](https://www.openshift.com/) – Enterprise Kubernetes by Red Hat.
- [Rancher](https://rancher.com/) – Kubernetes management platform.
## Monitoring & Logging
- [Prometheus](https://prometheus.io/) – Monitoring and alerting toolkit.
- [Grafana](https://grafana.com/) – Analytics and visualization platform.
- [Loki](https://grafana.com/oss/loki/) – Log aggregation system for cloud-native environments.
- [ELK Stack (Elasticsearch, Logstash, Kibana)](https://www.elastic.co/what-is/elk-stack) – Scalable search and analytics engine.
- [Datadog](https://www.datadoghq.com/) – Cloud-scale monitoring and security.
- [New Relic](https://newrelic.com/) – Full-stack observability platform.
## Security & DevSecOps
- [Aqua Security](https://www.aquasec.com/) – Container security platform.
- [Trivy](https://github.com/aquasecurity/trivy) – Scanner for vulnerabilities in containers and IaC.
- [Snyk](https://snyk.io/) – Find and fix vulnerabilities in open source and containers.
- [Falco](https://falco.org/) – Cloud-native runtime security.
## Collaboration & Culture
- [CALMS Framework](https://puppet.com/blog/what-is-calms-framework/) – Culture, Automation, Lean, Measurement, Sharing.
- [ChatOps](https://www.atlassian.com/incident-management/devops/chatops) – Collaboration and communication through chat platforms.
- [DevOps Culture](https://www.atlassian.com/devops/devops-culture) – Best practices and cultural principles.
## DevOps Platforms
- [GitHub](https://github.com/) – Source code hosting and collaboration.
- [GitLab](https://about.gitlab.com/) – Complete DevOps lifecycle platform.
- [Bitbucket](https://bitbucket.org/) – Git-based source code repository from Atlassian.
- [Azure DevOps](https://azure.microsoft.com/en-us/services/devops/) – Microsoft’s DevOps solution for cloud projects.
## Learning Resources
- [The Phoenix Project](https://itrevolution.com/product/the-phoenix-project/) – Novel about IT, DevOps, and helping your business win.
- [The DevOps Toolkit YouTube](https://www.youtube.com/c/DevOpsToolkit) – Tutorials and best practices from Viktor Farcic.
- [Katacoda: DevOps Scenarios](https://www.katacoda.com/courses/devops) – Interactive DevOps tutorials.
## Related Awesome Lists
- **[Awesome CI](https://github.com/awesomelistsio/awesome-ci)** – Tools and resources for continuous integration.
- **[Awesome GitHub Actions](https://github.com/awesomelistsio/awesome-github-actions)** – Curated GitHub Actions and workflows.
- **[Awesome Kubernetes](https://github.com/awesomelistsio/awesome-kubernetes)** – Kubernetes ecosystem and tooling.
- **[Awesome Infrastructure as Code](https://github.com/awesomelistsio/awesome-infrastructure-as-code)** – IaC tools and resources.
## Contribute
Contributions are welcome!
## License
[](http://creativecommons.org/licenses/by-sa/4.0/)