Replies: 1 comment
-
I think this is a great topic as its not clear how |
Beta Was this translation helpful? Give feedback.
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.
-
There so many advantages to use
bentoml.depends
.I define multiple services in a service.py. And then I'd like to deploy each service into multiple Pods.
For example, Service
a
,b
are defined in a single service.py.a
servicebentoml.depends
onb
servicea
service is deploy on A Pod.b
Service is deploy on B Pod.In this situation how does
a
service discoverb
service?Beta Was this translation helpful? Give feedback.
All reactions