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
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.
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
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.