/thebook

Links and resources for the O'Reilly Kubernetes Security book

The UnlicenseUnlicense

Kubernetes Security

The book is expected to be published by fall 2018. Here are the links:

Building container images

Tooling:

Further reading:

Running containers

Tooling:

Further reading:

Authentication and authorization

Tooling:

Further reading:

Communication

Tooling:

Further reading:

Apps

Tooling:

Further reading:

Securing the control plane

Tooling:

Further reading:

References

Kubernetes (v1.10) docs references relevant to security:

Useful kubectl commands:

  • kubectl create secret
  • kubectl create serviceaccount
  • kubectl create role
  • kubectl create rolebinding
  • kubectl auth can-i