# RBAC Wizard is an intuitive UI tool for visualizing Kubernetes RBAC resources.


![](https://cdn.hashnode.com/res/hashnode/image/upload/v1727884071355/af3955cc-5436-4c51-9a5f-4acc9942f57b.png align="center")

# 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

### Homebrew

```basic
brew tap pehlicd/rbac-wizard https://github.com/pehlicd/rbac-wizard
brew install rbac-wizard
```

### Using go install

```basic
go install github.com/pehlicd/rbac-wizard@latest
```

## How to use

Using RBAC Wizard is super simple. Just run the following command:

```basic
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](https://github.com/pehlicd/rbac-wizard/blob/main/LICENSE) file for details.

---

Developed by [Furkan Pehlivan](https://github.com/pehlicd) - [Project Repository](https://github.com/pehlicd/rbac-wizard)
