Unit 4 Flashcards
1
Q
How can containers interact with one another in a pod?
A
- Shared Network (as if in same host)
- Shared Storage Volume
- Shared Process NameSpace (signaling processes)
2
Q
Allow you to customize how K8s determines the status of your containers
A
Probes
3
Q
Indicates whether the container is running properly and governs when the cluster will automatically stop or restart the container
A
Liveness probe
4
Q
Indicates whether the container is ready to service requests, and governs whether requests will be forwarded to the pod
A
Readiness probe
5
Q
kubectl option to reference all namespaces
A
–all-namespaces
6
Q
kubectl action to see status of a pod
A
‘describe pod [name]’