This is a basic agent that can used to test KAgent BYO agent with ADK.
- Build the agent image
docker build . --push -t localhost:5001/my-byo:latest- Create a secret with the google api key
kubectl create secret generic kagent-google -n kagent --from-literal=GOOGLE_API_KEY=$GOOGLE_API_KEY --dry-run=client -oyaml | k apply -f -- Deploy the agent
kubectl apply -f agent.yaml