A Copernican Revolution: DevOps, Kubernetes and Cloud Native
An interview with Jacopo Nardiello
Avanscoperta: Hi Jacopo! One of the latest addition to our team of trainers and experts. A very warm welcome from all of us! đ
Jacopo: Thank you very much! Itâs amazing to be part of the team đ
Avanscoperta: Jacopo, tell us how did you get into computers and programming. And also, what was your favourite videogame as a kid?
Jacopo: Well, letâs start with the videogame: Starcraft, by far. Iâm a strategist đ I think also the first edition of Monkey Island had a role in shaping me, I wouldnât explain otherwise my passion for Grog.
How I got into computers and programming is really hard to say, Iâve been into taming machines for as long as I can remember with me sneaking into my dadâs office to play with the terminal and write random code, having the computer doing things as I instructed was pure adrenaline! What a wonderful time!
Avanscoperta: Not only a businessman and a developer full time (and very recently a father! Congrats!), Jacopo is also one of the main organisers of Milano DevOps. What are the challenges of having to change hats so frequently, and whatâs the coolest thing of the community youâve helped putting together in Milan?
Jacopo: Well, by far the most challenging aspect of wearing so many hats is how you drive the conversation and how you make it relevant for the person youâre talking to, which more often than not is a professional vertically focused on a single area, with a specific domain language, and more importantly with specific goals and priorities (ie. engineer, software developer, business man, etcâŚ). Learning to deliver the right message is essential, speak different domain languages is challenging.
I donât mind too much though. After all, my job as a DevOps is to bridge different worlds, isnât it?
Avanscoperta: A businessman we said. When and why did you decide it was time to do âyour own thingâ, and how is it going so far?
Jacopo: Iâve started about two years ago as a solo contractor, we are now a small but structured team handling pretty big and critical projects â no better words could describe what we do: if we fail, everything goes down. đ Â Iâm very happy and proud about what we have achieved so far.
The âaha!â moment arrived about 3 years ago when the company I worked for back then (huge shoutout to Spreaker, they are awesome!) decided it was worth investing on Kubernetes and start migrating services on it. After a year working on it, I knew it was going to trigger a copernican revolution on the way we handle infrastructures and develop applications. It was the right call back then and here we are!
Avanscoperta: Youâve lived for quite some time in the UK. Tell us something about your English experience and how did that enrich the way you see things now (in your job but not only).
Jacopo: London was a very formative, exciting and tough experience. Technically, it was a unique opportunity where I had a chance to experiment with a broad range of tools and develop software with a strong focus on quality (Iâve been a lot into TDD and XP in the past, so for me it was an absolutely priceless opportunity). This is where I actually started my shift from pure software engineering/code to process automation and devops practices.
Obviously the tech scene in London is on fire and I guess there are few other places in Europe where you have access to such a high level of knowledge, talent and opportunities.
Avanscoperta: DevOps, one of the most overheard (possibly over-used too?) buzz-words in the past 10 years by those within the Tech field, and not only. Whatâs the real deal behind it?
Jacopo: Thereâs so much behind the term. Sometimes itâs the 2018 version of the traditional âsysadminâ work, sometimes itâs strictly connected to the tooling (we introduce delivery pipelines, therefore we are doing devops â WRONG!), sometimes itâs just an alias for delivery automation and I could go on.
Truth is, while all these âdefinitionsâ are valid, DevOps is more connected to methodologies than it is to tooling itself. To be clear: you can do devops without fancy tools and without paying bazillion licences.
Whenever someone is talking about DevOps, itâs actually talking about many different horizontal concepts: primarily itâs connected to confidence on your code. Nobody wants to ship (automatically or not) broken code, and you canât simply build confidence without comprehensive tests on your codebase and an iterative development approach.
Then itâs about treating your infrastructure as a codebase (and come to the realization that infrastructure, as code, ages and slowly becomes technical debt â this is why mutable vs immutable infrastructures is a big deal) with deterministic tools (versioning, terraform, configuration management, containers and kubernetes â to name a few).
Then, same applies to delivery mechanisms (pipelines, scripts or whatever else you might want to chose).
This is why talking about âDevOpsâ is hard: because thereâs so much complexity behind it.
You should be skilled enough to horizontally span across different worlds, which most of the times are also completely partitioned, and have enough culture to actually understand what is worth to automate.
Just to let you understand: you need to be a skilled programmer and understand the deal behind maintaining a codebase, you also need to be a skilled sysadmin as you will likely work a lot on servers and integrate a broad set of tools, last but not least you need to have a solid understanding of methodologies.
Avanscoperta: Back to your experience living and working abroad. How do you compare the situation Italy VS rest of Europe and UK when it comes to DevOps adoption?
Jacopo: The biggest difference is probably about general adoption of DevOps methodologies. Abroad they are widely adopted while in Italy we are slowly getting there.
Still, Iâm very positive: things are happening in Italy as well, also because itâs a matter of survival. Most companies are now starting to face âchangeâ, failing to do so will undoubtedly result in being outpaced by the market when it comes to release cycles, ability to adapt and business delivery.
Avanscoperta: Another topic which comes into mind is automation. A lot of talking about it, but where are we at with automating things, what are the benefits and what the negative consequences?
Jacopo: When it comes to software, devops and infrastructure, we are at a turning technological point with a copernican revolution currently happening.
Leaving buzz-words aside, we are reaching the point where infrastructure as we know it will disappear. It will become just another bounded context in our business that other services will consume as needed via API.
This is a true enabler for any devops activity as infrastructure can start to embed domain concepts, business knowledge, complex scheduling logic and, in the end, self-operate via software.
Avanscoperta: Gojko Adzic recently wrote a book titled âHumans VS Computerâ (which we canât recommend enough, and weâre not alone in this!). In this book he kind of warns us from the urge to automate all the things, and at all costs.
Talking about his book in the blog post âWhen automation goes horribly wrongâ, Gojko suggests we compromise on this:
If youâre going to automate a process so it works without human oversight, you better be damn sure that the thing you automated isnât causing chaos in the background. Alternatively, instead of replacing humans, automate the difficult and time-consuming parts of work and assist people in making better decisions. And then, only after enough time has passed and youâre sure that the process actually works well, think about taking humans out of the equation.
What are your thoughts on this?
Jacopo: I do totally agree, and Iâve seen a number of companies fatally wounded by automation at all cost. Itâs a huge mistake to automate for the sake of automation.
As I mentioned, Iâm deeply convinced that devops is primarily about building up confidence on your codebase. Automation is just a piece of the puzzle when facing âdevops transformationâ
Most companies are ready to invest whatever money is required in magical tools expecting change to happen overnight. No company wants to hear that change happens iteratively, investing in the people of your team and owning your code. The hard truth đ
Donât get me wrong, tools are important and can be a key factor when it comes to save time (and money), but they are just part of the equation and wonât solve much by themselves if not used wisely.
Avanscoperta: Is there a reason to genuinely be worried about machines and computers âstealing our jobsâ? Where is this whole automation thing leading us to in your opinion?
Jacopo: Iâve been an automation freak since I was a kid (no jokes: I started to program with my first C book when I was 10yo to actually automate my own super-little things, then went to study automation engineering during bachelor). I donât fear change and I think neither should you.
Itâs a bit like during the industrial revolution: horse carriage coachmen were not required anymore but how about mechanics and car drivers?
Those who were in serious trouble where the ones not willing to embrace change. For sure a lot of low-throughput tasks will disappear in the near future, so each one of us will need to adapt as new skills are required.
Avanscoperta: In which business sectors do you see automation making the most important contributions and why?
Jacopo: Obviously the cloud and our ability to deliver applications and services. đ
Itâs not just a rhetorical answer: I think the impact of automation on infrastructures and development will allow us to actually reach unprecedented levels of: services scalability, efficiency on operations management, features velocity and so on.
Avanscoperta: Another piece of the puzzle is the world of Kubernetes⌠you already mentioned theyâre important and they will become even more important in the future. What are they and why should we care about Kubernetes?
Jacopo: Kubernetes is a game changer for a number of reasons. I already mentioned a few of them, letâs elaborate a bit.
When The Cloud⢠arrived it actually was a fairly big thing. It introduced two big changes in my opinion:
- Allowed to consume servers on-demand: suddenly your datacenter could be as big (or as small) as you wanted without huge planning and huge upfront investments;
- Even more importantly, cloud providers (public and private) introduced APIs for compute/cloud resources so that infrastructural parts could be coded, versioned and everyone started to build delivery pipelines on top of them. One little problem with cloud providers in general: when the business runs at full speed, they are very expensive. Also, they introduce vendor lock-in (the kind of vendor lock-in you will never get rid of).
Just imagine if you could actually mix the benefits of consuming your infrastructure via APIs with some automation and business logic in the middle (such as self-healing strategies) with no vendor lock-in as everything is open source.
Even more awesomely, what if you could run everything on your own machines, turning your static infrastructure into a cloud-ready (cloud-native) one? This is a very big deal especially in the enterprise.
To all this, add the benefits of using containers instead of VMs (which are much more efficient and portable by default) and you then can easily guess why Kubernetes is a big thing.
To add another piece to the puzzle I really like this definition of Kubernetes: The Linux Kernel is the minimum required software to manage a node, Kubernetes is the minimum required software to manage a cluster of machines. The CNCF (the Linux foundation spin-off under which Kubernetes is developed), likes to advertise Kubernetes as the kernel of cloud-based distributed systems.
Avanscoperta: Youâll be teaching the second edition (after a very successful sold-out one in December 2018) of your workshop, titled âKubernetes: from DevOps practices to the Cloud-Native Stackâ, in Milan, on 26-27 November 2019.   Tell us something we donât see in the course description and⌠make us curious to read more! đ
Jacopo: Iâm super excited to actually deliver this course! We will talk a lot about the stuff I mentioned during this interview. More specifically we will dive deep into the philosophy behind Kubernetes and containers, why they are efficient, what is happening under-the-hood and how to handle the complexity they introduce.
During this interview I mentioned a lot of different pieces of the puzzle, during the workshop we will actually see how they fit together and how they deliver the future of infrastructures, code engineering and developers experience.
Avanscoperta: Entry requirements to fully benefit from this workshop?
Jacopo: This is definitely not an entry level workshop, you are required to have a solid technical background. It is recommended to have prior experience using containers and docker. We will take for granted that you know what a containers are and how to perform basic operations (build, run, push, pull, etc..)
Avanscoperta: Who is the ideal target audience? Who should be attending this workshop?
Jacopo: During the workshop, we will go in-depth on Cloud Native tools, Kubernetes and container-based immutable infrastructures. To be able to fully benefit from the workshop, you need a strong technical background. It is therefore aimed to software/devops engineers looking to accelerate their learning path or to architects/tech-leads looking to evaluate this new infrastructural stack.
Avanscoperta: Recommend us a must-read book, one of those that change the way you see things in programming, and then one that changed the way you do business.
Jacopo:
Technical: Growing Object-Oriented Software, Guided by Tests, by Steve Freeman and Nat Pryce
Business: Extreme Ownership, by Jocko Willink
I canât recommend enough both these books.
Avanscoperta: What could be a nice and fitting soundtrack to this workshop?
Jacopo: Wild thing from Jaxson Gamble, not famous but has the right mood (and weâre digging it! đ NdA).
Avanscoperta: That was an interview! đ Thanks Jacopo, and see you soon! You can close anyway you like.
Jacopo: Thanks for the awesome interview! I will close with: do not just embrace change, own it.
More on Avanscoperta
Check out our upcoming workshops: Avanscoperta Workshops and Training courses.
Get our updates, a hand-picked selection of articles, events and videos straight into your inbox... Once a week!
Subscribe to Avanscoperta's Newsletter (available in Italian and English).