im deploying the datahub containers as individual ...
# all-things-deployment
b
im deploying the datahub containers as individual deployments in k8s....can there ever be more than 1 instance of the various containers, ie broker, ES, mySQL, GMS, frontend-react running at the same time?
r
You will have issues with the stateful stuff (database, ES), otherwise no problem I'd say
b
thanks for sharing!