Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
47 lines (28 loc) · 1.66 KB

devops.md

File metadata and controls

executable file
·
47 lines (28 loc) · 1.66 KB

DevOps

✏️

Videos

seminal DevOps videos

GOTO talks about DevOps

https://www.youtube.com/playlist?list=PLEx5khR4g7PLCoWS5k9u2WQ8RdKqhKEKn - GOTO talks about DevOps. Below I'm listing the ones I watched and liked the most.

Books

  • The Phoenix Project, by Gene Kim, Kevin Behr and George Spafford
  • The DevOps Handbook, by Gene Kim, Jez Humble, Patrick Debois, John Willis
  • Continuous Delivery, by Dave Farley and Jez Humble
  • Production Ready Microservices, by Susan Fowler
  • Web Operations by John Allspaw and Jesse Robbins

Tools

General Notes

  • A git repository is where "all" starts.

  • CI/CD build tool.

  • Nexus is a repository for build artifacts (including Docker images).

  • Harbor: ???

  • Rancher: ???