<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Amit Malhotra</title>
    <description>The latest articles on DEV Community by Amit Malhotra (@vertro).</description>
    <link>https://dev.to/vertro</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4050633%2F802159f6-f412-4b44-84ae-716a22af065f.jpg</url>
      <title>DEV Community: Amit Malhotra</title>
      <link>https://dev.to/vertro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vertro"/>
    <language>en</language>
    <item>
      <title>The Hidden Cost of Manual Application Onboarding on Google Cloud</title>
      <dc:creator>Amit Malhotra</dc:creator>
      <pubDate>Wed, 29 Jul 2026 03:26:09 +0000</pubDate>
      <link>https://dev.to/vertro/the-hidden-cost-of-manual-application-onboarding-on-google-cloud-fba</link>
      <guid>https://dev.to/vertro/the-hidden-cost-of-manual-application-onboarding-on-google-cloud-fba</guid>
      <description>&lt;p&gt;When people think about application onboarding, they usually think about creating a Kubernetes namespace or provisioning a new project.&lt;/p&gt;

&lt;p&gt;In reality, that's only a small part of the work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A typical onboarding request often involves:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Creating or selecting a Google Cloud project&lt;/li&gt;
&lt;li&gt;Provisioning a GKE namespace&lt;/li&gt;
&lt;li&gt;Configuring IAM permissions&lt;/li&gt;
&lt;li&gt;Creating Workload Identity bindings&lt;/li&gt;
&lt;li&gt;Setting up CI/CD pipelines&lt;/li&gt;
&lt;li&gt;Managing secrets&lt;/li&gt;
&lt;li&gt;Applying security policies&lt;/li&gt;
&lt;li&gt;Connecting observability&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of these tasks are particularly difficult.&lt;/p&gt;

&lt;p&gt;The challenge is that they are repeated for every new service.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Real Bottleneck&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As engineering teams grow, these repetitive requests gradually accumulate.&lt;/p&gt;

&lt;p&gt;Developers wait for environments.&lt;/p&gt;

&lt;p&gt;Platform engineers spend more time responding to tickets.&lt;/p&gt;

&lt;p&gt;Knowledge becomes concentrated within a small number of experienced engineers.&lt;/p&gt;

&lt;p&gt;Instead of improving the platform itself, the team spends its time maintaining the same onboarding process over and over again.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Standardization Beats Repetition&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Many organizations try to solve this by documenting onboarding steps.&lt;/p&gt;

&lt;p&gt;Documentation certainly helps.&lt;/p&gt;

&lt;p&gt;However, documentation still relies on someone executing the same sequence of tasks repeatedly.&lt;/p&gt;

&lt;p&gt;A more scalable approach is to standardize those decisions into reusable workflows.&lt;/p&gt;

&lt;p&gt;The goal isn't to remove platform engineering.&lt;/p&gt;

&lt;p&gt;The goal is to remove repetitive operational work so platform engineers can focus on building better platforms.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Questions Worth Asking&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If your team provisions new environments regularly, ask yourself:&lt;/p&gt;

&lt;p&gt;Which onboarding steps are repeated every time?&lt;br&gt;
Which decisions are already standardized?&lt;br&gt;
Which tasks still require manual intervention?&lt;br&gt;
How much engineering time is spent on repeatable work?&lt;/p&gt;

&lt;p&gt;Even small improvements in these areas can significantly improve developer experience and engineering productivity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Application onboarding isn't just an infrastructure task.&lt;/p&gt;

&lt;p&gt;It's one of the first experiences developers have with your platform.&lt;/p&gt;

&lt;p&gt;The simpler and more consistent that experience becomes, the more time your engineering teams can spend delivering software instead of waiting for infrastructure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Have you standardized your application onboarding process, or is it still driven by tickets and manual requests?&lt;/strong&gt; I'd love to hear how your team approaches it.&lt;/p&gt;

</description>
      <category>googlecloud</category>
      <category>kubernetes</category>
      <category>platformengineering</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
