Comment on Composerize - online tool converts docker commands to compose yml
Lodra@programming.dev 7 months ago
I recently discovered k3d. It’s a light wrapper around k3s, which is kubernetes on docker. It’s amazingly easy to use! If you have docker installed, you can learn the commands and create a k8s cluster in under 5 minutes.
For anyone like me that likes k8s, k3d is a fantastic alternative to docker compose!
kelvie@lemmy.ca 7 months ago
I guess it’s finally to the point where selfhosters can admit to using k8s and not be bombarded by comments saying it’s overkill, which has happened in the past for:
Anyway, I believe there is a tool also to turn docker compose files into k8s manifests if we want to take this a step further!