DEV Community

lavish
lavish

Posted on

Serverless DevOps in Action: Automating GCP Workflows with Cloud Scheduler, Cloud Functions & App Engine

In this post, I break down how I built a serverless DevOps pipeline using Google Cloud tools — without managing servers or setting up Jenkins.

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.

Here’s the stack I used:

• 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)
Enter fullscreen mode Exit fullscreen mode

It’s all modular and serverless — kind of like DevOps LEGO blocks.
👉 Read the full guide on Medium

Top comments (0)