Using a CRI plugin for k8 to manage my local LXC images #63
Unanswered
madeeldevops
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a requirement to manage our LXC images and containers with the help of Kubernetes. I have found some ways to do it. But i want to see the optimal and easy one.
Right now I am on the test phase to see how it works out so here we go.
Local setup with one bare-metal server.
I have installed LXD, LXC with a snap, Kubernetes with the help of Kubeadm, containerd as a runtime to work with the containers.
But i ran into issues that the containerd cannot manage and interact with locally published LXC images which are there in
lxc images ls
I found this :
docker import
or build again with extracted tar in dockerfileBeta Was this translation helpful? Give feedback.
All reactions