qruiq-tke-deployment

Generates Kubernetes manifests for project deployment on Tencent TKE with Istio integration and progressive delivery options.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/qruiqai/qruiq-skills --skill qruiq-tke-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qruiq-tke-deployment
Source: https://github.com/qruiqai/qruiq-skills/tree/main/skills/qruiq-tke-deployment
Command: npx skills add https://github.com/qruiqai/qruiq-skills --skill qruiq-tke-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add per-project Kubernetes deployment config: Namespace, ConfigMap, Secret, Deployment, Service, and Ingress. Uses nginx ingress controller on Tencent TKE (Singapore cluster). Use when asked to "add K8s config", "deploy to TKE", "add deployment", or "setup Kubernetes".

Core Features & Use Cases

  • Generates a full set of manifests for a new project: Namespace, ConfigMap, Secret, Deployment, Service, and Ingress.
  • Uses nginx ingress controller on Tencent TKE (Singapore cluster) to route traffic and simplify exposure.
  • Supports templating and environment isolation for dev/prod workflows; handles domain mapping and TLS considerations.

Quick Start

Run the setup to generate the Kubernetes manifests and apply them to your Tencent TKE cluster.

Frequently Asked Questions about qruiq-tke-deployment

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

FAQPage Schema
How do I add Kubernetes deployment config for a new project on Tencent TKE?

To add Kubernetes deployment config on Tencent TKE, this setup generates a full set of manifests including Namespace, ConfigMap, Secret, Deployment, Service, and Ingress. It uses the nginx ingress controller on a Singapore cluster to route traffic.

What do I need to deploy to TKE using this automated setup?

To deploy to TKE, you need kubectl and Git installed in your environment. The setup validates these prerequisites before generating and applying the Kubernetes manifests to your Tencent TKE cluster.

Can I use this Kubernetes setup for both development and staging workflows?

Yes, this Kubernetes setup supports templating and environment isolation for development and staging workflows. It handles domain mapping and TLS considerations to ensure proper environment isolation across dev and prod.

Does this TKE deployment tool handle Ingress and TLS configuration?

Yes, this TKE deployment tool handles Ingress and TLS configuration automatically. It uses the nginx ingress controller on Tencent TKE to simplify traffic exposure and manage domain mapping for your services.

What is the best way to isolate environments when deploying to Tencent TKE?

The best way to isolate environments on Tencent TKE is by using templating and dedicated Namespaces. This approach enforces environment isolation for dev and prod workflows while managing domain mapping and TLS.

Why does my automated K8s config setup require Git and kubectl?

Your K8s config setup requires Git and kubectl because it relies on infrastructure-as-code principles and automated manifest application. The system validates these prerequisites before provisioning resources to ensure successful deployment.