This project helps you select and manage Kubernetes clusters.
- Docker installed on your system.
- LM Studio installed and running.
- Download and run the "google/gemma-3-12b" model in LM Studio.
-
Clone the repository:
git clone https://github.com/jeffbeagley/k8s_cluster_selection.git cd k8s_cluster_selection
-
Build the Docker image:
docker build -t k8s_cluster_selection .
Use the provided run.sh
script to start the application, replacing <user_input> with information about your cluster. Ie, "cluster a development"
./run.sh "<user_input>"
This will run the container and start the application.
- Ensure Docker is running before executing the commands.
- Modify
run.sh
as needed for your environment. - For more details, check the script and Dockerfile.