Velocity 09: John Allspaw and Paul Hammond, "10+ Deploys Pe

  Рет қаралды 107,789

O'Reilly

O'Reilly

Күн бұрын

Пікірлер: 59
@alessiopiergiacomi
@alessiopiergiacomi 8 жыл бұрын
Who else got here from the reference in "The Phoenix Project" novel? :)
@juliocanares
@juliocanares 7 жыл бұрын
I got here from the Learning Path Modern DevOps course in Udemy. Imma read the phoenix project book too.
@LanceMarks
@LanceMarks 7 жыл бұрын
Exactly. I spend way too much time Googling Eric's rants.
@dannyknowlton
@dannyknowlton 7 жыл бұрын
Me! Fantastic book ... life-changing!
@BusterrLTU
@BusterrLTU 7 жыл бұрын
Myself. Lithuania :) recommended book by greate colleague Sambath from India :)
@Zen-2000-p6r
@Zen-2000-p6r 6 жыл бұрын
me :)
@thapakazi_
@thapakazi_ 4 жыл бұрын
I watched the talk second time and curated the timestamp if you are in tldr; 3:26 Traditional thinking - devs' job is to add new features to the site - ops' job is to keep site stable and fast 4:06 ops job is to enable business (this is dev's job too) 4:32 The business requires change But change is the root of most of outage two paths: - discourage change in the interest of stability OR - allow change to happen as often as it needs to 5:30 lowering the risk of change via tools and culture deploy logs: - who / when / what Tools | 7:50 - Automated Infrastructure - Shared version control | 9:52 - One step build and deploy | 11: 20 - Feature Flags | 16:01 - Shared Metrics | 22:00 - IRC and IM robots | 28:00 Culture | 29:30 - Respect | 29:50 - Trust | 34:05 - Healthy attitude about failure | 39:30 - Avoiding Blame | 41:45 45:35 Summary Happy Shipping :) 🚀🚀🚀
@yahaidotdev
@yahaidotdev 2 жыл бұрын
Got here while taking the IBM Introduction to DevOps course, part of the IBM DevOps and Software Engineering Professional specialization.
@DevOpsCraftsman
@DevOpsCraftsman Жыл бұрын
Yes, I saw it recently too!
@stevendekoffi
@stevendekoffi 8 ай бұрын
same here
@bobajob
@bobajob 5 жыл бұрын
Getting a little old but still relevant today. This presentation was my lightbulb moment, after reading the Phoenix Project and getting started with Infrastructure-as-Code. Thanks for helping to kickstart the DevOps movement :)
@domemvs
@domemvs 3 жыл бұрын
A historical moment
@k0ns0l
@k0ns0l 11 күн бұрын
Old is GOLD!
@dmitriypo1
@dmitriypo1 4 жыл бұрын
I got here from the reference in The DevOps Handbook :-)
@grossws
@grossws 2 жыл бұрын
It's still great talk more than decade later. Even the very small companies should onboard these ideas and look if their processes could be improved to better themselves
@EduardoFavioANGELES
@EduardoFavioANGELES 5 жыл бұрын
today, this video is like Devops Canon
@tortillatom9308
@tortillatom9308 3 жыл бұрын
That Paul Hammond guy seems pretty cool
@vev
@vev Жыл бұрын
from a book
@chakreshsingh
@chakreshsingh 7 жыл бұрын
I got here after reading the book "Cyber Security Engineering: A Practical Approach for Systems and Software Assurance"
@nanthinimuniapan6605
@nanthinimuniapan6605 6 жыл бұрын
IT Revolution DevOps Guide brought me here
@DmitriyKl
@DmitriyKl 2 ай бұрын
It’s been 15 years and Jenkins (Hudson) still looks the same today
@JoseBarahonajrab66
@JoseBarahonajrab66 6 жыл бұрын
starting my devops job in two weeks lml
@NinjadoLinux
@NinjadoLinux 4 жыл бұрын
Muito bom, recomendo que todos os profissionais de TI assistam.
@jpsecundino2235
@jpsecundino2235 Жыл бұрын
Is this kind of "levers" (17:50) in code still a good practice today?
@BrycePelletier
@BrycePelletier 6 жыл бұрын
Packt Devops Video 1.1 brought me here.
@dmlled
@dmlled Жыл бұрын
single step build for the win!
@AndresLeonRangel
@AndresLeonRangel 3 жыл бұрын
there is some hard truth behind achieving this: you need leadership and NOT bosses involved. You need support from leadership and good healthy influence that transforms the culture. This hard truth applies to most organizations and specially to the very toxic companies out there.
@piscesinblack
@piscesinblack Жыл бұрын
man this has not aged well
@SachinGanpat
@SachinGanpat 6 ай бұрын
In what way?
@piscesinblack
@piscesinblack 6 ай бұрын
Their humor
@DmitriyKl
@DmitriyKl 2 ай бұрын
@@SachinGanpat14:38
@Marma92
@Marma92 3 жыл бұрын
Git2Kube brought me here !
@vev
@vev Жыл бұрын
The phoenix Project Gene Kim
@johnmorgan4368
@johnmorgan4368 7 жыл бұрын
I don't really understand the "databases suck" line...
@kevinmburnett
@kevinmburnett 7 жыл бұрын
the answer to the question "why did the site go down?" is [almost] always related to "the database."
@KelvinMeeks
@KelvinMeeks 6 жыл бұрын
Because (usually) deploying data model changes often require taking the database down (i.e. breaking schema changes) - vs. document-centric type databases, NoSQL databases, etc. - which can be more supportive of Zero Downtime strategies. As a goal of DevOps - to release new features more frequently - a supporting goal is to reach a velocity of releasing [n] times per day, where [n] is a number we want to increase in value over time - needing to take a database down for schema changes - ergo, sucks.
@tomsantos5982
@tomsantos5982 4 жыл бұрын
i have an interesting beginner studen question to do. is this the twenty one pilot's vocalist?
@trackisgood
@trackisgood 6 жыл бұрын
Explain more what they mean exactly by automated infrastructure. Does this mean using the same image for all servers running in AWS or Azure?
@KelvinMeeks
@KelvinMeeks 6 жыл бұрын
Software Defined Infrastructure. Dynamic, Elastic - adjusting based on changing dynamics of the environment, demand/load, etc. Avoiding the traditional model of needing to submit a request to an Infrastructure team to get just one more server added to a cluster - and being told it will be tens-of-thousands of dollars of additional cost (e.g. the H/W has to be ordered, configured, installed/deployed, integrated into the monitoring fabric, reviewed by security, and procurement will need 6 weeks to complete your request... vs. Having an Infrastructure model that can be automatically configured/dynamically adjusted by Command Line Scripting (CLI) performed as part of the normal deployment process (or as an ongoing self-adjusting, predicted, back-pressure-adjusted model)
@dunzek943
@dunzek943 2 жыл бұрын
@@KelvinMeeks 3 years later. Thanks!
@japaoshiro
@japaoshiro 7 жыл бұрын
#SemanaDevOps #LINUXtips #CodeOPS #VAIIII
@alvaromoe
@alvaromoe 12 күн бұрын
Who else came here from another place? :)
@martamasson8941
@martamasson8941 7 жыл бұрын
Awesome :)
@Freedonsharry
@Freedonsharry 7 жыл бұрын
#SemanaDevOps #LINUXtips #CodeOPS #VAIIII
Creator of git, Linus Torvalds Presents the Fundamentals of git
1:10:15
Developers Alliance
Рет қаралды 153 М.
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 69 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 52 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 25 МЛН
Keynote: Why We Need DevOps - Gene Kim
24:36
Puppet
Рет қаралды 51 М.
Ricky Gervais - Golden Globes 2020 (Uncensored, HD)
10:23
caruthersm
Рет қаралды 9 МЛН
Agile is Dead • Pragmatic Dave Thomas • GOTO 2015
40:39
GOTO Conferences
Рет қаралды 1,4 МЛН
How To Become A DevOps Engineer in 2023? | Skills To Learn
20:34
Travis Media
Рет қаралды 594 М.
DevOps Vs. SRE: Competing Standards or Friends? (Cloud Next '19)
44:35
Google Cloud Tech
Рет қаралды 139 М.
SRE@Google: Thousands of DevOps Since 2004
45:58
USENIX
Рет қаралды 14 М.
Why Scaling Agile Doesn't Work • Jez Humble • GOTO 2015
51:02
GOTO Conferences
Рет қаралды 259 М.
How Your Systems Keep Running Day After Day - John Allspaw
32:37
IT Revolution
Рет қаралды 19 М.
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 69 МЛН