De Nederlandse Kubernetes Podcast

#4 De lifecycle van een pod en debug containers

De Nederlandse Kubernetes Podcast
17-01-2023

Ronald en Jan bespreken in deze aflevering: de lifecycle van een pod met informatie voor het debuggen. Daarnaast gaan ze in op debug containers en het debuggen van containers. Tot slot worden init containers behandeld.

Podcast notes:
https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
https://kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/
https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-and-container-status
https://github.com/caicloud/event_exporter
kubectl debug -ti applicatie--image=busybox --share-processes=true --copy-to='applicatie' 
kubectl debug -it applicatie --image=busybox:1.28 --target=applicatie