https://github.com/pehlicd/rbac-wizard
RBAC Wizard is an intuitive UI tool for visualizing Kubernetes RBAC resources.
https://github.com/pehlicd/rbac-wizard
dashboard k8s kubernetes rbac ui
Last synced: 6 months ago
JSON representation
RBAC Wizard is an intuitive UI tool for visualizing Kubernetes RBAC resources.
- Host: GitHub
- URL: https://github.com/pehlicd/rbac-wizard
- Owner: pehlicd
- License: mit
- Created: 2024-05-15T20:59:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-02T14:51:15.000Z (7 months ago)
- Last Synced: 2026-01-08T21:37:47.473Z (7 months ago)
- Topics: dashboard, k8s, kubernetes, rbac, ui
- Language: TypeScript
- Homepage:
- Size: 12.2 MB
- Stars: 285
- Watchers: 2
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RBAC Wizard




[](https://goreportcard.com/report/github.com/pehlicd/rbac-wizard)
RBAC Wizard is a tool that helps you visualize and analyze the RBAC configurations of your Kubernetes cluster. It provides a graphical representation of the Kubernetes RBAC objects.
| Demo |
|--------------------------------------------|
|
|
## How to install
### Helm
Since rbac-wizard is capable of getting kubernetes clientset from the cluster ease free, you can also install it on your cluster using Helm with 3 simple steps!
```bash
# to add the Helm repository
helm repo add rbac-wizard https://rbac-wizard.pehli.dev
# to pull the latest Helm charts
helm pull rbac-wizard/rbac-wizard
# to install the Helm charts with the default values
helm install rbac-wizard rbac-wizard/rbac-wizard --namespace rbac-wizard --create-namespace
```
### Homebrew
```bash
brew tap pehlicd/rbac-wizard https://github.com/pehlicd/rbac-wizard
brew install rbac-wizard
```
### Using go install
```bash
go install github.com/pehlicd/rbac-wizard@latest
```
## How to use
Using RBAC Wizard is super simple. Just run the following command:
```bash
rbac-wizard serve
```
## How to contribute
If you'd like to contribute to RBAC Wizard, feel free to submit pull requests or open issues on the [GitHub repository](https://github.com/pehlicd/rbac-wizard). Your feedback and contributions are highly appreciated!
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
Developed by [Furkan Pehlivan](https://github.com/pehlicd) - [Project Repository](https://github.com/pehlicd/rbac-wizard)