- Home
- /
- Categories
- /
- Kubernetes
Kubernetes
Kubernetes orchestration
runpodctl
by runpod
Runpod CLI to manage your GPU workloads.
devops-expert
by personamanagmentlayer
Expert-level DevOps practices, culture, automation, and continuous delivery
argocd-expert
by personamanagmentlayer
Expert-level ArgoCD GitOps deployment, application management, sync strategies, and production operations
prometheus-expert
by personamanagmentlayer
Expert-level Prometheus monitoring, metrics collection, PromQL queries, alerting, and production operations
kubernetes-expert
by personamanagmentlayer
Expert-level Kubernetes cluster management, deployment strategies, networking, and production operations
sre-expert
by personamanagmentlayer
Expert-level site reliability engineering, SLOs, incident management, and operational excellence
imsg
by EthanAlgoX
iMessage/SMS CLI for listing chats, history, watch, and sending.
deploy-contracts
by iskysun96
"Safely deploys Move contracts to Aptos networks (devnet, testnet, mainnet) with pre-deployment verification. Triggers
fastapi-async-patterns
by ils15
Create async FastAPI endpoints with proper error handling, dependency injection, service/repository patterns, and type safety. Includes async database queries, pagination, filtering, and Gemini integration.
configmap-secret
by chaterm
Kubernetes ConfigMap 与 Secret
facility-location-problem
by kishorkukreja
When the user wants to solve facility location problems, optimize facility placement, determine optimal locations for warehouses or plants. Also use when the user mentions "FLP," "p-median problem," "uncapacitated facility location," "capacitated facility location," "UFLP," "CFLP," "warehouse placement," "site selection optimization," "facility siting," or "location-allocation problem." For hub networks, see hub-location-problem. For distribution centers, see distribution-center-network.
fleet-management
by kishorkukreja
When the user wants to manage vehicle fleets, optimize fleet size, or plan vehicle acquisition and maintenance. Also use when the user mentions "fleet sizing," "vehicle lifecycle," "fleet utilization," "maintenance planning," "replacement strategy," "total cost of ownership," or "fleet optimization." For route planning within a fleet, see route-optimization. For last-mile operations, see last-mile-delivery.
render-deploy
by render-oss
Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.
service-ingress
by chaterm
Kubernetes Service 与 Ingress
angular-module-design
by aj-geddes
Design Angular modules using feature modules, lazy loading, and dependency injection. Use when organizing large Angular applications with proper separation of concerns.
datadog
by BagelHole
Implement Datadog monitoring and APM for infrastructure and applications. Configure agents, create dashboards, set up alerts, and implement distributed tracing. Use when implementing enterprise monitoring, APM, or unified observability platforms.
kustomize
by BagelHole
Customize Kubernetes manifests without templating using Kustomize. Create base configurations with environment overlays, manage configuration variants, and patch resources declaratively. Use when managing Kubernetes configurations across multiple environments without Helm.
argocd-gitops
by BagelHole
Implement GitOps with ArgoCD for declarative Kubernetes deployments. Configure applications, manage sync policies, implement progressive delivery, and automate deployments from Git repositories. Use when implementing GitOps workflows or continuous deployment to Kubernetes.
check-dependency-injection
by dykyi-roman
Analyzes PHP code for dependency injection issues. Detects constructor injection usage, interface dependencies, service locator antipattern, new keyword in business logic.
testing-patterns
by nguyenthienthanh
"Unified testing patterns across all frameworks. Provides consistent test structure, naming, and best practices for Jest, Vitest, Pytest, PHPUnit, Go testing, and more."
kro-rgd-pulumi
by tyrchen
Create production-ready KRO ResourceGraphDefinitions using Pulumi TypeScript. Use when users need to define custom Kubernetes APIs, compose resources with KRO, integrate AWS ACK resources, or build platform abstractions using Pulumi infrastructure as code.
kubernetes-manifest-generator
by patricio0312rev
Generates Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, Ingress, and HPA with best practices. Use when users request "Kubernetes setup", "K8s manifests", "deploy to Kubernetes", "container orchestration", or "K8s configuration".
service-layer-extractor
by patricio0312rev
Refactors route handlers into service layer with clean boundaries, dependency injection, testability, and separation of concerns. Provides service interfaces, folder structure, testing strategy, and migration plan. Use when refactoring "fat controllers", "business logic", "service layer", or "architecture cleanup".
deployment-checklist-generator
by patricio0312rev
Creates comprehensive deployment checklists with pre-deployment checks, smoke tests, verification steps, and sign-off workflows. Use for "deployment checklist", "release verification", "deployment runbook", or "production readiness".