Posts by rsaravanan@mastodon.social
(DIR) Post #Ad34T4TjU8NKOCJFTM by rsaravanan@mastodon.social
2023-12-21T22:48:51Z
0 likes, 1 repeats
@worldsendless If you break up the parts of the problem: 1. For *running* the container, containerd is the default choice - it runs most containers in the cloud today2. For *building* the container image, buildkit is a very good option3. Running wordpress will need a DB and possibly a prebuilt image - 2 options for deployment model - you could do a single VM with docker-compose, or you could do a K8S cluster connected to a hosted DB4. You can also find prebuilt Wordpress images online