VOOZH about

URL: https://thenewstack.io/internal-developer-platforms-are-for-devops-too/

⇱ Internal Developer Platforms Are for DevOps too - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

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.

What’s next?

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.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2023-02-02 09:41:49
Internal Developer Platforms Are for DevOps too
sponsor-port,sponsored-post-contributed,
DevOps / Software Development

Internal Developer Platforms Are for DevOps too

A strong software catalog can make life much easier when everything is tracked in one place.
Feb 2nd, 2023 9:41am by Zohar Einy
👁 Featued image for: Internal Developer Platforms Are for DevOps too
Image via Pixabay.
Port sponsored this post.

The rise of platform engineering is changing DevOps. DevOps have the task of creating internal developer portals to help others (mostly developers) consume services. But this isn’t the entire story.

What we’ve discovered is that DevOps themselves stand to benefit from internal developer portals, especially DevOps groups that need a strong software catalog. Even DevOps teams that start with developer self-service (the services developers consume) discover the strengths of the software catalog for DevOps purposes. Let’s explore this further.

Is DevOps in Trouble?

How do DevOps track the state of distributed applications and the systems they run on? How do they understand what’s going on with microservices? How do they know what has changed in an environment with many deployments each day, or get a sense of what it all costs?

You’re in trouble if all this information exists in a huge manual csv, if it is a git file with combined software and infrastructure data or if it resides in some super-engineer’s mind. You’re also in trouble if it takes too long to answer simple questions such as which Kubernetes clusters are running where, or which microservice version is currently running in production.

This lack of control is what drives DevOps and platform teams to adopt internal developer portals, with an initial focus on the software catalog. But aren’t internal developer portals supposed to be about developers — the developer experience, reusable and abstracted self-service elements for developers? They are. But one important use case is overlooked by platform engineering folks: internal developer portals for DevOps.

Port is an open, flexible internal developer portal that enables platform teams to streamline everything developers need to be productive and align with stakeholders (managers, security, and SREs). Port unifies your unique set of tools, reduces cognitive load & guides them along your golden paths.
Learn More
The latest from Port
Hear more from our sponsor

Wait, Isn’t This for Developers? The Case for DevOps Visibility

DevOps can benefit greatly from internal developer platforms because they too need a single place to access data about the software and infrastructure, from environments, deployments, regions and cloud resources to microservices. Despite owning many DevOps tools, they don’t necessarily have the capacity to bring all the data together, from the git provider, CI/CD, different cloud vendors and more.

DevOps need a single place to see changes and dependencies with all metadata on hand, as well as be able to tell what it all costs. We discovered this almost by chance, when showing Port’s platform-to-platform teams within DevOps organizations. Instead of looking to simplify developers’ lives, they focused on their own, first making DevOps’ lives better and only then looking to make the developer experience better.

Guardrails and Training Wheels

An industry veteran told me that the main reason why they developed an in-house developer portal was to ensure that whenever self-service for developers was enabled, the right golden paths were set, with guardrails (or training wheels, depending on the developer and team). They knew they couldn’t expect developers to write a Terraform file that meets their DevOps standards. This means that whatever the developer does — from microservice scaffolding to Day 2 actions or provisioning a temporary environment — they would need guardrails. This is provided through the internal developer portal with a product-like self-service interface that not only reduces the developer’s cognitive load, but makes life better for DevOps — fewer tickets and less mess.

“Developers were driving us crazy with requests,” he told me.

It’s interesting to note that if setting guardrails is what developer portals are all about, then scorecards (or what Spotify’s Backstage calls “soundcheck”) reflect post-facto whether those requirements were met. Scorecards are important, but covering all self-service actions and setting guardrails for each, in advance, is what really makes the platform engineering effort a success.

Making Sense of the Mess: The Software Catalog

It sounds odd, but the many tools that offer partial “catalogs” — think of a container orchestration tool — show data across one element, such as a cluster, and not many clusters, and sometimes several clusters are exactly what DevOps would like to see, since they manage more than one.

DevOps need access to the broadest possible software catalog, as we’ve defined here: “The software catalog is a visibility layer to the infrastructure and the software deployed over it. An ideal software catalog should show the entire ecosystem surrounding the SDLC [software development life cycle]: CI/CD flows, dev environments, data pipelines, deployments and anything cloud.”

We’ve seen cases where DevOps couldn’t see all AWS Lambdas across regions (AWS doesn’t offer a cross-region view). Sometimes DevOps need to see all deployments across all services that are running now. There’s no way to get this from GitHub and see all deployments for all services in different repos. This list goes on.

For instance, there is no one place to see all relevant data about all running services if they don’t all have the same runtime (for example, I cannot see all the running services that run on K8s and Lambda in the same place). This also happens where DevOps can’t see all Argo CD applications for the entire organization.

Similarly, DevOps also need to see the activity log that comes with an internal developer portal, so they can see who did what and when, especially as they made services consumable by developers, in case of issues or for audit purposes.

And the best part? The same software catalog will be used by developers, with some level of abstraction and with access control, so they won’t be overwhelmed by unnecessary data.

In short, the more complex the world becomes, the more DevOps need developer portals too.

Workflow Automation

In this case we’re talking about using developer portals as part of machine-driven workflows. The idea is really the same. It assumes that the internal developer portal is the single source of truth for the software and infrastructure in the organization, a real-time reflection of microservices and all the resources and infrastructure they run on.

In this case, DevOps uses the internal developer portal to inform workflows of locked services, fail builds in case a minimum level of quality isn’t met or terminate an ephemeral environment after a certain TTL. They can also use high cost as an input for termination.

Package Management

Microservice complexity is one of the drivers behind the recent rise of developer portals. Microservices are modular units of code designed for reuse by other software elements. Packages aren’t that different, and the associated security vulnerabilities are a huge headache. There are a lot of security solutions on the market for this problem, but internal developer portals seem to provide a superior solution since they provide package visibility, migration and dependency management, similar to what software catalogs offer for issues of drift.

There are additional security-related benefits to using internal developer portals. The fact that all self-service actions and DevOps actions are tracked in one central place, and that there is an activity log, makes it easier to pass SOC2 compliance. Additionally, should a security incident occur, solving it would become easier.

Of course, to do all this you need a good internal developer portal, with a robust software catalog. Try Port’s free version here.

Port is an open, flexible internal developer portal that enables platform teams to streamline everything developers need to be productive and align with stakeholders (managers, security, and SREs). Port unifies your unique set of tools, reduces cognitive load & guides them along your golden paths.
Learn More
The latest from Port
Hear more from our sponsor
TRENDING STORIES
Zohar Einy is the CEO of Port, the agentic engineering platform that is helping customers like GitHub, Visa, and PwC move from manual to autonomous engineering. Zohar began his career in the Israel Defense Forces' 8200 unit as an engineer,...
Read more from Zohar Einy
Port sponsored this post.
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Pragma.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
👁 Image
Are these engineering challenges holding you back? Read our 2nd annual report.