Skip to content

Instantly share code, notes, and snippets.

@tam7t
Last active November 24, 2016 01:44
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tam7t/13233080aa4d0b6570bd555ff923d2e0 to your computer and use it in GitHub Desktop.
Save tam7t/13233080aa4d0b6570bd555ff923d2e0 to your computer and use it in GitHub Desktop.
Resources for Securing Kubernetes

Resources for Securing Kubernetes

A work in progress collection of resources for securing a kubernetes cluster.

Architecture

A good understanding of the k8s architecture and automating operations of your cluster is probably the best place to start:

It should also be noted that the kubelet api has no authentications and allows for remote code execution (this is how kubectl exec works).

Datastore

Transport Security

Authorization

Image Registry

Runtime

Network Policies

Secret Storage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment