Run the Cerbos PDP on Amazon EKS using the official Helm chart or Kubernetes manifests.
Deploy with the official Cerbos Helm chart or standard Kubernetes manifests, whichever fits your workflow
Cerbos is stateless and scales horizontally with replicas, no coordination required between instances
Use IAM roles for service accounts (IRSA) to grant Cerbos access to policy sources stored in AWS services
Cerbos is an open-source authorization layer that decouples access control from your application code. It runs as a stateless Policy Decision Point (PDP) that evaluates fine-grained policies at request time.
Authorization policies are written in human-readable YAML supporting RBAC, ABAC, and conditional rules. They can be updated, tested, and deployed independently of your application.
Deploying Cerbos via Amazon Elastic Kubernetes Service gives you a production-ready authorization service that scales horizontally and fits naturally into your existing infrastructure and observability stack.
helm install cerbos cerbos/cerbos or apply Kubernetes manifests to deploy the PDP into your EKS cluster.Use the official Cerbos Helm chart or apply Kubernetes manifests to deploy the PDP into your EKS cluster. Cerbos runs as a Deployment with a Service, or as a sidecar container in your application pods.
No. Cerbos is fully stateless and requires no database or message queue. Policies can be loaded from a ConfigMap, Git repository, or Cerbos Hub.
Yes. Cerbos runs as a standard container and is compatible with EKS Fargate profiles without modification.



What is Cerbos?
Cerbos is an end-to-end enterprise authorization software for Zero Trust environments and AI-powered systems. It enforces fine-grained, contextual, and continuous authorization across apps, APIs, AI agents, MCP servers, services, and workloads.
Cerbos consists of an open-source Policy Decision Point, Enforcement Point integrations, and a centrally managed Policy Administration Plane (Cerbos Hub) that coordinates unified policy-based authorization across your architecture. Enforce least privilege & maintain full visibility into access decisions with Cerbos authorization.