Skip to content

jeffbeagley/kubernetes_cluster_selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s_cluster_selection

This project helps you select and manage Kubernetes clusters.

Requirements

  • Docker installed on your system.
  • LM Studio installed and running.
    • Download and run the "google/gemma-3-12b" model in LM Studio.

Building the Container

  1. Clone the repository:

    git clone https://github.com/jeffbeagley/k8s_cluster_selection.git
    cd k8s_cluster_selection
  2. Build the Docker image:

    docker build -t k8s_cluster_selection .

Running the Project

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.

Notes

  • Ensure Docker is running before executing the commands.
  • Modify run.sh as needed for your environment.
  • For more details, check the script and Dockerfile.

About

Uses local LLM for Azure AKS Cluster selection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published