Running a self-hosted server and agent in k8s and wondering the best way to upgrade to use workers. ...
n
Running a self-hosted server and agent in k8s and wondering the best way to upgrade to use workers. Can agents and workers be deployed and work with the same server? Or should we setup a new server with workers and move jobs over to that one?
I've read through the agent -> worker doc and while it helps with deployment changes, it doesn't seem to mention anything about self hosting and compatibility
n
the relationship between your self-hosted server and your workers should be pretty much the same as the one you had between your server and agents if you want an incremental migration strategy, I would just create a new work pool and start registering new deployments to that work pool and starting moving deployments over piecemeal
n
oh that makes sense, so have both agents and workers running, but consuming from different work pools. Thanks!