Hy i was wondering wat is the best way to run docker in production.<\/p>\n
now we are running hunderds of linux servers on vcenter and we want to port all of the micro application to docker by a docker-compose file.<\/p>\n
now is the question wat would be the best setup to run multiple containers.<\/p>\n
We cant use the vcenters specialized product for this since our licence does not allow it.<\/p>\n
What whould be the best way to keep all the containers managed ?<\/p>","upvoteCount":6,"answerCount":3,"datePublished":"2024-02-02T07:26:12.000Z","author":{"@type":"Person","name":"alainseys3","url":"https://community.spiceworks.com/u/alainseys3"},"suggestedAnswer":[{"@type":"Answer","text":"
Hy i was wondering wat is the best way to run docker in production.<\/p>\n
now we are running hunderds of linux servers on vcenter and we want to port all of the micro application to docker by a docker-compose file.<\/p>\n
now is the question wat would be the best setup to run multiple containers.<\/p>\n
We cant use the vcenters specialized product for this since our licence does not allow it.<\/p>\n
What whould be the best way to keep all the containers managed ?<\/p>","upvoteCount":6,"datePublished":"2024-02-02T07:26:12.000Z","url":"https://community.spiceworks.com/t/docker-in-production/966349/1","author":{"@type":"Person","name":"alainseys3","url":"https://community.spiceworks.com/u/alainseys3"}},{"@type":"Answer","text":"
You should definitely ditch VMware out of your environment since it does not make any sense for your use case. Install your favorite Linux distribution directly to your physical servers. Depending on how many physical servers you have and whether you’ve been using VMware vSAN for storage, you may be interested in the following options:<\/p>\n
Harvester HCI https://harvesterhci.io/<\/a><\/p>\n<\/li>\n Docker Swarm Swarm mode overview | Docker Docs<\/a><\/p>\n<\/li>\n Portainer Cluster https://www.portainer.io/<\/a><\/p>\n<\/li>\n<\/ul>\n Those options are free (no licensing), though you still can purchase a commercial support package.<\/p>\n