All Projects → chris-short → Devops Readme.md

chris-short / Devops Readme.md

Licence: cc-by-sa-4.0
What to Read to Learn More About DevOps

Projects that are alternatives of or similar to Devops Readme.md

Terrahub
Terraform Automation and Orchestration Tool (Open Source)
Stars: ✭ 148 (-62.81%)
Mutual labels:  cloud, devops, continuous-integration, continuous-delivery, continuous-deployment
Syncd
syncd是一款开源的代码部署工具,它具有简单、高效、易用等特点,可以提高团队的工作效率.
Stars: ✭ 2,065 (+418.84%)
Mutual labels:  devops, continuous-integration, continuous-delivery, continuous-deployment
Jenkins
Jenkins automation server
Stars: ✭ 18,225 (+4479.15%)
Mutual labels:  devops, continuous-integration, continuous-delivery, continuous-deployment
Cds
Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform
Stars: ✭ 3,677 (+823.87%)
Mutual labels:  devops, continuous-integration, continuous-delivery, continuous-deployment
Dyn365 Ce Devops
DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.
Stars: ✭ 82 (-79.4%)
Mutual labels:  devops, continuous-integration, continuous-delivery, continuous-deployment
Dyn365 Ce Vsts Tasks
VSTS Extension for Dynamics 365 Customer Engagement
Stars: ✭ 94 (-76.38%)
Mutual labels:  devops, continuous-integration, continuous-delivery, continuous-deployment
Rocket
Automated software delivery as fast and easy as possible 🚀
Stars: ✭ 217 (-45.48%)
Mutual labels:  devops, continuous-integration, continuous-delivery, continuous-deployment
Xrm Ci Framework
xRM CI Framework provides you with the tools automate the build and deployment of your CRM Solution. Using the framework to implement a fully automated DevOps pipeline will allow you to deploy more frequently with added consistency and quality.
Stars: ✭ 172 (-56.78%)
Mutual labels:  devops, continuous-integration, continuous-delivery, continuous-deployment
Cloudprober
An active monitoring software to detect failures before your customers do.
Stars: ✭ 1,269 (+218.84%)
Mutual labels:  cloud, monitoring, devops, sre
Lastbackend
System for containerized apps management. From build to scaling.
Stars: ✭ 1,536 (+285.93%)
Mutual labels:  cloud, devops, continuous-integration, continuous-delivery
Origin
Conformance test suite for OpenShift
Stars: ✭ 8,046 (+1921.61%)
Mutual labels:  devops, continuous-integration, continuous-delivery, continuous-deployment
Hygieia
CapitalOne DevOps Dashboard
Stars: ✭ 3,682 (+825.13%)
Mutual labels:  devops, continuous-integration, continuous-delivery, continuous-deployment
Piplin
📤 An open source self-hosted continuous integration and deployment system - QQ群: 656868
Stars: ✭ 1,044 (+162.31%)
Mutual labels:  devops, continuous-integration, continuous-delivery, continuous-deployment
Orkestra
Functional DevOps with Scala and Kubernetes
Stars: ✭ 102 (-74.37%)
Mutual labels:  devops, continuous-integration, continuous-delivery, continuous-deployment
Agola
Agola: CI/CD Redefined
Stars: ✭ 783 (+96.73%)
Mutual labels:  devops, continuous-integration, continuous-delivery, continuous-deployment
Escape
Release engineering, life-cycle management and Continuous Delivery of software platforms and artefacts
Stars: ✭ 199 (-50%)
Mutual labels:  cloud-native, devops, continuous-integration, continuous-delivery
Cloud Ops Sandbox
Cloud Operations Sandbox is an open source tool that helps practitioners to learn Service Reliability Engineering practices from Google and apply them on their cloud services using Cloud Operations suite of tools.
Stars: ✭ 191 (-52.01%)
Mutual labels:  cloud, cloud-native, devops, sre
Howtheyaws
A curated collection of publicly available resources on how technology and tech-savvy organizations around the world use Amazon Web Services (AWS)
Stars: ✭ 389 (-2.26%)
Mutual labels:  cloud, cloud-native, devops, sre
Jx
Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton
Stars: ✭ 4,041 (+915.33%)
Mutual labels:  devops, continuous-integration, continuous-delivery
Gauntlet
🔖 Guides, Articles, Podcasts, Videos and Notes to Build Reliable Large-Scale Distributed Systems.
Stars: ✭ 336 (-15.58%)
Mutual labels:  continuous-integration, continuous-delivery, sre

