<?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: lavish</title>
    <description>The latest articles on DEV Community by lavish (@explorewithlavish).</description>
    <link>https://dev.to/explorewithlavish</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3223006%2F0c23abbb-12f9-43e1-8769-0d632527140c.png</url>
      <title>DEV Community: lavish</title>
      <link>https://dev.to/explorewithlavish</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/explorewithlavish"/>
    <language>en</language>
    <item>
      <title>Serverless DevOps in Action: Automating GCP Workflows with Cloud Scheduler, Cloud Functions &amp; App Engine</title>
      <dc:creator>lavish</dc:creator>
      <pubDate>Thu, 29 May 2025 22:10:17 +0000</pubDate>
      <link>https://dev.to/explorewithlavish/serverless-devops-in-action-automating-gcp-workflows-with-cloud-scheduler-cloud-functions-app-1b8g</link>
      <guid>https://dev.to/explorewithlavish/serverless-devops-in-action-automating-gcp-workflows-with-cloud-scheduler-cloud-functions-app-1b8g</guid>
      <description>&lt;p&gt;In this post, I break down how I built a serverless DevOps pipeline using Google Cloud tools — without managing servers or setting up Jenkins.&lt;/p&gt;

&lt;p&gt;I walk through a real use case where a Spring Boot batch job runs automatically every day using a fully serverless stack on Google Cloud.&lt;/p&gt;

&lt;p&gt;Here’s the stack I used:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;• Cloud Scheduler (to schedule the job)
• Cloud Functions (to trigger the app)
• App Engine (to host the Spring Boot app)
• GitHub Actions + Artifact Registry (for CI/CD)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;It’s all modular and serverless — kind of like DevOps LEGO blocks.&lt;br&gt;
👉 &lt;a href="https://medium.com/@explorewithlavish/serverless-devops-in-action-automating-gcp-workflows-with-cloud-scheduler-cloud-functions-app-08624e4e468a" rel="noopener noreferrer"&gt;Read the full guide on Medium&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>gcp</category>
      <category>serverless</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
