I am using Deployment kind to define a pod. Pod definition contains two containers and 1 sidecar.
In kubernetes events, Execution of container start is in sequential way. How we can start both containers parallely.
Container 1 (6s) + Container (5s) + NEG ready(2s) = 13s
If we start container in parallel we can minimize the pod spinning total time.