Fairwinds | Blog

How To Spend More Time On Platform Development & Less On Dev Support

Written by Mary Henry | Jul 15, 2026 4:25:28 PM

Most organizations hire DevOps and SRE teams to shape how software runs on Kubernetes. The impact of that work shows up across platform, architecture, and product leadership, but support work still takes a significant share of their week.

Much of their week goes to creating namespaces, troubleshooting ingress behavior, re-running failed deployments, and sorting out upgrade or add-on issues that keep the environment running without improving how teams build and ship software. When common developer workflows rely on people rather than platform capabilities, the platform team becomes the operating layer for every request, which delays strategic work.

Teams that are making progress take a different approach. They’re moving infrastructure management out of the critical path so DevOps and SRE time can go toward reusable workflows, stronger guardrails, and platform design that supports both product delivery and AI adoption.

Restructuring Weekly Workloads

The easiest way to see the tradeoff is to look at the weekly work.

Before the team offloads infrastructure management, a DevOps lead might spend the week working through environment requests, debugging deployment failures, handling ingress and RBAC problems, reviewing risky changes by hand, and dealing with upgrade or add-on churn. The work matters, but most of it is reactive, and very little of it reduces the next round of support requests.

After Kubernetes lifecycle work moves to managed Kubernetes-as-a-Service, the day-to-day work changes. Provisioning, scaling, upgrades, add-on management, monitoring, and security hardening stop dominating the DevOps queue, which creates room for platform engineers to focus on Golden Paths, policy controls, templates, and self-service workflows that reduce future support demand. The work still touches Kubernetes, but it's centered on platform design.

What Strong Teams Build With That Time

Once teams get that time back, investing it in platform work pays off across developers and services.

That usually includes:

  • Standard deployment paths for common service types, using templates with consistent defaults for resources, security, and observability.
  • Clear ingress and networking patterns that give every new service a straightforward path for routing and TLS.
  • Shared observability, so logs, metrics, and tracing are part of the path to production.
  • Policy-as-code guardrails that catch unsafe or inconsistent changes early.

A lot of that work comes together in an internal developer platform (IDP). An IDP gives developers a clearer interface to infrastructure by turning common tasks like environment provisioning, deployment, and log access into self-service workflows they can trigger directly. When platform teams encode those decisions into templates, APIs, and policies, each new request follows the same path, cutting down on repetitive support and making the experience more predictable.

From Manual Workarounds To Platform Capabilities

Before implementing an IDP, many organizations rely on tickets, scripts, and partial self-service to handle routine requests. A developer needs a new environment, so they open a ticket and wait. A team wants to deploy a new service, so someone copies an existing manifest and adjusts it by hand. Monitoring and compliance controls vary by cluster, team, or deployment pattern.

Replacing those manual workarounds with platform capabilities changes the shape of DevOps work. Environment creation moves into well-defined workflows with built-in guardrails. Policy checks run automatically as part of those flows, which shrinks the review burden and catches issues earlier. That shift reduces repetitive support: platform teams spend less time handling routine requests and more time improving the workflows teams depend on.

What This Looks Like in the Real World

Platform engineering research shows the practice moving beyond developer experience and infrastructure into a broader operating model that now spans security, observability, FinOps, and AI. At the same time, CNCF data shows Kubernetes becoming the default foundation for production software and AI, with 82 percent of container users running Kubernetes in production and 94 percent either running, piloting, or evaluating it.

That trend matters because most organizations aren’t building a separate operating model for AI. They're extending the Kubernetes platforms they already use, which raises the importance of standard workflows, policy discipline, recovery, and visibility into infrastructure behavior and cost. Research from PlatformEngineering.org and CNCF’s coverage of cloud native platforms under AI workloads both reinforce the same point: the teams keeping up are leaning on managed infrastructure and platform engineering patterns, which reduces the need for manual, team-by-team support.

A Concrete Example: HaulHub

HaulHub’s move from kOps to EKS shows what this looks like when the shift is tied to an actual operating problem. The company was running Kubernetes on kOps and ran into friction around upgrades and maintenance, limited internal Kubernetes expertise, and increasing pressure to improve performance, cost efficiency, and security as the business grew.

The migration to EKS reduced cluster management overhead and created a more stable foundation for the team. Fairwinds led the migration, built out clusters and supporting infrastructure, and took on ongoing work around upgrades, add-ons, monitoring, and incident response. That handoff changed where internal engineering time could go: less into maintaining Kubernetes itself, and more into platform choices that affect reliability, deployment consistency, and developer experience.

The case study also identifies concrete outcomes technical leadership teams care about. HaulHub improved cost efficiency, adopted Karpenter for more responsive node provisioning, and gained more predictable infrastructure performance and control across environments. Once infrastructure management moves out of the way, DevOps and SRE teams can spend more time on systems that scale across the business and less on repetitive operational support.

AI Makes The Tradeoff More Visible

AI workloads make platform decisions visible much faster. Training jobs rely on bursty, high-cost compute. Inference services depend on reliable autoscaling and recovery. Data pipelines need consistent scheduling and observability next to the rest of the application stack. Together, those requirements belong in the platform design conversation, because they affect how Kubernetes allocates resources, scales, and observes everything running on it.

Cloud-native infrastructure for AI workloads depends on the same fundamentals strong platform teams are already trying to build: clear autoscaling behavior, resource controls, policy enforcement, RBAC, and observability. If those basics are still handled through tickets and one-off decisions, AI projects keep pulling DevOps and SREs into every deployment, access request, and debugging cycle.

When teams have more time for platform work, they can focus on the capabilities AI requires:

  • Resource and cluster design that supports GPU-backed workloads without bypassing controls.
  • Policy and access patterns that keep high-cost or sensitive workloads inside clear operating boundaries.
  • Observability that makes workload behavior, infrastructure behavior, and cost impact easier to understand.
  • Deployment paths that allow AI services to fit into the same operational model as other production services.

The point is clear. When AI infrastructure running on Kubernetes is treated as a platform design problem, teams can build repeatable patterns around it. When AI work shows up only as one-off exceptions, platform teams spend more time in support mode and less on improving the underlying system.

How DevOps And SRE Work Changes

Offloading infrastructure management doesn’t remove the need for DevOps and SRE expertise. It does change where that expertise gets applied.

Platform engineers add more value when they shape the platform itself. That work includes:

  • Building and maintaining internal platforms that encode best practices into self-service workflows.
  • Evolving Golden Paths and guardrails as architecture and risk profiles change.
  • Improving the reliability and cost posture of the shared platform across many teams.
  • Creating platform patterns that make AI workloads easier to run.

For platform leaders, senior DevOps and SREs, and engineering managers, the decision is less about whether to keep owning Kubernetes lifecycle forever and more about where limited engineering capacity creates the most leverage for the business. The teams getting the most out of Kubernetes and AI focus DevOps and SRE time on platform capabilities, including internal developer platforms and AI-ready foundations, that reduce friction and risk for everyone else. Moving infrastructure management out of the critical path is what makes that shift real.