home.social

#cloudrun — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cloudrun, aggregated by home.social.

fetched live
  1. 🔐 How are #GoogleAIStudio deployed apps on #CloudRun protecting the API key so it's not visible in the browser? (although it appeared as if Gemini was called from the client-side...)

    ➡️ A transparent proxy w/ Service Workers & WebSocket interception prevent key exposure!

    glaforge.dev/posts/2026/02/09/

  2. Boniface.dev ra mắt portfolio AI “Mission Control” tích hợp Google Gemini, triển khai trên Cloud Run. Dùng Nexus AI để hỏi‑đáp dự án, giải thích kiến trúc, RAG và khung agent. Frontend React/Next.js, backend Node + FastAPI, Docker, IAM bảo mật. Thể hiện thiết kế “purpose‑first”, autoscaling và HTTPS. #AI #GenAI #GoogleGemini #CloudRun #Tech #Portfolio #CôngNghệ #TríTuệNhânTạo

    dev.to/boniface_alexander/boni

  3. This week I had a bug where my API container was deploying without incident and crashing a second later when /health was checked. The issue was that the crypto provider was not initialized, which caused a panic as soon as /health was checked - it was an ordinary bug.

    Because the container started, but then crashed on health check, and it was deployed to #Google #CloudRun, CloudRun kept restarting the container while I was asleep. And crashing it, hitting /health. Then Google's AI must have seen the word "crypto" in the logs because they turned my project off and I woke up to completely broken infrastructure, and an email that said I was CRYPTOMINING in violation of their FREE use agreement.

    Now: (a) they charge me for every millisecond of compute time - this is not free use! and (b) crypto means CRYPTOGRAPHY to normal developers. Not freaking crypto currency mining, which I ain't doing.

    So now my service is down and I'm waiting for an appeals process - it's been two days.

    This was for a personal project but I can't continue to recommend GCP for organizational folks going forward. it is insane to shut down cloud resources on such a thin fact. This is a single 1-CPU CloudRun service that happens to be cycling due to a bug. Stop the API as failing to start properly, and send an email like a NORMAL PERSON. They could absolutely destroy a business this way.

    And I think they also need to count false-positive shut downs as part of their uptime calcs. Because ... it is absolutely down time.

    Ugh!

    #enshittification #gcp #gcs #google #ai

  4. Kubernetes có thực sự cần thiết?

    Đối với hầu hết các workload phổ biến (API, services), các nền tảng của cloud như ECS/Fargate hay Cloud Run thường rẻ hơn, hiệu quả hơn và giảm gánh nặng vận hành.

    Hãy chọn Kubernetes khi bạn có nhu cầu rõ ràng: di động đa đám mây (multi-cloud), tùy chỉnh sâu, hoặc xây dựng platform nội bộ. Đừng chạy theo 'trend' mà hãy chọn giải pháp phù hợp nhất.

    #Kubernetes #DevOps #Cloud #SysAdmin #K8s #CôngNghệ #LậpTrình
    #CloudComputing #ECS #Fargate #CloudRun #Tech #Plat

  5. 📢 Le 4 novembre à Paris, Google organise l'atelier #AccelerateAI avec #CloudRun et #ADK.
    Une journée sur le développement et le déploiement d'applications #IA sur Cloud Run.
    Par ici pour les inscriptions :
    👉 goo.gle/accelerate-ai-paris

  6. A proof-of-concept #ADK #AI #Agent code visualizer

    glaforge.dev/posts/2025/08/01/

    ✨ Vibe-coded with Google #AiStudio and #GeminiCLI.
    Powered by #Gemini 2.5 Pro.
    Using #ReactFlow for the nice node-based UI.
    Deployed on #CloudRun ☁️

    ⚠️ It works for both single-file #Java and #Python ADK multiagents. It doesn't work for projects spanning multiple files or directories.

  7. The Sci-Fi naming problem: Are #LLMs less creative than we think?

    The most well known LLMs seem to always give the same names to the protagonists of #scifi stories.

    Why do they do that? Are they not creative?

    Who are Dr Thorne and Anya?

    In my AI agent generating sci-fi stories (developed with #langchain4j, deployed on #CloudRun) I was always encountering the same names again and again:

    short-ai-story.web.app

  8. 🧵Building an #MCP server with @quarkusio and deploying on Google #CloudRun

    glaforge.dev/posts/2025/06/09/

    The @quarkusio support for #MCP is really straightforward: you just need to use the @Tool and @ToolArg annotations to describe methods as MCP tools!

  9. How messy is #terraform with #gcp?

    I'm trying to make a system where #rust worker ingests data of HTTP requests via #cloudrun, and passes them into #bigtable, which uses further ingestion recipe to export the data into #bigquery

    I have tried to make a complete terraform declaration for this, but got into permission issues, then I have tried to make a system that generates all the artefacts like service accounts and docker image and then refers to those from terraform builds, but I almost don't see a value of doing it like that.

    Does anyone have an example of #cloudrun #cdc? I am new to this and I feel really slow.

    #lazyweb #askfedi

  10. ✨ Lors du Build with Gemini / Developers Summit du 11 mars, à Paris, le duo de choc @steren et @wietsevenema détaillera :

    1️⃣ le guide ultime #CloudRun de zéro à la prod

    2️⃣ créer des agents IA serverless

    ➡️ Inscriptions par ici :

    cloudonair.withgoogle.com/even

  11. The app is written in #Java, using #langchain4j. It's built with
    #maven, containerized on
    #GoogleCloudPlatform with Cloud Build, stored in Artifact Registry. It's a deployed as a
    #CloudRun job, running every day thanks to Cloud Scheduler.

  12. Holy hell I just wanted a little nice diagram on my year in review post, and now I'm deploying browserless in #cloudrun because #vercel does not allow my #rehype plugin that I had to write, mind you, to run headless chrome.

  13. And it's done. ✅ Moved most of the stuff to Cloud Run. Had to refactor years-old PHP code to be compatible with PHP 8.3.

    #GCP #CloudRun #RSS #PHP #Migration #Docker

  14. Is anyone else seeing increased latency on Google Cloud Run (in London, europe-west2 in our case)?

    Seeing ~20x spikes in p99 starting ~5:45 UTC today (02/09/2024).

    #GoogleCloud #CloudRun

  15. Anyone having issues with Google CloudRun deploys currently? I'm getting a timeout during the "Routing Traffic" step #cloudrun #gcp #googlecloud

  16. If you're a #java or #groovylang developer and want to play with the #PaLM api from Google Cloud (the same that powers #bard), you might be interested in this article I just wrote:

    glaforge.dev/posts/2023/05/30/

    You'll find docs & samples for #python but nothing for the #Java ecosystem. So I wanted to see how I could craft a kid story generator with #PaLM but using #micronaut, #ApacheGroovy and deploy it on #CloudRun.

    But I faced some issues with authentication. Hence the article!

  17. 😎 Join the session by awesome @glaforge
    and you’ll discover the options you have to deploy your Micronaut applications and services on Google Cloud.

    Instead of spending too much time on infrastructure, take advantage of readily available #serverless solutions. Focus on your Micronaut code, and deploy it rapidly as a function, an app, or within a container, on #GoogleCloud Platform, with #CloudFunctions #AppEngine or #CloudRun

    😉 Register now to not miss: cloud-builders.tech