Kubernetes Ingress Config
Configure Kubernetes Ingress resources to manage external access to applications within a cluster.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kubernetes-ingress-config npx -- -y @trustedskills/kubernetes-ingress-config
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kubernetes-ingress-config": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kubernetes-ingress-config"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows you to configure Kubernetes Ingress resources. It can generate YAML manifests for defining ingress rules, including routing traffic based on hostnames and paths to specific services within your cluster. The skill simplifies the process of exposing applications running in a Kubernetes cluster to external access.
When to use it
- You need to expose an application running inside a Kubernetes cluster to the internet.
- You want to route traffic to different services based on the hostname used by clients (e.g.,
app1.example.comgoes to service A,app2.example.comgoes to service B). - You need to configure path-based routing within your Kubernetes cluster (e.g.,
/apigoes to API service,/webgoes to web application). - You are automating the deployment and configuration of ingress resources as part of an infrastructure-as-code workflow.
Key capabilities
- Generates Kubernetes Ingress YAML manifests.
- Supports routing based on hostnames.
- Supports path-based routing.
- Simplifies ingress resource definition.
Example prompts
- "Create a Kubernetes Ingress that routes traffic for
myapp.example.comto servicemy-appon port 80." - "Generate an Ingress rule that sends requests to
/apito the service named 'api-service'." - “Write an ingress configuration for
site1.compointing to deploymentfrontendandsite2.compointing to deploymentbackend.”
Tips & gotchas
- Requires a working Kubernetes cluster and understanding of basic Ingress concepts.
- The skill generates YAML; you'll need to apply it to your cluster using
kubectl.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.