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

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.

Awesome Lists containing this project

README

          

# asdf-kubeshark [![Build](https://github.com/rm3l/asdf-kubeshark/actions/workflows/build.yml/badge.svg)](https://github.com/rm3l/asdf-kubeshark/actions/workflows/build.yml) [![Lint](https://github.com/rm3l/asdf-kubeshark/actions/workflows/lint.yml/badge.svg)](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/)