https://github.com/altinn/dotnet-monitor-sidecar-cli
CLI for adding dotnet-monitor sidecar to pods in Kubernetes
https://github.com/altinn/dotnet-monitor-sidecar-cli
cli dotnet-monitor kubernetes sidecar
Last synced: 5 months ago
JSON representation
CLI for adding dotnet-monitor sidecar to pods in Kubernetes
- Host: GitHub
- URL: https://github.com/altinn/dotnet-monitor-sidecar-cli
- Owner: Altinn
- License: mit
- Created: 2021-12-16T08:45:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:31:11.000Z (6 months ago)
- Last Synced: 2024-10-23T22:59:14.098Z (6 months ago)
- Topics: cli, dotnet-monitor, kubernetes, sidecar
- Language: Go
- Homepage:
- Size: 155 KB
- Stars: 3
- Watchers: 23
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-monitor-sidecar-cli
[](https://goreportcard.com/report/github.com/altinn/dotnet-monitor-sidecar-cli)
[](https://github.com/altinn/dotnet-monitor-sidecar-cli)CLI for adding [dotnet-monitor](https://github.com/dotnet/dotnet-monitor) sidecar to pod in Kubernetes.
The main goal of this cli is to ease the process of adding the dotnet-monitor docker image with existing pods in kubernetes
## Install
Binary downloads of the dmsctl can be found on the [releases page](https://github.com/Altinn/dotnet-monitor-sidecar-cli/releases/latest)
Unpack the dmsctl binary and add it to your PATH and you should be good to go.
## Usage
The goale is to let the cli tool to be self documenting with the `-h` flag.
Examples:
```
dmsctl -h
dmsctl add -h
```The docs are also available as markdown [here](docs/dmsctl.md)
## Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.