From 55e6a0eabc1a59b973c42d08f4b7b52ca4144cdf Mon Sep 17 00:00:00 2001 From: Christopher Maher Date: Wed, 4 Mar 2026 20:41:16 -0800 Subject: [PATCH 1/3] Add LLMKube to software list --- software/llmkube.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/llmkube.yml diff --git a/software/llmkube.yml b/software/llmkube.yml new file mode 100644 index 0000000000..b9fa1385e0 --- /dev/null +++ b/software/llmkube.yml @@ -0,0 +1,12 @@ +name: LLMKube +website_url: https://github.com/defilantech/LLMKube +source_code_url: https://github.com/defilantech/LLMKube +description: Kubernetes operator for llama.cpp-native LLM inference with GPU scheduling, Apple Silicon Metal support, and OpenAI-compatible API. +licenses: + - Apache-2.0 +platforms: + - Go + - Docker + - K8s +tags: + - Generative Artificial Intelligence (GenAI) From 9884184d99c89e7ca6e14300702fab0742f4aaa5 Mon Sep 17 00:00:00 2001 From: Christopher Maher Date: Thu, 5 Mar 2026 08:49:18 -0800 Subject: [PATCH 2/3] Update software/llmkube.yml Co-authored-by: kokomo123 <70863536+kokomo123@users.noreply.github.com> --- software/llmkube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/llmkube.yml b/software/llmkube.yml index b9fa1385e0..9708bb0aa7 100644 --- a/software/llmkube.yml +++ b/software/llmkube.yml @@ -7,6 +7,6 @@ licenses: platforms: - Go - Docker - - K8s + - K8S tags: - Generative Artificial Intelligence (GenAI) From 170de6ddb0db36277af1ef25b7dd2c624b7b72c6 Mon Sep 17 00:00:00 2001 From: Christopher Maher Date: Thu, 5 Mar 2026 21:56:42 -0800 Subject: [PATCH 3/3] Set website_url to llmkube.com --- software/llmkube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/llmkube.yml b/software/llmkube.yml index 9708bb0aa7..b41af51728 100644 --- a/software/llmkube.yml +++ b/software/llmkube.yml @@ -1,5 +1,5 @@ name: LLMKube -website_url: https://github.com/defilantech/LLMKube +website_url: https://llmkube.com source_code_url: https://github.com/defilantech/LLMKube description: Kubernetes operator for llama.cpp-native LLM inference with GPU scheduling, Apple Silicon Metal support, and OpenAI-compatible API. licenses: