Provision a single node for a K3s cluster by specifying node ID and role (master or worker). For workers, provide join token and SSH config to join the cluster.
Create a new K3s cluster definition by specifying a required name, optional description, and K3s version, enabling subsequent management of Raspberry Pi clusters.
Read-only MCP server for TrueNAS Scale debugging, providing k3s tools for kubectl operations and whitelisted midclt calls for system info, apps, and pools.
Retrieve an AWS resource's configuration-change history with field-level diffs, showing what changed and when. Uses AWS Config data to identify related resources for impact analysis.
Manage Kubernetes pod port forwarding: start, stop, and list active sessions. Forward local ports to pod ports, with optional idle timeout to auto-stop inactive connections.
Check AWS resource compliance status to identify non-compliant rules and configuration drift. Filter results by resource ID, type, or compliance state for targeted audits.
List Kubernetes secrets to discover names, types, and key names without exposing values. Identify available secrets and keys for mounting or referencing in workloads.
Diagnose pod readiness issues by describing status, conditions, container states, and recent events. Identifies root causes for CrashLoopBackOff, ImagePullBackOff, and scheduling failures.