<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Transformation on Andrew Khoury</title><link>https://www.drewkhoury.com/tags/transformation/</link><description>Recent content in Transformation on Andrew Khoury</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>Copyright © 2021, Andrew Khoury; all rights reserved.</copyright><lastBuildDate>Sat, 23 Nov 2019 20:09:40 +0000</lastBuildDate><atom:link href="https://www.drewkhoury.com/tags/transformation/index.xml" rel="self" type="application/rss+xml"/><item><title>One DevOps Please — Part 2</title><link>https://www.drewkhoury.com/post/gsd/one-devops-please-part-2-57aff9ad8595/</link><pubDate>Sat, 23 Nov 2019 20:09:40 +0000</pubDate><guid>https://www.drewkhoury.com/post/gsd/one-devops-please-part-2-57aff9ad8595/</guid><description>
&lt;p>&lt;a href="https://medium.com/faun/one-devops-please-part-1-df7a2787fde8?source=friends_link&amp;amp;sk=fbb7e1bad6473b46ba12820994d5e0a0">“One DevOps Please” — Part 1&lt;/a> recap:&lt;/p>
&lt;ul>
&lt;li>DevOps is part of a learning journey for people&lt;/li>
&lt;li>We can categorize how people learn in 4 Stages&lt;/li>
&lt;li>The hardest part of the learning process can be a willingness to learn&lt;/li>
&lt;li>Companies don’t transform just because we teach a handful of people in isolation (BottomUp)&lt;/li>
&lt;/ul>
&lt;h3 id="organizational-transformationthe-path-todevops">Organizational Transformation — The path to “DevOps”&lt;/h3>
&lt;p>DevOps is an overloaded term these days. A DevOps journey might touch on agile, lean, learning, metrics, business value, pipelines, CI/CD, shifting left, 12 factor apps, Cloud, serverless and kubernetes. It can be exhausting! Why is DevOps so vague and buzzwordy? Because DevOps covers the &lt;strong>people&lt;/strong>, process and technology aspects of modern software development. Let’s expand on our original definition from Part 1:&lt;/p>
&lt;blockquote>
&lt;p>“DevOps is a culture shift or a movement that encourages great communication and collaboration to foster &lt;strong>building better-quality software&lt;/strong> more &lt;strong>quickly&lt;/strong> with more &lt;strong>reliability&lt;/strong>.” — Mike Kavis&lt;/p>
&lt;/blockquote>
&lt;p>But what does transformation look like for an entire company? While teaching somebody how to master automated pipelines could take a few weeks or months, it could take years to see changes that span the entire company. This is because companies are made up of people — each with their own contribution to it’s culture.&lt;/p>
&lt;p>Let’s go on the same learning journey we did for people but through the lens of the entire company this time around. We’re going to leverage tried and trusted models from &lt;a href="https://web.devopstopologies.com/">https://web.devopstopologies.com/&lt;/a> to take you on this journey because they’re such a good representation of what we see in the real world.&lt;/p>
&lt;h4 id="stage-oneeverything-isokay">Stage One — Everything is okay&lt;/h4>
&lt;p>We start off much the same way we did with the people side of things. The company is operating in Silos like “Dev” and “Ops” and thinking:&lt;/p>
&lt;blockquote>
&lt;p>“Everything is fine the way it is”&lt;/p>
&lt;/blockquote>
&lt;p>&lt;img src="https://cdn-images-1.medium.com/max/800/0*0vBMPZZa2Su93GSr" alt="">&lt;/p>
&lt;h4 id="stage-twoautomate-all-thethings">Stage Two — Automate all the things&lt;/h4>
&lt;blockquote>
&lt;p>“Let’s do something and call it DevOps.”&lt;/p>
&lt;/blockquote>
&lt;p>In the next stage the organization recognizes they need to change so they “try to do DevOps”. This is where we typically see a few anti-patterns form as people try to find the sweet spot for their new team structures and ways of working — this is also more common than you might think. We often spend a lot of time with clients at this stage and it’s by far where the hardest work gets done.&lt;/p>
&lt;p>So let’s explore the swinging pendulum of DevOps Anti-Patterns and appreciate how easy it is to get things wrong — even with the best of intentions.&lt;/p>
&lt;p>&lt;strong>&lt;em>Anti-pattern 1 — The DevOps Silo:&lt;/em>&lt;/strong> This happens when you create a “DevOps” or “Platform” team that’s separate from your development teams or cross-functional teams. You’ll write some great automation scripts but transformation doesn’t happen here.&lt;/p>
&lt;p>&lt;img src="https://cdn-images-1.medium.com/max/800/0*CQ4GgVgmRX53CEle" alt="">&lt;/p>
&lt;p>&lt;strong>&lt;em>Anti-pattern 2 — NoOps:&lt;/em>&lt;/strong> While this doesn’t seem like a terrible idea at face value, downplaying the importance of operations within software development can lead to poor choices that wake you up at 3am.&lt;/p>
&lt;p>&lt;img src="https://cdn-images-1.medium.com/max/800/0*2yTARKX2CDq8iWiK" alt="">&lt;/p>
&lt;p>&lt;strong>&lt;em>Anti-pattern 3 — AllOps:&lt;/em>&lt;/strong> Isolating developers is not going to lead to better software delivery, and most definitely won’t lead to transformation in your organization (unless you really need to spend 80% of your time building that wondering k8s cluster).&lt;/p>
&lt;p>&lt;img src="https://cdn-images-1.medium.com/max/800/0*eZvMAhupHNx6hp9Q" alt="">&lt;/p>
&lt;p>So at this point you’ve tried a few different changes and had varying success. Hopefully you’ve seen some improvements along the way and you’re ready to take your organization to the next stage.&lt;/p>
&lt;h4 id="stage-threetransformation">Stage Three — Transformation&lt;/h4>
&lt;p>Why don’t we try the “&lt;em>You build it, you run it&lt;/em>” model. Now we’re talking!&lt;/p>
&lt;p>&lt;em>Operations&lt;/em>: Responsible for providing and operating the platform&lt;/p>
&lt;p>&lt;em>Developers&lt;/em>: Responsible for operating their applications, which are built on top of the enterprise guard rails.&lt;/p>
&lt;p>This is where we usually start to see“shifting left” in terms of QA and Security — and that’s a win for everybody.&lt;/p>
&lt;p>&lt;img src="https://cdn-images-1.medium.com/max/800/0*d6wxLPtF1b5E2bWI" alt="">&lt;/p>
&lt;p>Here are some key indicators that your organization is maturing in it’s DevOps transformation journey:&lt;/p>
&lt;ul>
&lt;li>Improved collaboration across departments&lt;/li>
&lt;li>&lt;a href="https://en.wikipedia.org/wiki/Value-stream_mapping">Value stream mapping&lt;/a> exercises are performed to drive process improvement&lt;/li>
&lt;li>A learning organization takes shape&lt;/li>
&lt;li>&lt;a href="https://landing.google.com/sre/sre-book/chapters/postmortem-culture/">Blameless post mortems&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://wa.aws.amazon.com/wat.concept.gameday.en.html">Gamedays&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://en.wikipedia.org/wiki/Lean_software_development">Lean principles&lt;/a> are embraced — Eliminate waste, Amplify learning, Decide as late as possible, Deliver as fast as possible, Empower the team, Build integrity in, Optimize the whole&lt;/li>
&lt;/ul>
&lt;h4 id="stage-fourthe-pursuit-of-continuous-improvement">Stage Four — The pursuit of Continuous Improvement&lt;/h4>
&lt;p>Hopefully by now you’ve realized there’s no perfect Venn diagram to determine the success of your organization. There are however some key indicators you can look at for.&lt;/p>
&lt;p>Building on the success from true DevOps transformation in Stage Three you should now be capable of deploying multiple times a day with increased certainty and minimal risk. This means more automated tests and better quality code. Removing bottlenecks should second nature and everything should start shifting left.&lt;/p>
&lt;p>What we should see now are these new ways of thinking spreading throughout the entire organization, no longer a “DevOps” thing for the I.T department — continuous improvement is happening in all parts of the business. Instead of teams building up towers of influence to protect their corner of the organization people are working together toward a common goal.&lt;/p>
&lt;h3 id="the-recipe-for-successful-transformation">The recipe for successful transformation&lt;/h3>
&lt;p>So far we’ve focused on “how we learn” and touched on “DevOps” but we haven’t really gone into practical advice for how to transform a company. Offering up a personalized plan in a blog post would be foolish but I can definitly set you off on the right path. If you’re a leader trying to kick-start your own company transformation there are some lessons others have learned that will save you years of banging your head against the wall.&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Top-Down is half the recipe&lt;/strong> — Your company needs to hear the right things from the leadership group, and people/teams/departments also need to be held accountable if they’re not supporting the target-state laid out in the vision by leadership group (actions always speak louder than words).&lt;/li>
&lt;li>You guessed it &lt;strong>Bottom-Up&lt;/strong> is the second half — Teams on the ground need to be bought-in on the vision and willing to execute. We’re talking about completely changing people’s working lives and the way they think. Start with teams most willing to change, prove what works in small but significant teams and products, and use them as a lighthouse for the rest of the teams.&lt;/li>
&lt;li>Find &lt;strong>change-agents/champions&lt;/strong> — These are people within your organization that are not only willing to change, they’re ready to shout it from the rooftops and inspire those around them.&lt;/li>
&lt;li>Don’t just hire contractors — &lt;strong>find genuine transformation partners&lt;/strong> and learn absolutely everything you can from them.&lt;/li>
&lt;/ul>
&lt;p>&lt;em>Homework for transformation leaders:&lt;/em> Take a deep-dive into how &lt;a href="https://www.forbes.com/sites/stevedenning/2019/03/17/how-mapping-the-agile-transformation-journey-points-the-way-to-continuous-innovation/#7d8b44e44b24">Microsoft, GE and Amazon went on their own transformation journeys&lt;/a> (and explore what went well, and what they could have improved).&lt;/p>
&lt;p>&lt;strong>Transformation Partners&lt;/strong> needs it’s own section…&lt;/p>
&lt;p>I can come in and build you a shiny new k8s cluster, maybe I could take 4 of the brightest developers I know and churn out our own applications faster than most of your existing teams, or embed in your teams and give you a report showing how we increased development by 320%. But if everything goes back to how it was after I leave — you’ve made 0% progress towards transformation (also please stop building k8s clusters because it’s cool — focus on if each of your teams can succinctly explain who their customer is, how they obtain feedback in the shortest loop possible and what business value they’re delivering in each two-week period).&lt;/p>
&lt;p>So what does a transformation partner look like (and am I about to sell you my services?). The only two things I need to tell you about the company I work for is “we charge reassuringly high rates” and we “fall in love with our customer”.&lt;/p>
&lt;ul>
&lt;li>If you can hire the right people to inspire, lead and transform your organization &lt;strong>please do that&lt;/strong>. I assure you I’ll still find a way to put food on the table.&lt;/li>
&lt;li>If you want a power-boost, a consultancy that’s focused on transformation filled with people who’ve done it before should definitely be on your list — Pair them up with your change agents and the willing development teams in your organization, and watch your growth sky rocket (but &lt;strong>be prepared to do to work&lt;/strong>).&lt;/li>
&lt;/ul>
&lt;blockquote>
&lt;p>Hiring a consultancy for transformation and asking them to do all the work is like hiring a personal trainer, making them do all of your situps, then wondering why they look great but you still haven’t ‘transformed” — Andrew Khoury&lt;/p>
&lt;/blockquote>
&lt;p>Not keen on a consultancy and feel like you’re company only needs a small nudge in the right direction? Sounds like you want to head-hunt a few key people (when you do that make sure they’re empowered to make the changes you want them to make) and have some key mentors by your side to bounce ideas off and keep you honest.&lt;/p>
&lt;h3 id="summary">Summary&lt;/h3>
&lt;p>Many organizations try to replicate the success of others “doing DevOps” by hiring DevOps consultants or building DevOps teams but they often miss the mark in doing so — the journey is more important than the destination. Let’s recap what we learnt on this journey together:&lt;/p>
&lt;p>&lt;strong>How people learn:&lt;/strong> We explored how people learn and why it’s important to take the time to bring them along the journey. Trust and empathy are key here.&lt;/p>
&lt;p>&lt;strong>Learning from your trusted partners:&lt;/strong> We touched on how valuable it is to have a trusted partner in your corner, with a focus on drawing from their experience and maximizing how much you learn from them. This allows for new ways of thinking to take hold in your organization which ignites the transformation process.&lt;/p>
&lt;p>&lt;strong>Organizational transformation:&lt;/strong> We broke down transformation into four key stages:&lt;/p>
&lt;ol>
&lt;li>&lt;strong>Everything is fine&lt;/strong> the way it is&lt;/li>
&lt;li>&lt;strong>Automation&lt;/strong> — but not much direction (this is the hardest stage and where we learn what doesn’t work)&lt;/li>
&lt;li>&lt;strong>Actual transformation&lt;/strong> (this is where the hard work pays off — We see Improved collaboration, Value stream mapping, a learning organization, Blameless post mortems, Gamedays, Lean principles)&lt;/li>
&lt;li>The pursuit of &lt;strong>Continuous Improvement&lt;/strong> (this is where we refine what’s already working)&lt;/li>
&lt;/ol>
&lt;p>&lt;strong>Approach transformation with a plan&lt;/strong> — That means Top-Down &amp;amp; Bottom-Up, identifying and empower your change-agents, holding people accountable for transformation and positive behaviors. Don’t forget to find those willing development teams who are ready to transform into cross-functional product teams with with a healthy obsession for their customers &amp;amp; continuous learning and improvement.&lt;/p>
&lt;p>&lt;img src="https://cdn-images-1.medium.com/max/800/1*dklQFriHqa2IfjWlUnFaXg.jpeg" alt="">&lt;/p>
&lt;div class="notices info">
&lt;div class="label">Info&lt;/div>
&lt;p>Also posted on medium as &lt;a href="https://medium.com/@drew.khoury/one-devops-please-part-2-57aff9ad8595">One DevOps Please — Part 2&lt;/a>.&lt;/p>
&lt;/div></description></item><item><title>One DevOps Please — Part 1</title><link>https://www.drewkhoury.com/post/gsd/one-devops-please-part-1/</link><pubDate>Wed, 16 Oct 2019 05:57:48 +0000</pubDate><guid>https://www.drewkhoury.com/post/gsd/one-devops-please-part-1/</guid><description>
&lt;p>&lt;em>One DevOps Please — An Enterprise Journey to a DevOpsy-Cloud&lt;/em>&lt;/p>
&lt;blockquote>
&lt;p>“I’ll have one DevOps please.”&lt;/p>
&lt;/blockquote>
&lt;p>Over the last few years large organizations have been coming to consultants like myself to ask for help “Installing DevOps” into their organization. Some of them just want &lt;a href="https://kubernetes.io/">kubernetes&lt;/a> clusters, while others are talking about true transformation.&lt;/p>
&lt;p>In this two-part blog I want to take you on a DevOps transformation journey. I’m going to share with you my recipe for success and give you all the secrets to unlocking true business value through &lt;strong>people&lt;/strong> &lt;em>and&lt;/em> &lt;strong>organizational&lt;/strong> change with a culture of learning at their core.&lt;/p>
&lt;p>Because everyone’s definition of “DevOps” can be slightly different, I’m going to set the scene with a simple definition:&lt;/p>
&lt;blockquote>
&lt;p>“DevOps is really about eliminating (most) Technical, Process and Cultural barriers to between Idea and Execution — using Software.” — Kishore Jalleda&lt;/p>
&lt;/blockquote>
&lt;h3 id="my-devopsjourney">My DevOps Journey&lt;/h3>
&lt;p>Before we get stuck into how people and companies transform the way they work, let me start by sharing the journey I took to get here and how it’s shaped my ways of thinking.&lt;/p>
&lt;p>I started my career by &lt;em>learning&lt;/em>. I strived for technical excellence and perfection through delivery. I poured my heart and soul into my craft which started out as web development but quickly grew into cloud and automation.&lt;/p>
&lt;p>One thing I realized was that I loved teaching people new things. What took longer to learn was how impactful learning and transformation could be to both teams and companies.&lt;/p>
&lt;p>Nowadays my value comes from enabling my teams and coaching my clients. Our team’s success depends on my ability to foster the right skills, remove the noise/blockers and leveraging my previous experience to set us up for success.&lt;/p>
&lt;h3 id="how-peoplelearn">How People Learn&lt;/h3>
&lt;p>I mentioned earlier that some organizations want to “Install the DevOps”. Astute readers will know that DevOps isn’t a piece of software and so hiring consultants to “Do the DevOps for you” won’t give you long term results. The aim for your organization should be to empower your people by giving them opportunities to learn and grow (hint: that’s where the transformation happens).&lt;/p>
&lt;p>&lt;img src="https://cdn-images-1.medium.com/max/800/0*9LZA6bL0bh4dXb2e" alt="">&lt;/p>
&lt;p>So how does learning happen? Can you just send your employees on DevOps training and have them come back 1 week later ready to tackle the world’s problems? Unfortunately it’s not that easy, and here’s why. Learning typically follows the following 4 stages:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Step 1:&lt;/strong> I don’t need to learn &lt;insert thing>. I’m fine just the way I am.&lt;/li>
&lt;li>&lt;strong>Step 2:&lt;/strong> I need to learn &lt;insert thing> — can you help me?&lt;/li>
&lt;li>&lt;strong>Step 3:&lt;/strong> I know a little about &lt;insert thing> now. I can start to contribute with some help and guidance, thanks!&lt;/li>
&lt;li>&lt;strong>Step 4:&lt;/strong> I know &lt;insert thing> now. I can contribute on my own, and I can teach others too now&lt;/li>
&lt;/ul>
&lt;p>This model is known as &lt;a href="https://en.wikipedia.org/wiki/Four_stages_of_competence">The Four Stages of Competence&lt;/a> and it’s a critical part of any “DevOps/Transformation” journey. If you don’t understand how to take people from step one to step two all your efforts will fall on deaf ears. There’s also something called the &lt;a href="https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect">Dunning Kruger effect&lt;/a> — a cognitive bias in which people mistakenly assess their cognitive ability as greater than it is. Psychology can really work against us!&lt;/p>
&lt;p>Now we know that unlocking the very best from your employees involves taking them on a learning journey, and unlocking the mind (steps 1–2).&lt;/p>
&lt;p>The exciting part of the journey (Steps 2–4) involves knowledge transfer, which I’ll touch on briefly. Something I’m really proud of about &lt;a href="https://www.contino.io/">Contino&lt;/a> is how we help people on their personal journey through the &lt;strong>dual-delivery model&lt;/strong>. This might sound fancy, but it’s just leveraging practical experience to pair-program with people. We also tend to spend plenty of time at the whiteboard teaching, but most importantly we establish trust and show empathy by working along side our clients and having shared goals.&lt;/p>
&lt;h3 id="getting-from-step-1-to-step2">Getting from Step 1 to Step 2&lt;/h3>
&lt;p>One of the hardest parts of transformation is getting past the very first step — so it deserves it’s own section.&lt;/p>
&lt;p>Getting people to recognize that they need to learn something is the first hurdle. Getting them to be vulnerable in the workplace and admit that they need help is often the second one.&lt;/p>
&lt;p>Getting individuals to open up and trust you can take time. My job as a consultant is to deliver, but also to fall in love with my customer. I’m not talking about butterflies in my stomach, I’m talking about caring about my team’s success and how happy they are each day. I’m lucky enough to love what I do and have the opportunity to work with teams I genuinely care about.&lt;/p>
&lt;p>But sometimes there are other factors at play and empathy alone isn’t enough. It helps to have a trusted partner along with your for the ride, and the key is to get the most value out of them by leveraging their skills and experience to maximize your learning. Let’s have a look at common pitfalls that may hamper learning with your consulting partner:&lt;/p>
&lt;ul>
&lt;li>Hiring a consultancy and having them do all the work (no learning)&lt;/li>
&lt;li>Hiring a consultancy and telling them what to do (staff augmentation)&lt;/li>
&lt;li>Your team is “too busy” or you aren’t able to grow/hire within your team (you can’t learn if you’re not present)&lt;/li>
&lt;/ul>
&lt;h3 id="person-vs-organizational-transformation">Person vs Organizational Transformation&lt;/h3>
&lt;blockquote>
&lt;p>So can we transform a company one person or team at a time?&lt;/p>
&lt;/blockquote>
&lt;p>Well, sort of. It’s often easy to find inspired people in an organization who can be your champions. Investing your own time in someone can be very rewarding and the results can be seen relatively quickly within your teams or sphere of influence. The other benefit is that investing in people (or your team) doesn’t usually require CEO sign-off.&lt;/p>
&lt;p>While helping people learn new skills and ways of thinking is a great starting point you won’t be able to achieve large scale transformation without a well thought-out (and properly executed) strategy for your organization. You’ll also need buy-in from your leadership.&lt;/p>
&lt;p>So how do we achieve organizational transformation, what does it look like and what are the pitfalls? Find out in &lt;a href="https://medium.com/faun/one-devops-please-part-2-57aff9ad8595">One DevOps Please — Part 2&lt;/a> where we’ll deep dive into what it looks like to transformation a company (ie Installing DevOps company-wide).&lt;/p>
&lt;div class="notices info">
&lt;div class="label">Info&lt;/div>
&lt;p>Also posted on medium as &lt;a href="https://medium.com/@drew.khoury/one-devops-please-part-1-df7a2787fde8">One DevOps Please — Part 1&lt;/a>.&lt;/p>
&lt;/div></description></item></channel></rss>