devops in 5 minutes

17
DevOps (in 5 minutes)

Upload: jolyon-brown

Post on 19-Jun-2015

850 views

Category:

Technology


0 download

DESCRIPTION

A really quick overview of DevOps given to the Refresh Teesside meeting in Middlesbrough, June 2014

TRANSCRIPT

  • 1. DevOps (in 5 minutes)

2. Jolyon Brown (@Eddie_Catap) ! UNIX/Linux Sysadmin Infrastructure architecture OpenStack DevOps ! 3. Developers: Create new features Closer to the business Under pressure to deliver on time and to budget Operations: Maintain existing systems Farther from the business Under pressure to keep everything up and running 4. Developers Operations The Wall of Confusion 5. Developers Operations The Wall of Confusion Deployments 6. From: Ops To: Dev So we only just noticed your deployment request but you ticked the wrong box on the change form so now youre at the back of the queue and anyway it wouldn't have happened because there isnt enough time because of patching which is important work not like your dumb change which is probably buggy anyway so try resubmitting your ticket again and well take another look during the next deployment window. Maybe. PS LOL 7. Enter DevOps: Change of mindset Integrate teams, collaborate Automate as much as possible (everything!) Monitor and prole 8. DevOps Version control Automate infrastructure builds and deployments (Dev should be more like prod!) Automate testing of code Log, measure systems performance and optimise it 9. Benets of DevOps Faster time to market Respond to customer needs Better quality of releases and services Ability to scale infrastructure.. the Cloud!! Infrastructure as code! 10. Yeah but Hard to change culture Existing processes will need completely rewriting Imaginary utopia, not Real IT Risky - what if we automate everything and completely f**k up 11. The reality / advice If youre small / starting to think about infrastructure, use it If larger, investigate and start with a project Dont have to do everything yourself (SAAS, vendors) You gain competitive advantage, culture and service benets 12. Questions?