K8s — Process in Container
Container process introduction
The init Process
The ideal state of using containers is to run only one process in one container, but this is sometimes impossible in real world. For example, in addition to the main process in a container, we may also start processes for monitoring or rotate logs.