is it possible to do sticky routing for containers? i have this thing where each tenant needs to sta

is it possible to do sticky routing for containers? i have this thing where each tenant needs to start containers with their own tenant id for everything to work, but i don't want to create one statically configured individual container binding per container. is this possible somehow? or is dynamic binding a thing? also i realize that i need to pass custom env to the containers, is that possible runtime?
Was this page helpful?