-
Notifications
You must be signed in to change notification settings - Fork 2
Progress Page
In Progress:
-Setting Up Kubernetes Cluster On-Premises with Rancher We are currently documenting the process of manually setting up a Kubernetes cluster on-premises using the Rancher tool. This section will provide a comprehensive guide on each step of the setup process, from installing the necessary components to configuring the cluster.
-Dynamic Provisioning with Longhorn: We have successfully implemented dynamic provisioning using Longhorn as the storage solution for our Kubernetes cluster. Dynamic provisioning involves the automatic creation of storage resources as needed, facilitating efficient storage utilization. We will also delve into the concept of dynamic provisioning and its significance in Kubernetes clusters.
-Script for Automated Setup: As part of our initiative, we are in the process of developing a script that automates the Kubernetes cluster setup. The script streamlines the setup steps, reducing manual intervention and ensuring uniform deployments. Upon completion, users can effortlessly establish their Kubernetes clusters by executing a single command.
-Creating Longhorn GUI Dashboard and Rancher UI: We're also working on creating graphical user interfaces (GUIs) for easier management and monitoring of our Kubernetes cluster. We'll have a dedicated Longhorn dashboard for managing storage-related tasks and a Rancher UI to oversee the overall cluster health and applications.