![]() |
VOOZH | about |
We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.
Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.
Follow TNS on your favorite social media networks.
Become a TNS follower on LinkedIn.
Check out the latest featured and trending stories while you wait for your first TNS newsletter.
Platform engineering is gaining traction among top-performing software engineering organizations, and for good reason. Internal developer platforms (IDPs) can boost developer productivity, remove Ops bottlenecks, minimize developer cognitive load and enforce standardization by design. But the best news? There’s now a much simpler way to build an effective enterprise-grade IDP that’s creating a major stir in the platform engineering community.
While every platform looks different, common patterns emerge among effective setups. During their PlatformCon 2023 talk, Stephan Schneider, digital expert associate partner, and senior DevOps engineer Mike Gatto from McKinsey shared how they’d synthesized real-world platform designs of hundreds of organizations into standard patterns.
These patterns have formed the basis of the reference architecture for enterprise-grade platforms. Now organizations have a standard, proven, scalable, and repeatable pattern to follow, one that’s applicable to any tooling choice. And one that enables you to create IDPs fast that shorten time to market (TTM), improve software supply chain best practices, drive revenue growth and keep you ahead of the competition. So how exactly does it work?
According to McKinsey, there are five main planes that make up different areas of the platform architecture that cluster certain functionalities.
Note: The components and tools referenced below apply to an AWS-based setup, but all are interchangeable. Similar reference architectures can be implemented for GCP, Azure, OpenShift or any hybrid setup. Use this reference as a starting point, but prioritize incorporating whatever components your setup already has in place.
👁 Internal developer portal on AWS
Platform teams are responsible for binding the individual components of the planes to each other, as well as one plane to the other. They should also test and refine the end-to-end flow of the architecture to ensure a smooth developer experience (DevEx).
To understand how the planes and components of this architecture work together, it’s helpful to follow a deployment from the initial git-push to the running application. A “golden path” refers to the tools and workflows that the platform team binds together to standardize and accelerate software delivery. Golden paths should be defined in a way that improves DevEx and maintains developers’ freedom to go off-road where necessary. This is where the Humanitec Platform Orchestrator comes into play. Platform engineering teams use the Platform Orchestrator to design golden paths and define clear conventions for their organization. Developers simply describe what resources their workloads need to run using the open source workload specification Score (or the UI, CLI, API).
Let’s see how this all works.
Let’s say a developer wants to deploy the changes made on a workload to dev.
The golden path would look something like this:
Let’s say a developer needs an ArangoDB, but this isn’t yet known to the setup. Dynamic configuration management (DCM) enables developers to extend or customize the available resources simply by adding a resource definition to the general baselines of the organization. As with the deployment to dev, the Platform Orchestrator takes care of the rest.
This is an area where platform engineers can use the platform to maintain a high degree of standardization across the organization. Let’s say a platform engineer wants to update all of the Postgres resources, across the workloads that depend on them, to the latest Postgres version. To achieve this, the platform engineer would:
Just like that, the new version is rolled out across all workloads and applications.
So there you have it. No matter your setup, the IDP reference architecture as discussed by McKinsey is a complete game changer for organizations starting their platform engineering journey. It not only enables platform teams to learn proven IDP design principles, it shows how architectural components fit together and how to design great interaction patterns for engineers and developers.
With the ability to zoom in on building golden paths for greater developer self-service, platform teams can streamline the way developers work and reduce the need for manual work and ticket ops, allowing Ops teams to focus more on making improvements vs. ad hoc requests. By following these proven design patterns, you can ensure their IDP meets the needs of your developers and overall business objectives.
My team at Humanitec created several white papers inspired by McKinsey’s talk, not only for AWS, but also GCP and Azure. They illustrate how to integrate the planes and components, showcase how developers, ops and platform teams can use the platform, and provide more examples of golden paths. You can explore all three platform reference architectures by heading here.