wardviaene / kubernetes-course

Kubernetes Course Files

Home Page:https://www.udemy.com/learn-devops-the-complete-kubernetes-course/?couponCode=KUBERNETES_GITHUB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to make kubeadm/kops make use of other type of containers apart from docker

vikasgubbi opened this issue · comments

How to make KUBEADM/KOPS make use of other type of containers apart from docker & what would be the procedure to do it.

Need clarification on this

Is it a support of Kubernetes Container Runtime Interface or support of different Linux container engines.Please clarify

There is support for it in Kubernetes, but not yet in kops, see this open ticket as a reference: kubernetes/kops#433

Correct me if i am wrong.

Each container engine comes with its own container run-time interface.