aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • DevOps
  • Software

5 Key Takeaways From Humanitec’s 2022 Kubernetes Benchmarking Study

  • aster.cloud
  • June 6, 2022
  • 5 minute read

Here are 5 things you need to know about implementing Kubernetes, based on Humanitec’s 2022 Kubernetes Benchmarking Study.

Knowing your way around a tool is key to putting it to good use. This applies to both your weekend hobbies and DevOps mainstays like Kubernetes. Just as you should not use a hand-wielded power drill to fix a motorcycle battery (example based on a true story, but I digress), you also should avoid using Kubernetes to do or fix just anything. Cultivating a thorough understanding of Kubernetes, and its limitations, is essential for successful implementation and usage.


Partner with aster.cloud
for your next big idea.
Let us know here.



From our partners:

CITI.IO :: Business. Institutions. Society. Global Political Economy.
CYBERPOGO.COM :: For the Arts, Sciences, and Technology.
DADAHACKS.COM :: Parenting For The Rest Of Us.
ZEDISTA.COM :: Entertainment. Sports. Culture. Escape.
TAKUMAKU.COM :: For The Hearth And Home.
ASTER.CLOUD :: From The Cloud And Beyond.
LIWAIWAI.COM :: Intelligence, Inside and Outside.
GLOBALCLOUDPLATFORMS.COM :: For The World's Computing Needs.
FIREGULAMAN.COM :: For The Fire In The Belly Of The Coder.
ASTERCASTER.COM :: Supra Astra. Beyond The Stars.
BARTDAY.COM :: Prosperity For Everyone.

That’s why we released the 2022 Kubernetes Benchmarking Study. With the adoption of Kubernetes continuing to pick up pace, more teams are integrating Kubernetes into their environments… and finding themselves disappointed with the results. We worked with more than 1,000 developer teams across the industry spectrum to assess their Kubernetes setup, focusing on three key aspects: the state of Kubernetes, technical approaches, and team setup and culture. From this, we developed a Kubernetes Performance Score (KPS) for each organization that allowed us to differentiate high, mid, and low performers.

5 main takeaways from our 2022 Kubernetes Benchmarking Study:

🥡 #1 :  Get the technical implementation details right the first time

The road to Kubernetes hell is paved with uninformed expectations. A successful Kubernetes implementation requires a thorough understanding of the technology and its limitations.

Gif: What if i told you adopting trending technology without proper investigation will guarantee technical debt?

Teams often implement Kubernetes with lofty expectations: that it is easy to use and maintain, that it will save the organization money, and that it is cloud agnostic… just to name a few.  What most people fail to realize is that, in order to realize these potential benefits, you need the prerequisite functional systems and security expertise that previously was often trusted to multiple people with multiple career paths.  Without a mature integration with CI/CD systems, appropriate documentation, or strong configuration management, Kubernetes implementation (like any technical implementation, really) can quickly become difficult. You have to get the technical implementation details right the first time.

Read More  Take The 2022 Accelerate State Of DevOps Survey

🥡 #2 :  Correct containerization is key

Containers dont solve all problems

One stark difference between low- and high-performers was the degree of containerization of services and applications. More than 66 percent of high-performers had containerized all of their services whereas only 22 percent of low performers followed suit.

Of course, containerization is a massive topic, and it is a very easy thing to do wrong. As a mentor of mine noted, you can stick a database in the same container image as middleware and a front end and tell your boss, “It’s containerized, close that ticket”. It happens all of the time, and organizations gain nothing from Kubernetes in the process. These caveats aside, it’s clear that getting comfortable with containerization (and doing it correctly)  is key to making the most of a container orchestration solution  like Kubernetes.

Gilbert comic strip about K8s

🥡 #3 :  Enable developer self-service

Enabling developer self-service for your Kubernetes setup is key to boosting developer productivity. Developer self-service,  along with logical cloud-native architecture, means that engineers can self-provision and consume the tech they need to, test, secure, and deploy their apps and services, without having to wait on ops to provision resources or spinning environments for them. It does not necessarily mean developers need to be experts in everything and master their entire toolchain. It does not mean just anyone should be able to influence production infrastructure, either.

But when it comes to repetitive tasks, like spinning up new features or preview environments, for example, enabling developer self-service can save teams a huge amount of time and resources. Without developer self-service, you risk slowing down your whole development lifecycle, and increasing change failure rate, bottlenecks, and key person dependencies.

Read More  What’s New With VMware Tanzu RabbitMQ For Kubernetes 1.3

High performers provide a high degree of self-service. In these teams, developers can self-serve Kubernetes namespaces for feature and preview environments in 73.4 percent of cases. However, the same is true for only 33.3 percent of low performers.

Low performers vs. top performers

89.1 percent of high performers are able to deploy to dev or staging on their own and on demand. In contrast, only 39.2 percent of low performers reported that everyone can autonomously deploy to their clusters. 31.1 percent of low performers said that everyone can deploy to their Kubernetes clusters in theory, but in practice they don’t out of fear of screwing things up. In setups like these, lead time increases and deployment frequency decreases, all because the team is not able to deploy with confidence.

Low performers vs. top performers

Let’s be clear: automated self-service deployments don’t necessarily fix underlying problems, and you should fix those problems before you try to adopt Kubernetes. You should be as comfortable with the idea of engineering developer self-service without Kubernetes as you are with it.

🥡 #4 : Leverage an Internal Developer Platform (IDP) to enforce Kubernetes best practices

There is a common misconception that adopting Kubernetes is equivalent to building your internal platform. While Kubernetes provides most of the building blocks you need for your setup, you can add more to solve your specific problems.

