kubernetes-manager
- Repo stars 0
- Author repo skills-registry
Kubernetes Manager
Manage Kubernetes clusters via kubectl and helm. Supports deployments, scaling, pod management, log viewing, namespace operations, rollouts, secrets, ingress, and ConfigMap management.
Usage
python3 kubernetes_manager.py <command> [args...]
Commands
| Command | Description |
|---|---|
status |
Show cluster overview (nodes, namespaces, resource usage) |
deploy |
Create or update a deployment |
scale |
Scale a deployment to N replicas |
pods |
List pods with status and restart counts |
logs |
Stream or fetch pod logs |
helm |
List or search helm releases |
namespace |
Create/delete/list namespaces |
rollout |
Manage rollout history and status |
secrets |
Manage Kubernetes secrets |
ingress |
List and inspect ingress resources |
config |
Manage ConfigMaps |
Configuration
No persistent configuration required. Requires kubectl and optionally helm installed and configured.
<!-- tomevault:4.0:skill_md:2026-05-22 -->Source: Danielhogben/hermes-skills — distributed by TomeVault.
- Fluxly category
- DevOps
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- External requests
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Usage
Command · Description status · Show cluster overview (nodes, namespaces, resource usage) deploy · Create or update a deployment
No persistent configuration required. Requires kubectl and optionally helm installed and configured. Source: Danielhogben/hermes-skills — distributed by TomeVault. <!-- tomevault:4.0:skillmd:2026-05-22 -->
# Kubernetes Manager
Manage Kubernetes clusters via kubectl and helm. Supports deployments, scaling, pod management, log viewing, namespace operations, rollouts, secrets, ingress, and ConfigMap management.
## Usage
```bash
python3 kubernetes_manager.py <command> [args...]
```
## Commands
| Command | Description |
|---------|-------------|
| `status` | Show cluster overview (nodes, namespaces, resource usage) |
| `deploy` | Create or update a deployment |
| `scale` | Scale a deployment to N replicas |
| `pods` | List pods with status and restart counts |
| `logs` | Stream or fetch pod logs |
| `helm` | List or search helm releases |
| `namespace` | Create/delete/list namespaces |
| `rollout` | Manage rollout history and status |
| `secrets` | Manage Kubernetes secrets |
| `ingress` | List and inspect ingress resources |
| `config` | Manage ConfigMaps |
## Configuration
No persistent configuration required. Requires `kubectl` and optionally `helm` installed and configured.
---
> Source: [Danielhogben/hermes-skills](https://github.com/Danielhogben/hermes-skills) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 --> Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Usage → Commands → Configuration
terms -> Manage Kubernetes clusters via kubectl and helm. · No persistent configuration required. · --- > Source: [Danielhogben/hermes-skills](https://github.com/Danielhogben/hermes-skills) — distributed by [TomeVault](https://tomevault.io).
files/cmd -> status · deploy · scale · pods · logs · helm · namespace · rollout
body sha256 -> 071d66ad209a
Decide Fit First
Design Intent
How To Use It
Boundaries And Review