Aflevering 4: De lifecycle van een pod en debug containers

Ronald Kers
Jan Stomphorst
Luister naar deze aflevering op jouw favoriete platform!
Apple Podcast Icon - Radio Webflow TemplateSpotify Icon- Radio Webflow TemplateGoogle Podcast Icon - Radio Webflow TemplateAnchor Icon - Radio Webflow TemplateSoundCloud Icon - Radio Webflow Template
Aflevering 4: De lifecycle van een pod en debug containers
January 17, 2023
16
 MIN

Aflevering 4: De lifecycle van een pod en debug containers

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.

Samenvatting

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