Comment on Kubernetes? docker-compose? How should I organize my container services in 2024?
forwardvoid@feddit.nl 10 months ago
Portainer + caddy + watchtower, this will give you the benefits of containers without the complexity of Kubernetes. As someone who professionally works with Kubernetes, I agree with what other people have said here: “only run it if you want to learn it for professional use”.
Portainer is a friendly UI for running containers. It supports docker compose as well. It helps with observability and ops. Caddy is an easy proxy with automatic Let’s Encrypt support. Watchtower will update and restart your containers if there’s an update.