Skip to content

CLI tool for deploying LinTO AI services to Kubernetes (k3s)

License

Notifications You must be signed in to change notification settings

linto-ai/linto-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinTO Deploy

A CLI tool for deploying and managing LinTO AI services on Kubernetes (k3s). It provides an interactive wizard for configuration and Helm-based deployments.

Quick Install

git clone https://github.com/linto-ai/linto-deploy.git
cd linto-deploy
uv sync
uv run linto wizard

Quick Start

# Create a deployment profile
linto wizard

# Deploy to your cluster
linto deploy <profile>

# Check status
linto status <profile>

# View logs
linto logs <profile> <service>

Project Structure

.linto/              # User configuration (gitignored)
  profiles/          # Deployment profiles
  render/            # Generated Helm values
charts/              # Helm charts for LinTO services
ansible/             # Cluster provisioning playbooks

Profiles are self-contained and portable across machines.

Documentation

Prerequisites

  • Python 3.11+
  • kubectl
  • helm (v3.x)
  • Access to a Kubernetes (k3s) cluster

License

AGPL-3.0-or-later

About

CLI tool for deploying LinTO AI services to Kubernetes (k3s)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •