How to deploy? Confused about the different options #372
Answered
by
boyangsvl
andwaal-esmart
asked this question in
Q&A
|
Hi, Could someone help me how to deploy an agent and the role of the different tools available? ADK CLI/ GCloud CLI/ Runner? A quick summarization or the options I can find in the docs:
In addition to the two above, this example from the tutorial goes through how to setup Runner/Session/State. So I guess my question is; If I want to host the agent (with our without UI), what is required? Is it enough to do ADK/GCloud approach? What is the role of the Runner in this and when is the Runner needed? |
Answered by
boyangsvl
May 3, 2025
Replies: 1 comment 1 reply
|
The ADK CLI will be the easiest way to deploy to Cloud Run, if that's where you want to deploy. You don't have to worry about Runners when using the ADK CLI as it will create a default runner for you. |
1 reply
Answer selected by
boyangsvl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ADK CLI will be the easiest way to deploy to Cloud Run, if that's where you want to deploy. You don't have to worry about Runners when using the ADK CLI as it will create a default runner for you.