-
Book Overview & Buying
-
Table Of Contents
Learning Kubernetes Security - Second Edition
By :
From the wide range of plugins available in the Krew repository, we have selected some of the most common and important ones (listed next) that can help address security issues. In this section, we will also provide detailed descriptions of these plugins, and for some of them, we will include step-by-step practical demonstrations.
It can be challenging to determine RBAC permissions on specific resources, identify who has access to what, and assess the effectiveness of your cluster access control configurations. You may be surprised by how often excessive privileges are granted to resources. This plugin is essential for all Kubernetes administrators as it will help with access control for your users.
Natively, you can still use the kubectl auth can-i –list command, but it is not very granular and flexible to list all the access rights.
For a detailed description of the plugin, run...