How to deploy? Confused about the different options #372
-
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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.