Reference to k3x

Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
This commit is contained in:
Alvaro Saurin 2020-06-08 14:22:54 +02:00
parent 18a9ddd020
commit 8d92a44cba
No known key found for this signature in database
GPG Key ID: 7B38F4A5C322A955
2 changed files with 8 additions and 0 deletions

View File

@ -84,3 +84,7 @@ Example Workflow: Create a new cluster and use it with `kubectl`
## History
This repository is based on [@zeerorg](https://github.com/zeerorg/)'s [zeerorg/k3s-in-docker](https://github.com/zeerorg/k3s-in-docker), reimplemented in Go by [@iwilltry42](https://github.com/iwilltry42/) in [iwilltry42/k3d](https://github.com/iwilltry42/k3d), which got adopted by Rancher in[rancher/k3d](https://github.com/rancher/k3d).
## Related Projects
* [k3x](https://github.com/inercia/k3x): a graphics interface (for Linux) to k3d.

View File

@ -64,3 +64,7 @@ Use the new cluster with [`kubectl`](https://kubernetes.io/docs/tasks/tools/inst
```bash
kubectl get nodes
```
## Related Projects
* [k3x](https://github.com/inercia/k3x): a graphics interface (for Linux) to k3d.