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

Latest commit

 

History

History
62 lines (45 loc) · 2.18 KB

README.md

File metadata and controls

62 lines (45 loc) · 2.18 KB

Previous lab: Lab 4 - Continuous Monitoring

Conclusion

DevOps Lifecycle

DevOps Lifecycle

The DevOps Movement

The DevOps Movement

Assumptions about DevOps

  • We all already do « some parts » of DevOps!
  • It’s not magic
  • Deliver often and fast with high value for end-user
  • Evolution of current and existing practices
  • It’s continuous learning
  • It’s not a methodology
  • It’s not only « Dev & Ops », many stakeholders are involved!

Lessons learned

  • Automate
  • Start small
  • Fail fast
  • Solve a problem that really matters
  • Don’t think too much: Do & Learn - Validate & Learn.
  • Stay safe. You will make errors. Things will break.
  • Don’t wait till you have enough time. You never will.
  • Automate, again!

Example of the Agile/DevOps move the VSTS team at Microsoft did

VSTS Team - Before/After

Choose your tools!

DevOps = TS

Further concepts

  • Database management
  • Security tests
  • Chaos monkey and fault injection tests
  • Social media feedback integration in backlog
  • A/B Testing, prototyping
  • Decoupling with Microservices: Serverless, Containers, etc.

Resources