As Manuel Pais, co-author of Team Topologies explains in a recent blog post:

“Kubernetes is not your platform, it is just the foundation.”

Through our research, we found that high performing engineering organizations built Internal Developer Platforms (IDPs) to enable developer self-service. These IDPs allowed developers to interact independently with the underlying infrastructure and Kubernetes setup and, at the same time, abstracted complexity away from developers’ daily workflows.

Read More  VMware Tanzu Advanced Quarterly Update: Driving DevOps Metrics That Matter

This finding is in line with the results of other studies. Puppet’s 2020 State of DevOps Report showed a high correlation between an advanced DevOps evolution (characterized by low lead time, high deployment frequency, low change failure rate, quick MTTR) and the usage of an internal platform and self-service capabilities.

High performing teams enforce a strict separation between environment specific and environment agnostic configurations. Designed correctly, IDPs allow for these policies and best practices by default. They also provide additional layers that separate configs that are owned by the platform team from those developers are responsible for.

Well-designed IDPs not only help developers navigate Kubernetes itself, they also orchestrate dependent resources and manage their relationships to workloads running inside Kubernetes. Such standardization leaves less for developers to think about, eliminating unnecessary key person dependencies and waiting times and reducing developer’s cognitive load. With the right instructure around it, IDPs ensure flawless deployments, platform stability, increased developer confidence, and increased developer efficiency.

🥡 # 5: Keep learning, and don’t stop

Meme joking about how you can reach elightenment from learning about K8s from memes

Kubernetes is a powerful tool with a near-unlimited potential to improve your setup. The question is whether your team has the knowledge and skills required to implement and master it.

There are tons of free (and paid) tutorials and resources from Kubernetes experts that you can use to help your journey. I’ll link some of my favorites below:

  • Humanitec’s 2022 Kubernetes Benchmarking Study
  • LearnK8s
  • Anais Ulrich’s 100 Days of Kubernetes
  • Nigel Poulton’s Quick Start Kubernetes
  • CNCF Training (Free)
  • The Linux Foundation
  • A Cloud Guru – Kubernetes Fundamentals

 

 

 

Guest post originally published on Humanitec’s blog by Aeris Stewart, Community Manager at Humanitec
Source CNCF


For enquiries, product placements, sponsorships, and collaborations, connect with us at [email protected]. We'd love to hear from you!

Our humans need coffee too! Your support is highly appreciated, thank you!

aster.cloud

Related Topics
  • CNCF
  • Humanitec
  • Kubernetes
  • Kubernetes Benchmarking Study
You May Also Like
View Post
  • Software
  • Technology

Canonical Releases Ubuntu 25.04 Plucky Puffin

  • April 17, 2025
View Post
  • Software
  • Technology

IBM Accelerates Momentum in the as a Service Space with Growing Portfolio of Tools Simplifying Infrastructure Management

  • March 27, 2025
Vehicle manufacturing
View Post
  • Software

IBM Study: Vehicles Believed to be Software Defined and AI Powered by 2035

  • December 12, 2024
aster-cloud-tux-gaming
View Post
  • Computing
  • Gears
  • Software

5 best Linux distributions for gamers in 2024

  • September 11, 2024
Crab
View Post
  • Gears
  • Learning
  • Software

The Best Friends for a Rustacean. Top Books in Learning Rust.

  • August 25, 2024
Coffee | Laptop | Notebook | Work
View Post
  • Software

The Hidden Economy Of Open Source Software

  • April 28, 2024
Redis logo
View Post
  • Platforms
  • Software

Redis Moves To Source-Available Licenses

  • April 2, 2024
View Post
  • Software
  • Technology

Charmed MongoDB Enters General Availability

  • March 26, 2024

Stay Connected!
LATEST
  • 1
    Just make it scale: An Aurora DSQL story
    • May 29, 2025
  • 2
    Reliance on US tech providers is making IT leaders skittish
    • May 28, 2025
  • Examine the 4 types of edge computing, with examples
    • May 28, 2025
  • AI and private cloud: 2 lessons from Dell Tech World 2025
    • May 28, 2025
  • 5
    TD Synnex named as UK distributor for Cohesity
    • May 28, 2025
  • Weigh these 6 enterprise advantages of storage as a service
    • May 28, 2025
  • 7
    Broadcom’s ‘harsh’ VMware contracts are costing customers up to 1,500% more
    • May 28, 2025
  • 8
    Pulsant targets partner diversity with new IaaS solution
    • May 23, 2025
  • 9
    Growing AI workloads are causing hybrid cloud headaches
    • May 23, 2025
  • Gemma 3n 10
    Announcing Gemma 3n preview: powerful, efficient, mobile-first AI
    • May 22, 2025
about
Hello World!

We are aster.cloud. We’re created by programmers for programmers.

Our site aims to provide guides, programming tips, reviews, and interesting materials for tech people and those who want to learn in general.

We would like to hear from you.

If you have any feedback, enquiries, or sponsorship request, kindly reach out to us at:

[email protected]
Most Popular
  • Understand how Windows Server 2025 PAYG licensing works
    • May 20, 2025
  • By the numbers: How upskilling fills the IT skills gap
    • May 21, 2025
  • 3
    Cloud adoption isn’t all it’s cut out to be as enterprises report growing dissatisfaction
    • May 15, 2025
  • 4
    Hybrid cloud is complicated – Red Hat’s new AI assistant wants to solve that
    • May 20, 2025
  • 5
    Google is getting serious on cloud sovereignty
    • May 22, 2025
  • /
  • Technology
  • Tools
  • About
  • Contact Us

Input your search keywords and press Enter.