docs/kgctl.md: add kgctl doc

This commit introduces a new doc for the kgctl commandline tool.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín
2020-03-06 16:11:23 +01:00
parent b54b31b699
commit b34e064c8e
2 changed files with 95 additions and 1 deletions

View File

@@ -174,7 +174,7 @@ Now, `important-service` can be used on `cluster2` just like any other Kubernete
## Analysis
The topology and configuration of a Kilo network can be analyzed using the `kgctl` binary.
The topology and configuration of a Kilo network can be analyzed using the [`kgctl` command line tool](./docs/kgctl.md).
For example, the `graph` command can be used to generate a graph of the network in Graphviz format:
```shell