CertGrid CertGrid
Hands-on Lab·Certified Kubernetes Security Specialist

Threat Detection Across Cluster Layers

The competency asks you to detect threats across infrastructure, apps, networks, data and users. This guide does one small thing to a cluster and then hunts for it from every vantage point that exists, which is the fastest way to learn what each layer is for.

Monitoring and Runtime Guide 37 of 40 Intermediate

Written against the versions above. containerd 2.2.6 and the kubelet's own log layout on disk. Nothing here needs a tool that is not already on the node.

The cka6001 cluster: one control plane and 2 schedulable workers, on Cilium.
Server NameIP AddressOSRolesCPURAMHDD
CKA6001192.168.0.46Ubuntu 26.04 LTSControl Plane Node (tainted NoSchedule)2 Core4 GB50 GB
CKA6001-NODE01192.168.0.47Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB
CKA6001-NODE02192.168.0.48Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB

Before you start

  1. One action, then go looking for it

  2. The Kubernetes layer, and the workload layer

  3. The runtime layer

  4. The scoreboard

Official sources