awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
FairwindsOps avatar

FairwindsOps/rbac-manager

0
View on GitHub↗
1,654 星标·133 分支·Go·Apache-2.0·4 次浏览fairwinds.com↗

Rbac Manager

RBAC Manager is a Kubernetes operator that automates the management of role-based access control and service account permissions. It functions as a controller that synchronizes cluster authorization resources with user-defined configuration files, ensuring that security settings remain consistent with established requirements.

The system operates by monitoring the cluster API for changes and reconciling the current state against declarative manifests. By treating authorization as infrastructure as code, it enables teams to manage permissions through version-controlled files rather than manual commands, providing a predictable and auditable approach to cluster security.

This tool covers the full lifecycle of authorization governance, including the automated creation and assignment of service accounts and the enforcement of access control policies. It is designed to maintain compliance across multiple environments by continuously applying defined security postures to the cluster.

Features

  • Kubernetes Operators - Automates the management of role bindings and service accounts as a Kubernetes operator.
  • Cluster Access Control - Manages user and service account permissions through declarative authorization rules.
  • Kubernetes Operators - Uses the operator pattern to automate complex authorization logic within Kubernetes clusters.
  • Declarative Access Control - Automates the configuration of cluster roles and service accounts using declarative security policies.
  • Compliance Governance Tools - Enforces compliance and security standards by automating authorization governance across the cluster lifecycle.
  • Custom Resource Controllers - Implements a controller that monitors custom resources to synchronize cluster authorization state.
  • Declarative Configuration Management - Maintains cluster security posture through version-controlled declarative configuration files.
  • Infrastructure as Code Security - Automates the deployment of security policies and role bindings as infrastructure-as-code.
  • Kubernetes Policy Enforcers - Enforces consistent access control policies by synchronizing cluster authorization resources.
  • Declarative Reconciliation Engines - Continuously reconciles cluster authorization resources against declarative manifests to ensure consistent security enforcement.
  • Service Account Management - Streamlines the creation and assignment of service accounts to ensure correct cluster access levels.

Star 历史

fairwindsops/rbac-manager 的 Star 历史图表fairwindsops/rbac-manager 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Rbac Manager 的精选搜索

收录 Rbac Manager 的精选合集。
  • Allowlist management tools

Rbac Manager 的开源替代方案

相似的开源项目,按与 Rbac Manager 的功能重合度排序。
  • rootsongjc/kubernetes-handbookrootsongjc 的头像

    rootsongjc/kubernetes-handbook

    11,584在 GitHub 上查看↗

    This project is a comprehensive infrastructure guide and technical reference for designing and deploying cloud native and AI native environments using Kubernetes. It serves as a manual for managing container orchestration, pod lifecycles, and declarative state reconciliation to maintain scalable cluster workloads. The resource provides instructional material on building custom controllers and implementing operational logic via the operator pattern. It also functions as a framework for optimizing the delivery of large language models through specialized gateways and workload scheduling. The h

    Mermaidcloud-nativecncfgitbook
    在 GitHub 上查看↗11,584
  • agones-dev/agonesagones-dev 的头像

    agones-dev/agones

    6,888在 GitHub 上查看↗

    Agones is a Kubernetes game server orchestrator designed for hosting, scaling, and managing dedicated multiplayer game servers. It extends the Kubernetes control plane using custom resource definitions to define game server and fleet objects, utilizing a dedicated fleet manager to maintain pools of warm server instances. The system provides a game server SDK and language-specific client libraries that allow server processes to signal readiness, health, and shutdown states directly to the controller. It distinguishes itself through specialized scaling logic, including the use of WebAssembly mo

    Goagonesdedicated-game-serversdedicated-gameservers
    在 GitHub 上查看↗6,888
  • greptimeteam/greptimedbGreptimeTeam 的头像

    GreptimeTeam/greptimedb

    5,968在 GitHub 上查看↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Rustanalyticscloud-nativedatabase
    在 GitHub 上查看↗5,968
  • cloudnative-pg/cloudnative-pgcloudnative-pg 的头像

    cloudnative-pg/cloudnative-pg

    8,051在 GitHub 上查看↗

    CloudNativePG is a Kubernetes operator designed for the administration, lifecycle management, and high availability of PostgreSQL database clusters. It functions as a declarative orchestrator that manages database instances through custom resources and manifests. The project distinguishes itself by automating complex operational tasks, including primary election and failover management via streaming physical replication. It provides specialized tools for database version migrations, supporting both offline in-place upgrades and online migrations through logical replication. The operator cove

    Goautomated-failoverbusiness-continuitydatabase
    在 GitHub 上查看↗8,051
查看 Rbac Manager 的所有 30 个替代方案→

常见问题解答

fairwindsops/rbac-manager 是做什么的?

RBAC Manager is a Kubernetes operator that automates the management of role-based access control and service account permissions. It functions as a controller that synchronizes cluster authorization resources with user-defined configuration files, ensuring that security settings remain consistent with established requirements.

fairwindsops/rbac-manager 的主要功能有哪些?

fairwindsops/rbac-manager 的主要功能包括:Kubernetes Operators, Cluster Access Control, Declarative Access Control, Compliance Governance Tools, Custom Resource Controllers, Declarative Configuration Management, Infrastructure as Code Security, Kubernetes Policy Enforcers。

fairwindsops/rbac-manager 有哪些开源替代品?

fairwindsops/rbac-manager 的开源替代品包括: rootsongjc/kubernetes-handbook — This project is a comprehensive infrastructure guide and technical reference for designing and deploying cloud native… agones-dev/agones — Agones is a Kubernetes game server orchestrator designed for hosting, scaling, and managing dedicated multiplayer game… greptimeteam/greptimedb — GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries… kubernetes-sigs/kubebuilder — Kubebuilder is a framework and set of scaffolding tools used to build Kubernetes APIs and controllers. It functions as… cloudnative-pg/cloudnative-pg — CloudNativePG is a Kubernetes operator designed for the administration, lifecycle management, and high availability of… operator-framework/operator-sdk — The Operator SDK is a framework for building, packaging, and managing custom controllers that extend the Kubernetes…