Advanced Chat: Personas & Workflows
You’ve learned the basics and troubleshooting. Now let’s explore how different team members use Chat for their specific workflows, plus advanced features and power user tips.Different Personas, Different Workflows
SRE: “Everything is On Fire”
Goal: Triage and resolve production incidents FAST Morning routine:DevOps Engineer: “Deploy Safely”
Goal: Validate and deploy without breaking things Pre-deployment checklist:Platform Engineer: “Optimize Everything”
Goal: Resource efficiency and capacity planning Resource optimization:Junior Developer: “Teach Me”
Goal: Learn Kubernetes while working Learning queries:Sample Workflows by Time of Day
Morning (9 AM): Health Check
Afternoon (2 PM): Pre-Deployment
Evening (8 PM): Post-Deploy Check
3 AM: Incident Response
Advanced Features
File Upload & YAML Validation
Click****to upload Kubernetes YAML files. Use cases: - Pre-deployment validation- Security audits
- Best practice checks
- Configuration review
Example workflow:
- Click
- Select
deployment.yaml - Agent analyzes automatically
Integration with RubixKube Features
- Chat + Dashboard
- Chat + Insights
- Chat + Memory Engine
Power User Tips
1. Reference Incidents by Name
1. Reference Incidents by Name
2. Ask for Comparisons
2. Ask for Comparisons
3. Request Historical Trends
3. Request Historical Trends
4. Chain Queries
4. Chain Queries
5. Use for Documentation
5. Use for Documentation
Query Best Practices Expanded
DO This
Include Namespace
Specify Resource Type
Ask Follow-Ups
Use Urgency Keywords
DON’T Do This
Don't Repeat Context
Don't Be Too Vague
Don't Use kubectl Syntax
Don't Assume Omniscience
What Chat will and will not do on its own
- Mutating commands (
kubectl apply,kubectl delete, scale, rollback, restart) and anything similar on AWS, GCP, or VMs require explicit approval before they land in your environment. - Guardian policies define what is approvable and by whom, per environment. Production typically needs a second reviewer, staging a single approver, lab nothing at all. You set the policy.
- Every applied action is audited: actor, time, scope, outcome. Rollbacks are one click.
Export & Share
Click Export conversation to:Markdown Export
JSON Export
Share with Team
Email Thread
Common Questions
How accurate are Chat responses?
How accurate are Chat responses?
Very high.
- Responses based on REAL cluster data (not hallucinated)
- Function calls to actual Kubernetes API
- Evidence-based RCA
- Validated against best practices
Can Chat execute commands?
Can Chat execute commands?
What if Chat can't find something?
What if Chat can't find something?
- Try multiple approaches (visible in Function Calls)
- Ask clarifying questions
- Explain what it checked
- Suggest alternative queries
default, asks which namespaceIs conversation data secure?
Is conversation data secure?
YES.
- Encrypted in transit and at rest
- Workspace-isolated
- Exportable/deletable anytime
- SOC 2 compliant
How long is conversation history kept?
How long is conversation history kept?
Can I customize the agent?
Can I customize the agent?
Not yet.
Coming: Custom prompts, preferred response styles, domain-specific trainingBuilding Your Chat Habits
Week 1: Daily Health Checks
"Cluster health?"Goal: Get comfortable with ChatWeek 2: Troubleshooting
Week 3: Learning
Week 4: Advanced
Real-World Success Patterns
Pattern 1: Morning Standup
Every day at 9 AM:Pattern 2: Pre-Deploy Validation
Before EVERY deploy:Pattern 3: Incident Response Template
When paged:Pattern 4: Learning Hour
Friday afternoons:Keyboard Power User Mode
Master these shortcuts:⌘K (wherever you are)
2. Type “chat”
3. Type query
4. Press Enter
5. Get answer
Total: 5 seconds from thought to answer
What Makes RubixKube Chat Unique
Cluster-Aware
Memory-Powered
RCA Integration
Multi-Agent
Context Retention
Transparent
It’s not just a chatbot - it’s your intelligent infrastructure co-pilot.
Comparing to Other Tools
RubixKube Chat = ChatGPT + Live Cluster Data + RCA + Memory Engine
Pro Tips for Mastery
Create Query Templates
Create Query Templates
Chain Queries for Complex Investigations
Chain Queries for Complex Investigations
Use Chat for Team Training
Use Chat for Team Training
Combine with Dashboard
Combine with Dashboard
- Chat: Deep dive investigation
Export Important Conversations
Export Important Conversations
- Investigate via Chat
- Click Export conversation 3. Save as Markdown
- Add to post-mortem
What You Learned
5 Personas
Time-Based Workflows
File Upload
Integrations
Power User Shortcuts
Real Patterns
Next Steps
You’re now a Chat expert! Explore related concepts:How SRI Agent Works
Memory Engine
Using RubixKube Guides
More Tutorials
Summary
The Chat interface transforms how you work with infrastructure: Natural language replaces kubectl commandsContext awareness maintains conversation thread
Multi-persona support for different workflows
Time savings of 84% on average
Learning mode teaches Kubernetes concepts
RCA integration explains detected incidents
Transparent reasoning shows how agent thinks