About the Certification

CKAD focuses on running, maintaining and monitoring cloud-native applications

Init Containers : These containers run before the main container and basically prepare the environment for the main container to run.

Sidecar Containers : These run alongside the main container. It is of two types:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/501e2bdd-23f9-4b65-a7a6-bcc6f3be70e7/Untitled.png

Labels vs Metadata

Labels can be used for querying while Metadata cannot be. Querying is done via CLI or spec.selector.