Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 834 Bytes

File metadata and controls

30 lines (19 loc) · 834 Bytes

AI-Labs

AI Labs for KubeSphere Extension.

What's inside

  • open-webui: User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
  • jupyterhub : Multi-user server for Jupyter notebooks.

Quick Start

Option 1: Deploy with kubectl (Recommended)

kubectl apply -f https://raw.githubusercontent.com/frezes/ai-labs/refs/heads/main/deploy/deploy.yaml

Option 2: Install as KubeSphere Extension (For Developers)

git clone https://github.com/frezes/ai-labs.git
cd ai-labs
# publish the extension
ksbuilder publish extensions/{extension}/config/{extension}

Final Step (Required for both options)

After deploying with either option, go to KubeSphere console and install the extension from the Extension Management page.