-
Hello, while reading the update documentation for envd v1.0, I noticed that it mentions envd 1.0 can work with buildkitd.
In our scenario, users might not install Docker, so we hope to use a centralized Buildkit daemon along with several buildkitd instances to address image creation issues. Is it possible to integrate envd into this process to simplify our AI image creation workflow? I've noticed that the documentation mentions a daemonless Kubernetes integration method, and the envd-server hasn't been updated for two years. I am curious if there is also an integration method that involves a buildkit daemon. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you mean the remote build https://envd.tensorchord.ai/teams/context.html#remote-build-advanced. This is configured through the envd context. As for envd server, it's for running dev containers in the kubernetes cluster. Building images doesn't require this one. |
Beta Was this translation helpful? Give feedback.
I think you mean the remote build https://envd.tensorchord.ai/teams/context.html#remote-build-advanced.
This is configured through the envd context.
As for envd server, it's for running dev containers in the kubernetes cluster. Building images doesn't require this one.