Production ready template to deploy google adk on bare metal #4267
Closed
QueryPlanner
started this conversation in
Show and tell
Replies: 2 comments 1 reply
|
check this repo if this can help, this has code sample from java and python : https://github.com/Ashfaqbs/google-adk-playground |
1 reply
|
Really nice work here. A self-hosted production-ready setup with multi-stage Docker builds and OpenTelemetry baked in is exactly the kind of thing that saves people from burning through cloud credits just to experiment. Closing this out under Show and Tell since it's a community template rather than an ADK core issue or question, but it's genuinely useful and glad to see you and Ashfaqbs swapping notes. Keep sharing stuff like this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I ended up spending a significant amount on Google Cloud credits while experimenting, so I decided to stick with self-hosted infrastructure for my personal projects. Even so, I wanted to continue building AI agents using Google ADK.
I found that deploying ADK in a self-hosted, production-ready setup was more complex than expected, since it typically requires multi-stage Docker builds, OpenTelemetry observability, and other operational components.
To avoid repeatedly solving the same infrastructure problems and to focus more on building agents, I created a template that addresses these challenges. You can find it here:
https://github.com/QueryPlanner/google-adk-on-bare-metal
All reactions