Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Basic Deployment Example

This example demonstrates the simplest deployment of the Inference Gateway using Helm.

Table of Contents

Architecture

  • Gateway: Inference Gateway deployed via helm chart
  • Ingress: Basic ingress configuration

Prerequisites

  • Task
  • kubectl
  • helm
  • ctlptl (for cluster management)

Quick Start

  1. Deploy infrastructure:
task deploy-infrastructure
  1. Deploy Inference Gateway:
task deploy-inference-gateway
  1. Test the gateway:
curl http://api.inference-gateway.local/v1/models

Configuration

Gateway Settings

  • Configured via helm values in Taskfile.yaml
  • No additional components required

Cleanup

task clean