Google News
logo
Kubernetes - Interview Questions
What are some examples of recommended security measures for Kubernetes?
Following are some examples of recommended security measures for Kubernetes :
 
* Defining resource quota
* Support for auditing
* Restriction of etcd access
* Regular security updates to the environment
* Network segmentation
* Definition of strict resource policies
* Continuous scanning for security vulnerabilities
* Using images from authorized repositories etc.
Advertisement