Twitter Follow GitHub followers Subreddit subscribers Security Headers Mozilla HTTP Observatory Grade Website

DevOps README.md

What is DevOps

  • Provides a high-level defintion of DevOps
  • Attempts to balance the needs of operations, development, and organizations
  • A foundation from which to build a better definition
  • Pros: Valiant effort with feedback from a few well know DevOps professionals
  • Cons: It only defines the principle of DevOps, it does not show how it is done
  • Quip: It's better than nothing
  • URL: What is DevOps

The Phoenix Project

Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations

Beyond the Phoenix Project: The Origins and Evolution of DevOps

  • I think listening to the audio version of this book is more useful than The DevOps Handbook
  • Years of research sources and use cases are poured over
  • Gene Kim and John Willis have a wonderful banter
  • Pros: Lightweight and fun
  • Cons: I'm sad this didn't come out sooner
  • Quip: Listening to this is like throwing a sticker on a car thinking it'll go faster. Make sure you do the homework too.
  • URL: Beyond the Phoenix Project: The Origins and Evolution of DevOps

The DevOps Handbook

The Twelve-Factor App

  • https://12factor.net/
  • De facto standard for implementing software
  • Good design principles for refactors and green field
  • Pros: Free; Up-to-date; Roadmap
  • Cons: State has to exist somewhere; lightly addressed
  • Quip: If apps only had 12 factors...

Release It!: Design and Deploy Production-Ready Software

  • Developer centric cases and examples for releasing
  • First edition out of print; second edition is released! 😉
  • Technical af
  • Pros: Looks at the SDLC holistically
  • Cons: Maybe too high level
  • Quip: Release early and often unlike this book 😉
  • URL: Release It!: Design and Deploy Production-Ready Software

Continuous Delivery

Site Reliability Engineering

  • A collection of essays from Google SREs about how things are done at Google
  • A fantastic reference for various functions like on-call, onboarding, delivery, etc.
  • Pros: Free; solid examples of how to do things
  • Cons: You are not Google; embrace with caution
  • Quip: Google SRE is proof setting a pile of money on fire is a viable solution to engineering problems.
  • URL: Site Reliability Engineering: How Google Runs Production Systems

The Art of Monitoring

  • Opinionated HOWTO implementation guide to monitoring at scale
  • Incredibly thorough book
  • Pros: Explicit; Detailed
  • Cons: Opinionated; Long; Perhaps too specific
  • Quip: If a book's art worthiness is measured by weight then we have a winner (767 pages).
  • URL: The Art of Monitoring

Effective DevOps

Enterprise DevOps Playbook

  • Roadmap for building a successful DevOps org
  • Addresses hiring, culture, and learning
  • Pros: Suggests tuning in your current organization
  • Cons: Missing some pieces to the puzzle
  • Quip: Yes! Enterprise and DevOps can work together... Somehow.
  • URL: Enterprise DevOps Playbook

The Open Organization Guide to IT Culture Change

  • Community-produced companion to Jim Whitehurst's 2015 book, The Open Organization
  • Like SRE book, a collection of essays
  • Focus on principles and practices of culture
  • Pros: Easy to read; diverse authors; inspirational
  • Cons: Not all pieces apply to everyone
  • Quip: "Being positive is sometimes difficult to do." I wrote that? Wow. I had no idea.
  • URL: The Open Organization Guide to IT Culture Change

Lean Enterprise

Beyond Blame

  • Failure happens; Beyond Blame is a HOWTO in making postmortems blameless
  • Great for individual contributors, leaders, managers
  • Pros: Guides you towards blamelessness
  • Cons: Emotions are hard, this isn't a psychiatrist
  • Quip: I blame this book for your blame problems.
  • URL: Beyond Blame: Learning From Failure and Success

How Complex Systems Fail

In Search of Certainty

The Upside of Stress: Why Stress Is Good for You, and How to Get Good at It

The End of Heaven: Disaster and Suffering in a Scientific Age

The Art of War

  • In DevOps you SHOULD NOT have adversaries
  • I am willing to bet that anyone worth their salt has read this though
  • Tactics from this work should be used sensibly
  • "Know thy enemy"
  • Pros: Well known work studied in business, military
  • Cons: Not an easy read; multiple differing translations
  • URL: The Art of War

"You are either building a learning organization or you will be losing to someone who is." --Andrew Clay Shafer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].