Fredrick Simifredricksimi.hashnode.dev·Jan 10, 2025Day 4 - Deploying a Flask Web App on Cloud Run and Implementing Traffic Splitting on Google CloudCloud Run is a fantastic platform for deploying and scaling containerized applications. One of its features is the ability to split traffic between different versions of your deployed application.You can perform A/B testing, canary releases, and grad...30 Days of DevOps - 2025Python
Nguyen Engineernguyengineer.dev·Nov 15, 2024Self-host your Wakatime stats for (almost) free with Supabase Postgres + Google Cloud RunIn my previous post, I introduce the project Wakapi - an alternative to Wakatime but it totally free, it mean you have to self hosted it somewhere. https://hashnode.com/post/cm3i8c9mp001609ku3rhieuku The database Wakapi provide several choices of d...2 likes·42 readswakatime
Alejandro Rodríguezalerodriguez.dev·Nov 13, 2024Lesson Learned #01: Cloud Run with Cloud Pub/SubProject Context I’ve been working on a system built with a microservices architecture that uses Google Cloud Pub/Sub and Cloud Run to manage notifications and keep a continuous NLP analysis flow running smoothly. Each microservice has a specific role...2 likes·48 readsLesson LearnedPubSub
Marcio Figueiredo | E3M Sistemas e Appse3m.dev.br·Oct 9, 2024Modernize ou Construa Novas Aplicações na Nuvem Sem Dores de CabeçaEntão, você e seu time precisam modernizar suas aplicações, talvez reescrever um sistema monolítico ou enfrentar um desafio similar. Mas tem um detalhe: o time não tem conhecimento suficiente sobre Docker, Kubernetes, containers ou sobre o planejamen...Escalabilidade
Timothy Olaleketimtech4u.hashnode.dev·Sep 1, 2024Building a Secure API Gateway with Go, Gin, and Cloudflare Zero TrustIntroduction In today’s world of micro services, managing multiple APIs securely and efficiently is a key challenge. API Gateways have become an essential component of modern infrastructure, acting as a reverse proxy to accept all application program...219 readsgin-gonic
Nguyen Engineernguyengineer.dev·Aug 28, 2024Connect Cloud Run Services to VPC via TerraformIntroduction In this guide, we'll walk through setting up two Cloud Run services - a public frontend and a private backend - using Terraform. We'll use Google Artifact Registry to store our Docker images. This setup demonstrates how to create a secur...1 likeTerraform
Luis Gustavo Ganimiluisgustavoganimi.hashnode.dev·Jul 25, 2024CI/CD Pipelines with GitHub Actions and Google Cloud RunIntroduction In the fast-paced world of software development, Continuous Integration and Continuous Deployment (CI/CD) pipelines have become essential for ensuring code quality and rapid delivery. GitHub Actions, a popular CI/CD tool, combined with G...1 like·52 readsCI/CD
Anubhav Singhxprilion.com·Jun 27, 2024Ollama Models on Cloud RunThis blog is a read-along for the repository xprilion/ollama-cloud-run which shows how to deploy various models using the Ollama API on Cloud Run, to run inference using CPU only on a serverless platform - incurring bills only when you use them. Olla...Google
Sachin Adighatodghach.hashnode.dev·Jun 12, 2024Creating triggers with EventArc - The Google Cloud wonderTechnology is evolving so rapidly that if we look at the cloud providers today, we may get at least 3 services per provider. After doing the hustle with AWS and Azure, it is now time to explore GCP (aka Google Cloud Platform). Introduction Stateless ...EVENTARC
Vishnu Dileeshvic0de.com·May 8, 2024Connecting to a PostgreSQL DB on CloudSQL via Python server running on Cloud RunOnce we have our PostgreSQL database running on CloudSQL, with the flag cloudsql.iam_authentication set to on. We can now have a look at how we could create a Python FastAPI backend that connects to the database. Let's start by creating a project fol...39 readscloudsql