How to Detect the Container Runtime in your Kubernetes Cluster Environment

Before installing the sensor image, it’s important to know which container runtime is installed in your Kubernetes Cluster environment. Knowing this will help you determine what kind of sensor needs to be running in your environment.

You can get details about the container runtime by executing the following command:
kubectl get nodes -o wide

Use this command to get additional information about the cluster with details for each node like name, status, roles, age, version, internal and external IP addresses, OS image, kernel version. See the example below.