Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daemon-blockint-tech avatar

Cluster Deployment Engineer

  • 28 installs
  • 7 repo stars
  • Updated May 20, 2026
  • daemon-blockint-tech/agentic-enteprises-skill

Deploys and operates Kubernetes clusters: bootstrap and upgrades, node pools, add-ons, Helm/Kustomize workload delivery, RBAC, and GitOps.

About

An agent skill for Kubernetes cluster deployment and operations, including bootstrap, upgrades, add-ons, workload delivery via Helm/Kustomize, namespace quotas, and production troubleshooting. A developer uses it when deploying or upgrading clusters, installing platform add-ons, or fixing cluster-level failures.

  • Cluster lifecycle from bootstrap through upgrade and decommission
  • Troubleshooting table for pending pods, CrashLoopBackOff, and traffic issues

Cluster Deployment Engineer by the numbers

  • 28 all-time installs (skills.sh)
  • Ranked #872 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill cluster-deployment-engineer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs28
repo stars7
Last updatedMay 20, 2026
Repositorydaemon-blockint-tech/agentic-enteprises-skill

What it does

Deploys and operates Kubernetes clusters: bootstrap and upgrades, node pools, add-ons, Helm/Kustomize workload delivery, RBAC, and GitOps.

Files

SKILL.mdMarkdownGitHub ↗

Cluster Deployment Engineer

When to Use

  • Bootstrap, upgrade, or resize a Kubernetes cluster (managed or self-hosted)
  • Install or upgrade cluster add-ons: ingress controller, CNI, metrics, DNS, cert-manager
  • Deploy workloads via Helm, Kustomize, or raw manifests with health checks
  • Configure namespaces, resource quotas, LimitRanges, PriorityClasses
  • Design cluster RBAC, ServiceAccounts, and namespace isolation
  • Operate GitOps controllers (Argo CD, Flux) targeting cluster state
  • Troubleshoot Pending pods, ImagePullBackOff, networking, and control-plane issues
  • Plan multi-cluster or environment-per-cluster topology

When NOT to Use

  • Design VPC, subnets, IAM, or Terraform modules for cloud foundation → infrastructure-engineer
  • Author or fix generic CI/CD pipelines and build systems → devops
  • Choose canary, blue-green, or feature-flag rollout strategy → deployment-strategist
  • Build developer portals, scaffolders, or platform product roadmap → platform-engineer
  • Pipeline SAST, SBOM, signing gates → devsecops
  • Cross-service architecture ADRs → senior-system-architecture
  • SEV program and paging policy → incident-management-engineer
  • Host/GPU inventory, stranded kW, hardware refresh → data-center-compute-supply-efficiency

Related skills

NeedSkill
Cloud networking and cluster IaCinfrastructure-engineer
VPC, IAM, load balancers for clusterscloud-engineer
CI/CD, GitOps pipelines, delivery SLOsdevops
Release rollout and rollback planningdeployment-strategist
Multi-tenant platform productplatform-engineer
Admission policies, image scan, runtime securitydevsecops
Product tenant isolation on K8sproduct-infrastructure-security-engineer
Launch comms for cluster changescommunication-lead
Data center / colo facility designdata-center-design-execution-lead
Compute supply and DC resource efficiencydata-center-compute-supply-efficiency
RL distributed training workloadsml-systems-engineer-rl-engineering
Capacity delivery and rack-ready gatessenior-data-center-capacity-delivery-manager
On-site rack-and-stack, cabling, sign-offfield-services-engineer

Core Workflows

1. Cluster lifecycle

1. Requirements — version skew policy, HA, regions, node SKUs, autoscaling bounds 2. Bootstrap — control plane, node groups, OIDC for workloads 3. Add-ons — ordered install (CNI → DNS → ingress → certs → metrics) 4. Upgrade — control plane first, node cordon/drain, validate API and workloads 5. Decommission — drain, backup etcd/state if self-managed, destroy order

See `references/cluster_lifecycle.md`.

2. Workload delivery

1. Package — Helm chart or Kustomize overlay per env 2. Values — resources, replicas, probes, affinity, topology spread 3. Apply — dry-run, diff, apply; watch rollout status 4. Verify — readiness, Service endpoints, ingress, smoke test 5. Rollbackhelm rollback or GitOps revert commit

See `references/workload_delivery.md`.

3. Networking and ingress

  • Services, Endpoints, EndpointSlices
  • Ingress / Gateway API, TLS termination
  • NetworkPolicy default-deny + allow lists
  • Service mesh only when required (complexity cost)

See `references/networking_ingress.md`.

4. Security and tenancy

  • Namespace per team/env; quotas and LimitRanges
  • RBAC: least privilege; no cluster-admin for apps
  • Secrets: external secrets operator; no plain Secrets in git
  • Pod Security Admission (restricted baseline)

Pair with devsecops for admission controllers and image policy.

See `references/cluster_security_rbac.md`.

5. GitOps at cluster scope

  • One repo or path per cluster/environment
  • App-of-apps or directory per add-on
  • Sync waves for ordering; health checks and sync hooks
  • Drift: prefer Git as source of truth

See `references/gitops_cluster.md`.

6. Troubleshooting

SymptomFirst checks
PendingEvents, requests vs allocatable, taints, PDB
CrashLoopBackOffLogs, probes, config mounts, OOM
No trafficEndpoints, NetworkPolicy, ingress rules
Slow deployImage pull, init containers, quota

See `references/troubleshooting.md`.

Output standards

  • Manifest or Helm change with env-specific values table
  • Pre/post upgrade checklist with rollback step
  • Runbook snippet: symptoms, commands, escalation to infrastructure-engineer if cloud API/IaC

When to load references

  • Bootstrap, upgrade, nodesreferences/cluster_lifecycle.md
  • Helm, Kustomize, rolloutsreferences/workload_delivery.md
  • Ingress, CNI, policiesreferences/networking_ingress.md
  • RBAC, quotas, PSAreferences/cluster_security_rbac.md
  • Argo CD / Fluxreferences/gitops_cluster.md
  • Incidents and debugreferences/troubleshooting.md

Related skills

DevOps & CI/CDdeployinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.