Skip to content

CLI for adding dotnet-monitor sidecar to pods in Kubernetes

License

Notifications You must be signed in to change notification settings

Altinn/dotnet-monitor-sidecar-cli

Repository files navigation

dotnet-monitor-sidecar-cli

Go Report Card GitHub go.mod Go version of a Go module

CLI for adding 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

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

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.