I need to deploy Vespa on multiple instances (3) using docker. What configuration changes do I have to do in my application package or in docker so that I can run the admin node, container node, content node on separate instances?
I need to deploy Vespa on multiple instances (3) using docker. What configuration changes do I have to do in my application package or in docker so that I can run the admin node, container node, content node on separate instances?
Did you check out the Docker Swarm example in the documentation? For a more manual approach, you can look at the Multi-Node Quick Start for AWS EC2 as this shows an example for multi-node (instance) config that should be applicable in your case.