All Projects → Ladicle → Kubectl Rolesum

Ladicle / Kubectl Rolesum

Licence: mit
Summarize Kubernetes RBAC roles for the specified subjects.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Kubectl Rolesum

Users
Users Plugin for CakePHP
Stars: ✭ 488 (+114.04%)
Mutual labels:  hacktoberfest, rbac
Poetry
Python dependency management and packaging made easy.
Stars: ✭ 17,543 (+7594.3%)
Mutual labels:  hacktoberfest
React Native Add Calendar Event
Create, view or edit events in react native using the standard iOS / Android dialogs
Stars: ✭ 225 (-1.32%)
Mutual labels:  hacktoberfest
Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+7673.25%)
Mutual labels:  hacktoberfest
Ddnet
DDraceNetwork, a cooperative racing mod of Teeworlds
Stars: ✭ 225 (-1.32%)
Mutual labels:  hacktoberfest
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+9056.14%)
Mutual labels:  hacktoberfest
Typeahead
Typeahead control for Blazor applications
Stars: ✭ 226 (-0.88%)
Mutual labels:  hacktoberfest
Archie
A minimal Hugo Theme
Stars: ✭ 226 (-0.88%)
Mutual labels:  hacktoberfest
Roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
Stars: ✭ 15,296 (+6608.77%)
Mutual labels:  hacktoberfest
Liquibase
Main Liquibase Source
Stars: ✭ 2,910 (+1176.32%)
Mutual labels:  hacktoberfest
Scrapy Splash
Scrapy+Splash for JavaScript integration
Stars: ✭ 2,666 (+1069.3%)
Mutual labels:  hacktoberfest
Docs
The open-source repo for docs.github.com
Stars: ✭ 7,564 (+3217.54%)
Mutual labels:  hacktoberfest
Radare2
UNIX-like reverse engineering framework and command-line toolset
Stars: ✭ 15,412 (+6659.65%)
Mutual labels:  hacktoberfest
Ember Service Worker
A pluggable approach to Service Workers for Ember.js
Stars: ✭ 227 (-0.44%)
Mutual labels:  hacktoberfest
Awesomescripts
A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great idea for the new script. Leave a ⭐️
Stars: ✭ 228 (+0%)
Mutual labels:  hacktoberfest
Laravel Craftsman
Laravel Craftsman CLI for easily crafting Laravel assets for any project (artisan make on steroids)
Stars: ✭ 227 (-0.44%)
Mutual labels:  hacktoberfest
Ferdi
🧔🏽 Ferdi helps you organize how you use your favourite apps by combining them into one application
Stars: ✭ 4,089 (+1693.42%)
Mutual labels:  hacktoberfest
Pouchdb
🐨 - PouchDB is a pocket-sized database.
Stars: ✭ 14,625 (+6314.47%)
Mutual labels:  hacktoberfest
Django Sockpuppet
Build reactive applications with the django tooling you already know and love.
Stars: ✭ 225 (-1.32%)
Mutual labels:  hacktoberfest
K8s Diagrams
A collection of kubernetes-related diagrams
Stars: ✭ 227 (-0.44%)
Mutual labels:  rbac

kubectl-rolesum (ex-bindrole)

Summarize RBAC roles for the specified subject (ServiceAccount, User and Group).

screenshot

Installation

krew

krew is a package manager for k8s plugins. Please see krew document for more detail.

kubectl krew install rolesum

Homebrew (for MacOS)

rolesum supports homebrew 🍺

brew install Ladicle/kubectl-bindrole/kubectl-rolesum

Binaries

The easiest way is to download binary from the release page. You can also download this repository and install it using Makefile.

Usage

$ kubectl rolesum -h  # or kubectl-rolesum -h
Summarize RBAC roles for the specified subject

Usage:
  kubectl rolesum [options] <SubjectName>

Examples:
  # Summarize roles bound to the "ci-bot" ServiceAccount.
  kubectl rolesum ci-bot

  # Summarize roles bound to the "developer" Group.
  kubectl rolesum -k Group developer

SubjectKinds:
  - ServiceAccount (default)
  - User
  - Group

Options:
  -h, --help                   Display this help message
  -n, --namespace string       Change the namespace scope for this CLI request
  -k, --subject-kind string    Set SubjectKind to summarize (default: ServiceAccount)
  -o, --options                List of all options for this command
      --version                Show version for this command

Use "kubectl rolesum --options" for a list of all options (applies to this command).

This command supports both kubectl-plugin mode and standalone mode.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].