k8s-deploy

Deploy Trinity AGI Kubernetes infrastructure with Helm charts and Vault secrets.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/spoonbobo/trinity --skill k8s-deploy-spoonbobo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-deploy
Source: https://github.com/spoonbobo/trinity/tree/main/.opencode/skills/k8s-deploy
Command: npx skills add https://github.com/spoonbobo/trinity --skill k8s-deploy-spoonbobo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of deploying and managing the Trinity AGI Kubernetes infrastructure, including multi-tenant OpenClaw pods, secrets management, and development/production environments.

Core Features & Use Cases

  • Kubernetes Deployment: Manages Helm charts for platform services and per-user OpenClaw instances.
  • Multi-Tenancy: Enables isolated OpenClaw pods for each user, managed by an orchestrator.
  • Secrets Management: Integrates with HashiCorp Vault for secure secret injection into pods.
  • Use Case: A developer can use this Skill to quickly set up a local development environment for Trinity AGI on Minikube, or to deploy the full platform to a production Kubernetes cluster.

Quick Start

Use the k8s-deploy skill to install the trinity-platform Helm chart on minikube.

Frequently Asked Questions about k8s-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Kubernetes secrets with Vault Agent Injector for pod deployments?

Use HashiCorp Vault Agent Injector for Kubernetes secrets management by securely injecting secrets directly into OpenClaw pods, configuring Vault to handle authentication and dynamic secret delivery for the Trinity AGI infrastructure.

Can I use Minikube for local development of Trinity AGI Kubernetes infrastructure?

Set up a local Minikube development environment for Kubernetes by installing the trinity-platform Helm chart, which provisions shared platform services and per-user OpenClaw pods for testing before production deployment.

Does this approach support production Kubernetes cluster deployment for multi-tenant pods?

Yes, Trinity AGI Kubernetes infrastructure supports production deployment by managing Helm charts for shared platform services, multi-tenant OpenClaw pods, and Vault Agent Injector secrets across full-scale Kubernetes clusters.

What is the best way to manage Helm charts for shared platform services and on-demand instances?

Helm charts streamline Kubernetes deployment by packaging shared platform services and on-demand OpenClaw instances, enabling consistent configuration management across Minikube development and production environments.

How do I integrate auth services for user provisioning in Kubernetes multi-tenant environments?

Integrate auth services with Kubernetes multi-tenancy by connecting the orchestrator to handle user provisioning, which automatically provisions isolated OpenClaw pods and manages per-user access through Vault secrets.