deployment-git

Official

Deploy Kailash apps with Docker, K8s, and Git best practices.

AuthorIntegrum-Global
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Deploying applications to production and managing code with effective Git workflows can be complex. This Skill provides comprehensive guides for containerizing Kailash applications with Docker and Kubernetes, alongside best practices for Git and CI/CD, ensuring smooth, reliable operations.

Core Features & Use Cases

  • Containerization: Step-by-step guides for Dockerfile setup and Docker Compose.
  • Orchestration: Kubernetes deployment manifests, scaling, and health probes.
  • Git Workflows: Best practices for branching, commits, pull requests, and releases.
  • Use Case: When preparing a Kailash application for production, use this Skill to create a robust Dockerfile, set up Kubernetes deployments, and establish a clear Git branching strategy for your team.

Quick Start

Basic Dockerfile for Kailash app

FROM python:3.11-slim WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY . . EXPOSE 8000 ENV RUNTIME_TYPE=async CMD ["python", "-m", "app.main"]

Dependency Matrix

Required Modules

kailash

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: deployment-git
Download link: https://github.com/Integrum-Global/new_project_template/archive/main.zip#deployment-git

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.