---
title: "Deploy and diff environment-specific Kubernetes targets from one declarative project with Kluctl"
description: "Manage multi-environment Kubernetes rollouts from a single project so you can diff, deploy, prune, and promote targets without hand-stitching every overlay."
verification: "listed"
source: "https://github.com/kluctl/kluctl"
author: "Kluctl"
publisher_type: "organization"
category:
  - "CI/CD Integrations"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "kluctl/kluctl"
  github_stars: 860
---

# Deploy and diff environment-specific Kubernetes targets from one declarative project with Kluctl

Manage multi-environment Kubernetes rollouts from a single project so you can diff, deploy, prune, and promote targets without hand-stitching every overlay.

## Prerequisites

Kluctl CLI, Kubernetes cluster credentials, a Kluctl project repository, and any Helm or Kustomize dependencies referenced by the deployment

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install the Kluctl CLI from the upstream release or package instructions, configure access to the target clusters and project repository, then use the documented diff, deploy, prune, or delete commands against the defined targets.
```

## Documentation

- https://kluctl.io

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/deploy-and-diff-environment-specific-kubernetes-targets-from-one-declarative-project-with-kluctl/)
