An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Awesome DevOps [![Awesome Lists](https://srv-cdn.himpfen.io/badges/awesome-lists/awesomelists-flat.svg)](https://github.com/awesomelistsio/awesome)

[![Ko-Fi](https://srv-cdn.himpfen.io/badges/kofi/kofi-flat.svg)](https://ko-fi.com/awesomelists)   [![PayPal](https://srv-cdn.himpfen.io/badges/paypal/paypal-flat.svg)](https://www.paypal.com/donate/?hosted_button_id=3LLKRXJU44EJJ)   [![Stripe](https://srv-cdn.himpfen.io/badges/stripe/stripe-flat.svg)](https://tinyurl.com/e8ymxdw3)   [![X](https://srv-cdn.himpfen.io/badges/twitter/twitter-flat.svg)](https://x.com/ListsAwesome)   [![Facebook](https://srv-cdn.himpfen.io/badges/facebook-pages/facebook-pages-flat.svg)](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

[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](http://creativecommons.org/licenses/by-sa/4.0/)