diff --git a/README.md b/README.md index 72941eb3..e7c08ab9 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ This repository is based on [@zeerorg](https://github.com/zeerorg/)'s [zeerorg/k - [k3x](https://github.com/inercia/k3x): GUI (Linux) to k3d - [vscode-k3d](https://github.com/inercia/vscode-k3d): vscode plugin for k3d - [AbsaOSS/k3d-action](https://github.com/AbsaOSS/k3d-action): fully customizable GitHub Action to run lightweight Kubernetes clusters. +- [AutoK3s](https://github.com/cnrancher/autok3s): a lightweight tool to help run K3s everywhere including k3d provider. ## Contributing diff --git a/docs/index.md b/docs/index.md index 07b27317..94369a98 100644 --- a/docs/index.md +++ b/docs/index.md @@ -109,3 +109,4 @@ kubectl get nodes - [vscode-k3d](https://github.com/inercia/vscode-k3d/): VSCode Extension to handle k3d clusters from within VSCode - [k3x](https://github.com/inercia/k3x): a graphics interface (for Linux) to k3d. - [AbsaOSS/k3d-action](https://github.com/AbsaOSS/k3d-action): fully customizable GitHub Action to run lightweight Kubernetes clusters. +- [AutoK3s](https://github.com/cnrancher/autok3s): a lightweight tool to help run K3s everywhere including k3d provider.