https://github.com/rm3l/asdf-kubeshark
asdf version manager plugin for kubeshark, the API traffic analyzer for Kubernetes.
https://github.com/rm3l/asdf-kubeshark
asdf asdf-plugin kubernetes kubeshark network-analysis wireshark
Last synced: 3 months ago
JSON representation
asdf version manager plugin for kubeshark, the API traffic analyzer for Kubernetes.
- Host: GitHub
- URL: https://github.com/rm3l/asdf-kubeshark
- Owner: rm3l
- License: other
- Created: 2023-10-02T19:41:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-20T14:17:54.000Z (about 1 year ago)
- Last Synced: 2025-07-20T15:10:20.676Z (about 1 year ago)
- Topics: asdf, asdf-plugin, kubernetes, kubeshark, network-analysis, wireshark
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-kubeshark [](https://github.com/rm3l/asdf-kubeshark/actions/workflows/build.yml) [](https://github.com/rm3l/asdf-kubeshark/actions/workflows/lint.yml)
[kubeshark](https://github.com/kubeshark/kubeshark) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [asdf-kubeshark ](#asdf-kubeshark--)
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add kubeshark https://github.com/rm3l/asdf-kubeshark.git
```
kubeshark:
```shell
# Show all installable versions
asdf list all kubeshark
# Install specific version
asdf install kubeshark latest
# Set a version globally (on your ~/.tool-versions file)
asdf global kubeshark latest
# Now kubeshark commands are available
kubeshark version
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/rm3l/asdf-kubeshark/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Armel Soro](https://github.com/rm3l/)