Quick Start¶
This guide will get you up and running with k13d in under 5 minutes.
Prerequisites¶
Before you begin, ensure you have:
- A running Kubernetes cluster
-
kubectlconfigured and working (kubectl get nodesshould work) - k13d installed (Installation Guide)
Step 1: Start k13d¶
Step 2: Navigate Resources¶
TUI Navigation¶
| Key | Action |
|---|---|
j / k | Move down / up |
Enter | Select / drill down |
Esc | Go back |
:pods | Switch to pods view |
:svc | Switch to services view |
/ | Filter current view |
Tab | Toggle AI panel |
? | Show help |
Web Navigation¶
- Use the sidebar to select resource types
- Click on a resource to view details
- Use the AI chat panel on the right for assistance
Step 3: Try the AI Assistant¶
Press Tab (TUI) or use the chat panel (Web) to open the AI assistant.
Try these example prompts:
The AI will:
- Understand your request
- Execute the appropriate kubectl commands
- Provide a clear explanation
Step 4: Configure LLM (Optional)¶
For the best AI experience, configure an LLM provider:
Common Operations¶
View Pod Logs¶
Scale a Deployment¶
Describe a Resource¶
Next Steps¶
-
Configuration
Full configuration options
-
TUI Guide
Master all TUI features
-
AI Features
Advanced AI capabilities