Securing Your Kubernetes Cluster with Kubewarden | Linux Today

Securing Your Kubernetes Cluster with Kubewarden

Written By
MC
Matthew Casperson
Oct 13, 2021

Kubernetes Role Based Access Controls (RBAC) provide some level of control over the resources hosted by a cluster. However, RBAC can only allow top level resources, like deployments or pods, to be created.

A pod can host almost anything, so it’s often not enough to allow or disallow the deployment of a pod. Instead, teams need to inspect the properties of a given pod before allowing or denying them.

Admission controllers provide the ability to inspect, modify, accept, or reject new resources by passing them to a custom service. This allows a fine-grained level of control over resources created in a cluster and ensures only those resources that meet your particular requirements are deployed.

MC

Matthew Casperson

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.