Selection Security

The Selection Security feature offers a focused, in-depth view into the security configuration of any selected Kubernetes object, helping you audit and understand access controls, execution policies, and network restrictions in one place.

Selection Security
  • Service Accounts & Role Bindings: View the associated service account and any linked roles and role bindings, giving you visibility into the object’s permissions and their source.
  • RBAC (Role-Based Access Control): Ensure least-privilege principles are being followed by reviewing the role bindings and the scope of access granted to the object.
  • Container Security Contexts: Examine the security context for each container, including privilege level, user IDs, read-only filesystem settings, and capabilities.
  • Network Policies: Review all network policies applied to the object, including ingress and egress rules, for insights into communication restrictions and isolation within the cluster.