# K8S Local Provisioner

> Use this skill to provision local kubernetes clusters

- Skill: `marcel-dempers/k8s-local-provisioner` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add marcel-dempers/k8s-local-provisioner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/marcel-dempers/k8s-local-provisioner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: marcel-dempers (https://skillmd.com/u/marcel-dempers)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/marcel-dempers/k8s-local-provisioner

---


# K8s Local Provisioner

This skills allows an agent to provision a local kubernetes cluster. 

## Requirements

In order to be able to provision a local kubernetes cluster, we need a few tools:

* curl
* kind
* kubectl 
* docker ce cli

If any of these tools are not installed, use the provided scripts from the skill to install these 

You must use the scripts provided to create the local kubernetes cluster.
