Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clbx/kubectl-browse-pvc
Kubectl plugin for browsing PVCs on the command line
https://github.com/clbx/kubectl-browse-pvc
kubectl kubectl-plugins kubernetes pvc
Last synced: about 1 month ago
JSON representation
Kubectl plugin for browsing PVCs on the command line
- Host: GitHub
- URL: https://github.com/clbx/kubectl-browse-pvc
- Owner: clbx
- License: mit
- Created: 2023-01-18T18:39:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T13:21:52.000Z (5 months ago)
- Last Synced: 2024-11-16T01:11:20.524Z (about 1 month ago)
- Topics: kubectl, kubectl-plugins, kubernetes, pvc
- Language: Go
- Homepage:
- Size: 94.7 KB
- Stars: 86
- Watchers: 4
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubectl-browse-pvc
Kubectl plugin to browse a Kubernetes PVC from the command lineI constantly found myself spinning up dummy pods to exec into them so I could browse a PVC, this takes a few steps out of creating dummy pods to check out the contents of a PVC.
Install via krew
```
kubectl krew install browse-pvc
```Usage
```
kubectl browse-pvc -n
```
On an unbound PVC. The tool spins up a pod that mounts the PVC and then execs into it allowing you to modify the contents of the PVC. The Job finishes and cleans up the pod when you disconnect.