
Kubernetes
Flux159/mcp-server-kubernetesConnect to Kubernetes cluster and manage pods, deployments, and services.
- Version
- 0.1.0
- Type
- Community Servers
- Categories
- Cloud ServiceDevelopment
Tools
7list_pods
List pods in a namespace
Parameter Type Description namespace*string= default — list_deployments
List deployments in a namespace
Parameter Type Description namespace*string= default — list_services
List services in a namespace
Parameter Type Description namespace*string= default — list_namespaces
List all namespaces
create_pod
Create a new Kubernetes pod
Parameter Type Description name*string — namespace*string — template*string — commandarray — delete_pod
Delete a Kubernetes pod
Parameter Type Description name*string — namespace*string — ignoreNotFoundboolean= false — cleanup
Cleanup all managed resources
Resources
4Kubernetes Pods
List of pods in the default namespace
k8s://default/podsKubernetes Deployments
List of deployments in the default namespace
k8s://default/deploymentsKubernetes Services
List of services in the default namespace
k8s://default/servicesKubernetes Namespaces
List of all namespaces
k8s://namespaces
Prompts
0No prompts available for this server