Toolverse
All skills

k8s-networking

by rohitg00

Kubernetes networking management for services, ingresses, endpoints, and network policies. Use when configuring connectivity, load balancing, or network isolation.

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 networking management for services, ingresses, endpoints, and network policies. Use when configuring connectivity, load balancing, or network isolation.

How to use

  1. Zainstaluj skill k8s-networking w swoim środowisku Claude'a poprzez kubectl-mcp-server, upewniając się że masz dostęp do klastra Kubernetes i narzędzia kubectl.

  2. Opisz Claude'owi problem sieciowy — na przykład "Chcę wystawić moją aplikację na porcie 80" lub "Sprawdź, czy usługa ma prawidłowe endpointy". Skill automatycznie rozpozna słowa kluczowe takie jak service, ingress, endpoint, network policy lub load balancer.

  3. Zacznij od sprawdzenia endpointów usługi za pomocą get_endpoints(namespace), aby upewnić się że pody są prawidłowo zarejestrowane — to krytyczne przed diagnostyką.

  4. Jeśli tworzysz nową usługę, użyj create_service() z selektorem pasującym do etykiet podów i portami skonfigurowanymi na żądane wartości (np. port 80 na targetPort 8080).

  5. Dla usług wymagających dostępu zewnętrznego utwórz LoadBalancer zamiast ClusterIP, lub skonfiguruj ingress za pomocą get_ingresses() do zarządzania routingiem.

  6. Przejrzyj polityki sieciowe za pomocą get_network_policies(), aby upewnić się że reguły izolacji nie blokują nieumyślnie ruchu między podami.

Related skills

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

architect-review

by sickn33

Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural

Security
2773

reverse-engineering-tools

by gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

Security
3168

openapi-spec-generation

by wshobson

Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.

Security
18109

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

1password

by openclaw

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

Security
1174