Loading...
brew install kindkubectl applyApplies a configuration to a resource by filename or stdin.
Can modify cluster state based on provided YAML.
kubectl deleteDeletes Kubernetes resources.
Permanently removes resources from the cluster.
kubectl execExecutes a command inside a container.
Provides shell access to the container's filesystem and network.
kubectl logsFetches logs from a pod.
Read-only operation, no cluster modification.
kubectl describeDisplays detailed information about a resource.
Read-only operation, no cluster modification.
K8m offers a balance of convenience and risk. While it provides features like multi-cluster management and AI-driven insights, its ability to execute shell commands and manage pod files requires careful permission management to prevent unintended consequences. The MCP integration further extends its capabilities, demanding a thorough understanding of the underlying tools and their potential impact.