Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 182 Bytes

detect.md

File metadata and controls

9 lines (5 loc) · 182 Bytes

How to know the runtime of Kubernetes

It's simple. Just run the following command:

kubectl get nodes -o jsonpath='{.items[*].status.nodeInfo.containerRuntimeVersion}'