all InfoSec news
Kubernetes Security
DEV Community dev.to
In this post you are going to learn about the basics of the Kubernetes security. You will see how the "admission control" of the kube-apiserver works, how to authorize with RBAC and how to set network policies.
Accessing the Kubernetes API
All requests that reach the API are encrypted using TLS, therefore you need to configure SSL certificates or use kubeadmin
- Authentication
- Authorization
- Admission Control
Authentication
This is done with certificates, tokens or a basic authentication (username and password).
Users …
admissioncontrol api authorize basics certificates control encrypted kubernetes kubernetes security learn network networkpolicies policies rbac requests security ssl ssl certificates tls