Will this command ensure that overlay traffic between service tasks is encrypted?
Solution. docker network create -d overlay --secure <network-name>
An application image runs in multiple environments, and each environment uses different certificates and ports, what is the best practice to deploy the containers?
Is this an advantage of multi-stage builds?
Solution: better caching when building Docker images
One of several containers in a pod is marked as unhealthy after failing its livenessProbe many times. Is this the action taken by the orchestrator to fix the unhealthy container?
Solution: Kubernetes automatically triggers a user-defined script to attempt to fix the unhealthy container.