You are not logged in.
Hey.
I got a home server which is full of containers. I use docker-compose for pretty much everything that runs on it, with a few exceptions. Now, I use k8s a lot for work, in a managed cloud environment, and I like the idea of transitioning from docker-compose to kubernetes on the home front.
But, I suspect it will be a lot of work, and a lot of learning (I never actually configured K8s) so I need the two to co-exists whilst everything is migrated. This leaves me with a few questions
- Firstly, the wiki mentions I need to install an AUR package to get rootless containerd. Is this likely to mess existing docker-compose setup?
- If out of fear, uncertainly and doubt, I choose to use CRI-O , as this doesn't require an AUR package to install, I'm assuming this can coexist with containerd, and thus also ensure I wont be messing with my existing docker-compose setup?
that was about it.
Last edited by justdanyul (2024-02-01 23:32:52)
Offline