Home > other >  Kubernetes Pod Security checks for InitContainer
Kubernetes Pod Security checks for InitContainer

Time:04-12

Container must follow the Security best Practices from Kubernetes Community and developers and they need to apply alle the Recommendation from CIS Benchmark.

what about InitContainer ,should they also follow the same Practices?

and what if not , which Security Threads could come from Completed Container?

thanks

CodePudding user response:

what about InitContainer ,should they also follow the same Practices?

  • Yes

what if not , which Security Threads could come from Completed Container?

  • they could perform damage before getting into completed state.
  • Related