Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 806 Bytes

File metadata and controls

23 lines (13 loc) · 806 Bytes

Basic security

image

Kubernetes security

First line of defence: control access to APIServer

Authentication image

Authorization

image

Communication encryption

image

Pod-Pod communication

All pods can talk to each other. can restric using network policies

image