Is this possible?
I want to create an image to run a kubernetes worker inside a docker container.
I tryed using dind images but it didn't work... Any ideas?
Is this possible?
I want to create an image to run a kubernetes worker inside a docker container.
I tryed using dind images but it didn't work... Any ideas?
There are several options, for example the official kind (kubernetes in docker) project: https://kind.sigs.k8s.io/
Depending on your use case, k3s might be a good fit as well: https://k3s.io/ here is an example with docker-compose: https://www.trion.de/news/2019/08/28/kubernetes-in-docker-mit-k3s.html