diff --git a/docs/projects/ansible/roles/kubernetes/index.md b/docs/projects/ansible/roles/kubernetes/index.md index 7c8353f..14b5a17 100644 --- a/docs/projects/ansible/roles/kubernetes/index.md +++ b/docs/projects/ansible/roles/kubernetes/index.md @@ -11,6 +11,22 @@ This Ansible roles purpose is to install and configure Kubernetes with configura ## Features +This role deploys a K3s cluster. In addition it has the following features: + +- CNI Setup + +- Configurable Container Registries + +- _[ToDo-#3](https://gitlab.com/nofusscomputing/projects/ansible/kubernetes/-/issues/3)_ Encryption between nodes (Wireguard) + +- [Firewall configured for kubernetes host](firewall.md) + +- _[ToDo-#2](https://gitlab.com/nofusscomputing/projects/ansible/kubernetes/-/issues/2)_ Multi-node Deployment + +- [Basic RBAC `ClusterRoles` and Bindings](rbac.md) + +- _[ToDo-#5](https://gitlab.com/nofusscomputing/projects/ansible/kubernetes/-/issues/5)_ Restore backup on fresh install of a cluster + ## Default Variables