You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,14 @@ A powerful and flexible Kubernetes [Model Context Protocol (MCP)](https://blog.m
16
16
-**✅ Configuration**:
17
17
- Automatically detect changes in the Kubernetes configuration and update the MCP server.
18
18
-**View** and manage the current [Kubernetes `.kube/config`](https://blog.marcnuri.com/where-is-my-default-kubeconfig-file) or in-cluster configuration.
19
-
-**✅ Generic Kubernetes Resources**: Perform operations on any Kubernetes resource.
19
+
-**✅ Generic Kubernetes Resources**: Perform operations on **any** Kubernetes or OpenShift resource.
20
20
- Any CRUD operation (Create or Update, Get, List, Delete).
21
21
-**✅ Pods**: Perform Pod-specific operations.
22
22
-**List** pods in all namespaces or in a specific namespace.
23
23
-**Get** a pod by name from the specified namespace.
24
24
-**Delete** a pod by name from the specified namespace.
25
25
-**Show logs** for a pod by name from the specified namespace.
26
+
-**Exec** into a pod and run a command.
26
27
-**Run** a container image in a pod and optionally expose it.
27
28
-**✅ Namespaces**: List Kubernetes Namespaces.
28
29
-**✅ Events**: View Kubernetes events in all namespaces or in a specific namespace.
0 commit comments