Skip to main content
Deploy TealTiger on Kubernetes for enterprise-scale, high-availability AI agent deployments. This guide covers Helm charts, Kubernetes manifests, auto-scaling, service mesh integration, and multi-cloud Kubernetes platforms.

Why Kubernetes?

Benefits:
  • Enterprise scale - Handle thousands of concurrent requests
  • High availability - Multi-zone deployments with automatic failover
  • Auto-scaling - HPA and VPA for dynamic resource allocation
  • Service mesh - Advanced traffic management with Istio/Linkerd
  • Multi-cloud - Deploy on EKS, GKE, AKS, or self-hosted
Use Cases:
  • High-traffic production applications
  • Multi-region deployments
  • Microservices architectures
  • Enterprise compliance requirements
  • Complex networking scenarios

Quick Start with Helm

Install TealTiger Helm Chart

Custom Values File


Kubernetes Manifests

Complete Deployment Example

Service Configuration

ConfigMap for Policies

Secret Management


Auto-Scaling

Horizontal Pod Autoscaler (HPA)

Vertical Pod Autoscaler (VPA)


Service Mesh Integration

Istio Configuration


Multi-Cloud Kubernetes

Amazon EKS

Google GKE

Azure AKS


Terraform Deployment


Monitoring & Observability

Prometheus ServiceMonitor

Grafana Dashboard

Pre-built Grafana dashboards available at docs.tealtiger.ai/deployment/monitoring

Security Best Practices

  1. Use External Secrets Operator for secret management
  2. Enable Pod Security Policies or Pod Security Standards
  3. Configure Network Policies for traffic isolation
  4. Use Service Accounts with RBAC
  5. Enable mTLS with service mesh
  6. Scan images for vulnerabilities
  7. Use private registries for production

Support