k8s Pilot
JSON →A lightweight, centralized control plane for managing multiple Kubernetes clusters using kubeconfig or in-cluster configuration.
Tools · 30
- pod_list List pods in a namespace
- pod_detail Get details of a specific pod
- pod_logs Get logs from a pod
- pod_create Create a new pod
- pod_update Update an existing pod
- pod_delete Delete a pod
- deployment_list List deployments in a namespace
- deployment_get Get details of a specific deployment
- deployment_create Create a new deployment
- deployment_update Update an existing deployment
- deployment_delete Delete a deployment
- service_list List services in a namespace
- service_get Get details of a specific service
- service_create Create a new service
- service_update Update an existing service
- service_delete Delete a service
- configmap_list List ConfigMaps in a namespace
- configmap_get Get details of a specific ConfigMap
- configmap_create Create a new ConfigMap
- configmap_update Update an existing ConfigMap
- configmap_delete Delete a ConfigMap
- secret_list List secrets in a namespace
- secret_get Get details of a specific secret
- secret_create Create a new secret
- secret_update Update an existing secret
- secret_delete Delete a secret
- namespace_list List namespaces
- namespace_get Get details of a specific namespace
- namespace_create Create a new namespace
- namespace_delete Delete a namespace
Links
★ 14 GitHub stars