diff --git a/README.md b/README.md index 3a134be4..f6f074f3 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/index.md b/docs/index.md index 4e6cd18a..257a1107 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.