deployment-git

Deploy Kailash applications with Docker and Kubernetes using standardized Git workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/esperie/new-project --skill deployment-git-esperie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-git
Source: https://github.com/esperie/new-project/tree/main/.claude/skills/10-deployment-git
Command: npx skills add https://github.com/esperie/new-project --skill deployment-git-esperie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams standardize and accelerate deploying Kailash applications using Docker and Kubernetes, while codifying Git workflows to reduce risk and manual toil.

Core Features & Use Cases

  • Docker deployment guidance and pattern references for Kailash apps
  • Kubernetes deployment manifests, service wiring, and scaling considerations
  • Git workflow templates and branching strategies for reliable collaboration
  • CI/CD integration guidance and environment-management best practices

Quick Start

For a quick start, consult deployment-docker-quick.md, deployment-kubernetes-quick.md, and git-workflow-quick.md to begin containerizing Kailash apps and implementing repeatable deployment pipelines.

Frequently Asked Questions about deployment-git

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

FAQPage Schema
How do I containerize and deploy applications with Docker and Kubernetes?

To deploy applications with Docker and Kubernetes, you use Dockerfile patterns to containerize your app and Kubernetes manifests to orchestrate deployments, wire services, and configure scaling. This skill provides reference patterns and manifests to standardize that process for repeatable, safe releases.

What Git workflow templates and branching strategies work best for CI/CD pipelines?

Git workflow templates and branching strategies for CI/CD pipelines standardize collaboration and reduce deployment risk. This skill provides branching templates and PR checklists that integrate with environment-management best practices across development, staging, and production stages.

Do I need existing CI/CD pipelines to use these Kubernetes deployment manifests?

You do not need existing CI/CD pipelines to use these Kubernetes deployment manifests. The skill provides both foundational Dockerfile patterns and CI/CD integration guidance, allowing teams to build repeatable deployment pipelines from containerization through full production orchestration.

What's the best way to standardize deployments from development to production environments?

The best way to standardize deployments from development to production is combining Docker containerization patterns, Kubernetes orchestration manifests, and codified Git workflows. This skill supplies environment-management best practices and PR checklists to ensure repeatable, safe deployments across all stages.

Can I use these Dockerfile patterns and Git workflow templates for non-Kubernetes deployments?

The Dockerfile patterns and Git workflow templates are designed primarily for Kubernetes orchestration and CI/CD integration. While the Dockerfile patterns apply broadly to any containerized deployment, the Kubernetes manifests and service wiring configurations are specific to Kubernetes cluster environments.