githubEdit

Kubernetes

Can you dig it?

About

What is Kubernetes Security?

Kubernetes Security is defined as the actions, processes and principles that should be followed to ensure security in your Kubernetes deployments. This includes – but is not limited to – securing containers, configuring workloads correctly, Kubernetes network security, and securing your infrastructure. [1]

Why is Kubernetes security important?

Kubernetes security is important due to the variety of threats facing clusters and pods, including:

  • Malicious actors

  • Malware running inside containers

  • Broken container images

  • Compromised or rogue users

Without proper controls, a malicious actor who breaches an application could attempt to take control of the host or the entire cluster. [1]

Best practices

Extracted from [1].

Check out also about:

By phase

Development/Design phase:

Build phase:

Deployment Phase:

Runtime Phase:

Resources

Others

Sources

[1]: Kubernetes Security: Common Issues and Best Practices | Snykarrow-up-right

[2]: ksoclabs/awesome-kubernetes-security: A curated list of awesome Kubernetes security resources (github.com)arrow-up-right

Last updated