Toolverse
All skills

k8s-storage

by rohitg00

Kubernetes storage management for PVCs, storage classes, and persistent volumes. Use when provisioning storage, managing volumes, or troubleshooting storage issues.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
rohitg00
Category
Security
Views
2

About this skill

Kubernetes storage management for PVCs, storage classes, and persistent volumes. Use when provisioning storage, managing volumes, or troubleshooting storage issues.

How to use

  1. Zainstaluj umiejętność w swoim środowisku Claude, dodając ją do konfiguracji kubectl-mcp-server. Upewnij się, że masz dostęp do klastra Kubernetes i uprawnienia do odczytu zasobów magazynowania.

  2. Zanim utworzysz nowe PVC, sprawdź dostępne klasy magazynowania za pomocą funkcji get_storage_classes(), aby wybrać odpowiednią dla swoich potrzeb (np. standard, fast-ssd).

  3. Listuj istniejące PVC w wybranej przestrzeni nazw poleceniem get_pvcs(namespace="default"), aby zobaczyć bieżący stan wolumenów i ich pojemność.

  4. Aby uzyskać szczegółowe informacje o konkretnym PVC — takie jak tryb dostępu, status lub przydzielona przestrzeń — użyj describe_pvc(name="moja-pvc", namespace="default").

  5. Gdy potrzebujesz utworzyć nowe PVC, przygotuj manifest YAML z definicją żądania (nazwa, tryb dostępu, rozmiar, klasa magazynowania) i zastosuj go za pomocą kubectl_apply(manifest=...), podając pełny manifest jako tekst.

  6. Monitoruj wolumeny trwałe (PV) i ich polityki odzyskiwania za pomocą get_persistent_volumes(), szczególnie przed usunięciem PVC, aby uniknąć utraty danych.

Related skills

zendesk

by vm0-ai

Zendesk Support REST API for managing tickets, users, organizations, and support operations. Use this skill to create tickets, manage users, search, and automate customer support workflows.

Security
11100

reviewing-code

by CaptainCrouton89

Systematically evaluate code changes for security, correctness, performance, and spec alignment. Use when reviewing PRs, assessing code quality, or verifying implementation against requirements.

Security
1493

senior-security

by davila7

Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture,

Security
2482

security-compliance

by davila7

Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding

Security
1172

ui-audit

by openclaw

AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.

Security
1223

qmd

by tobi

Search personal markdown knowledge bases, notes, meeting transcripts, and documentation using QMD - a local hybrid search engine. Combines BM25 keyword search, vector semantic search, and LLM re-ranking. Use when users ask to search notes, find documents, look up information in

Security
1951