KCNA (Kubernetes and Cloud Native Associate) sample exam question with answer 2
Question:
Why do Docker images continue to work seamlessly in Kubernetes even after the removal of Docker support?
- Because Kubernetes now uses containerd as its default container runtime
- Because Kubernetes still supports dockershim
- Because Kubernetes has developed a new container runtime specifically for Docker images
- Because Docker images adhere to the Open Container Initiative (OCI) standard
Answer:
D - is the correct answer