Diagnose Kubernetes Ingress resources and configurations
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill ingress --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ingress?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-ingress)More formats (shields.io, HTML) on the badges page.
---
name: ingress
description: Diagnose Kubernetes Ingress resources and configurations
activation_keywords: [ingress, nginx, kubernetes, k8s, ingress controller, tls, route]
execution_mode: client
---
# Ingress Skill
Provides Kubernetes Ingress diagnostics via local kubectl:
- List all Ingress resources across namespaces
- Describe Ingress details (rules, TLS, annotations)
- Check Ingress controller status
- Verify Ingress endpoints and services
- Check TLS certificate details from Ingress
Use `builtin_ingress` tool with fields:
- `operation`: one of "list", "describe", "controller_status", "check_endpoints", "check_tls"
- `name`: Ingress resource name (required for describe/check_endpoints/check_tls)
- `namespace`: Kubernetes namespace (default: current context namespace)
- `kubeconfig`: path to kubeconfig file (optional)
- `extra_args`: additional kubectl arguments
Note: Requires kubectl CLI installed and configured.
All operations are read-only.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.