The best practices for Kubernetes
23 Jan 20199 Principles for k8s security 1
- always upgrade to new version for k8s
- Using RBAC
- Using namespace
kubectl get ns
- isolate sensitive work load
- keep meta data safty on cloud
- create and identify cluster network security strategy
gcloud container clusters list
- pod security strategy
- node security strategy
- log
Also can using Calico
2