kubernetes-operations

Automate Kubernetes deployment and operations for Vigil Guard services.

14|2|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/tbartel74/Vigil-Code --skill kubernetes-operations-tbartel74
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-operations
Source: https://github.com/tbartel74/Vigil-Code/tree/main/.claude/skills/kubernetes-operations
Command: npx skills add https://github.com/tbartel74/Vigil-Code --skill kubernetes-operations-tbartel74

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kubernetes deployment and operations for Vigil Guard v2.0.0, guiding deployment of 11 services, namespace management, and migration from Docker Compose to Kubernetes.

Core Features & Use Cases

  • K8s Deployment Guidance: Deploy 11 Vigil Guard components with proper resources.
  • Migration & Scaling: Migrate from Docker Compose and scale components as needed.
  • Monitoring & Secrets: Setup monitoring and manage secrets for sensitive data.

Quick Start

Follow the Kubernetes deployment guidelines in the kubernetes-ops docs and apply manifests for all services; verify pod health and branch service readiness.

Frequently Asked Questions about kubernetes-operations

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

FAQPage Schema
How do I deploy Vigil Guard to Kubernetes?

Deploy Vigil Guard to Kubernetes by applying manifests for all 11 services (heuristics-service, semantic-service, prompt-guard-api, language-detector, presidio-pii-api, web-ui-backend, web-ui-frontend, caddy, n8n, clickhouse, grafana) across your cluster, configuring namespaces, managing secrets, and verifying pod health and branch service readiness.

Can I migrate Vigil Guard from Docker Compose to Kubernetes?

Yes, you can migrate Vigil Guard from Docker Compose to Kubernetes. The Skill guides you through converting your existing Docker Compose setup to Kubernetes manifests while maintaining configuration for all 11 services, secrets management, and scaling requirements.

What services need to be deployed when running Vigil Guard on Kubernetes?

Vigil Guard on Kubernetes requires deploying 11 services: heuristics-service, semantic-service, prompt-guard-api, language-detector, presidio-pii-api, web-ui-backend, web-ui-frontend, caddy, n8n, clickhouse, and grafana, each with proper resource allocation and networking configuration.

How do I set up monitoring and secrets management for Kubernetes deployment?

Configure Kubernetes secrets for sensitive data and integrate monitoring using Grafana and ClickHouse. The deployment process includes setting up ingress and service exposure, managing namespaces, and connecting monitoring components to track cluster health and application metrics.

Can I scale Vigil Guard components horizontally on Kubernetes?

Yes, Vigil Guard on Kubernetes supports horizontal scaling of components. The Skill provides guidance for configuring replicas and resource requests across services to handle increased workload while maintaining the 3-branch parallel detection architecture.

What should I do if Vigil Guard pods fail after Kubernetes deployment?

Troubleshoot pod failures by verifying pod health, checking namespace configurations, validating secrets are correctly mounted, reviewing service connectivity, and ensuring all 11 services have adequate resource allocation and proper ingress configuration.