worker-k8s

Manage K3S clusters via SSH and kubectl for deployment workflows.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/eron1703/claude-config-loader --skill worker-k8s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker-k8s
Source: https://github.com/eron1703/claude-config-loader/tree/main/skills/worker-k8s
Command: npx skills add https://github.com/eron1703/claude-config-loader --skill worker-k8s

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides practical, in-context guidance for operating a K3S single-node cluster, including remote kubectl workflows, local registry usage, and deployment patterns to streamline development and testing.

Core Features & Use Cases

  • K3S cluster overview and access patterns for a demo server.
  • Local Docker registry integration with push/pull workflows and image updates for deployments.
  • Kubectl command patterns for pods, deployments, ConfigMaps, and service discovery within the flowmaster namespace.
  • Health checks and endpoint guidance to validate service readiness and hardcoded endpoints handling.

Quick Start

SSH into the demo server and run the provided kubectl workflow to manage deployments.

Frequently Asked Questions about worker-k8s

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

FAQPage Schema
How do I manage K3S cluster deployments using kubectl over SSH?

Manage K3S cluster deployments by SSHing into the demo server and running namespace-scoped kubectl patterns for pods, deployments, and ConfigMaps. This workflow streamlines remote cluster operations and deployment updates for production-style environments.

How do I update a deployment image using a local Docker registry in K3S?

Update a deployment image in K3S by pushing new images to the local NodePort Docker registry, then triggering a pull workflow to refresh the deployment. This local registry integration supports streamlined image updates and testing cycles.

Can I run health checks and validate service readiness in a K3S cluster?

Yes, you can run health checks and validate service readiness in a K3S cluster using kubectl command patterns. This includes service discovery within the flowmaster namespace and handling hardcoded endpoints to ensure production-style flowmaster deployments are operational.

What kubectl patterns work for namespace-scoped resource management in K3S?

Namespace-scoped kubectl patterns for K3S cover managing pods, deployments, ConfigMaps, and service discovery within the flowmaster namespace. These patterns provide in-cluster resource management for targeted production-style deployment workflows.

Does this K3S cluster management approach work for single-node demo servers?

Yes, this K3S cluster management approach is designed for single-node demo servers. It provides practical, in-context guidance for operating remote kubectl workflows, local registry usage, and deployment patterns tailored for development and testing environments.