How to see what is the container run time running in kubernetes worker nodes

Vasanthi Kamarthi:
How to see what is the container run time running in kubernetes worker nodes

unnivkn:
k get node -o wide

Vasanthi Kamarthi:
it is giving OS like ubuntu / centos. I was looking at containe run time like if it is docker / CRI-O etc

Fernando Jimenez:
In the kubelet service, in the node, it is configured with the following entry: --container-runtime

unnivkn:

unnivkn:
look at the end of this image

Vasanthi Kamarthi:
got it.

Vasanthi Kamarthi:
thanks…