Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simontheleg/kubectl-view-secret


https://github.com/simontheleg/kubectl-view-secret

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# View Secret

Simple golang tool to view the base64 decoded content of a kubernetes secret

## Installation

Grab a version from the release page and place it inside your $PATH.

## Usage

You can call the plugin directly using kubectl

```shell
kubectl view-secret secret-name [-n, --namespace secret-namespace]
```

Alternatively you can also use this plugin as a standalone binary

```shell
kubectl-view-secret secret-name [-n, --namespace secret-namespace]
```

If -n, --namespace is not set, it defaults to the current namespace.