0 votes
in Kubernetes K8s by

What is Kubernetes CNI?

a) A networking interface used by Kubernetes to interact with container runtimes

b) A tool for managing Kubernetes resources

c) A networking abstraction to access a set of Pods

d) A way to manage Kubernetes nodes

1 Answer

0 votes
by
Answer: a)

Explanation: A networking interface used by Kubernetes to interact with container runtimes. Kubernetes CNI (Container Network Interface) is a networking interface used by Kubernetes to interact with container runtimes, enabling the creation of network namespaces and the assignment of IP addresses to containers.
...