安全设置相关
https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/
https://learn.cisecurity.org/benchmarks
https://docs.docker.com/engine/security/
配置
https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
相关命令
Force a stack trace to be logged
If the daemon is unresponsive, you can force a full stack trace to be logged by sending a SIGUSR1 signal to the daemon.
• Linux:
• $ sudo kill -SIGUSR1 $(pidof dockerd)
• Look in the Docker logs for a message like the following:
• …goroutine stacks written to /var/run/docker/goroutine-stacks-2017-06-02T193336z.log