The best practices for Kubernetes

9 Principles for k8s security 1

  1. always upgrade to new version for k8s
  2. Using RBAC
  3. Using namespace kubectl get ns
  4. isolate sensitive work load
  5. keep meta data safty on cloud
  6. create and identify cluster network security strategy gcloud container clusters list
  7. pod security strategy
  8. node security strategy
  9. log

Also can using Calico 2