refactor: streamline help to terminal-style conciseness with kubectl examples
Build & Push Portfolio Image / build-push (push) Successful in 3m26s
Build & Push Portfolio Image / build-push (push) Successful in 3m26s
This commit is contained in:
@@ -35,40 +35,30 @@ function useTheme() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const commands: Record<string, string> = {
|
const commands: Record<string, string> = {
|
||||||
help: `COMMANDS: help, /clear, ! kubectl
|
help: `Commands: help | ! kubectl ...
|
||||||
|
|
||||||
QUESTIONS TO EXPLORE:
|
Quick questions:
|
||||||
|
• etcd consensus issue at homelab?
|
||||||
|
• Terraform drift detection?
|
||||||
|
• Graph-RAG vs semantic search?
|
||||||
|
• 2hr→20min deploy root cause?
|
||||||
|
• How'd you reduce cloud costs 40%?
|
||||||
|
• vLLM bottleneck & fix?
|
||||||
|
• Temporal workflow orchestration?
|
||||||
|
• ArgoCD vs Terraform split?
|
||||||
|
|
||||||
Homelab & Infrastructure
|
Kubectl examples:
|
||||||
• Did you build Kubernetes from scratch? How hard?
|
! kubectl get pods -A
|
||||||
• What's this etcd consensus issue you hit?
|
! kubectl get nodes
|
||||||
• How does Talos Linux compare to kubeadm?
|
! kubectl top pods
|
||||||
• ArgoCD vs pure Terraform—when to use each?
|
! kubectl logs -f deployment/poimen-mem -n portfolio
|
||||||
|
|
||||||
Distributed Systems & State Machines
|
Or just ask anything!`,
|
||||||
• Did you use Temporal before? What problems did it solve?
|
|
||||||
• Multi-region deployment at AWS—how did you handle consistency?
|
|
||||||
• How do you detect and fix Terraform drift at scale?
|
|
||||||
• GraphQL federation with microservices—experience?
|
|
||||||
|
|
||||||
LLM & AI Systems
|
|
||||||
• How does Graph-RAG work? Why not just semantic search?
|
|
||||||
• vLLM optimization—what bottleneck did you hit?
|
|
||||||
• Natural language → executable workflow—how?
|
|
||||||
• OIDC + hierarchical RBAC for multi-tenant knowledge graphs?
|
|
||||||
|
|
||||||
Operations & Career
|
|
||||||
• 2hr→20min deploy at RBC—what was the root cause?
|
|
||||||
• How did you reduce cloud costs 40% across teams?
|
|
||||||
• Lessons from on-call at AWS Step Functions?
|
|
||||||
• What's your take on IaC tooling—Terraform, Pulumi, CDK?
|
|
||||||
|
|
||||||
Or just ask: "Tell me about X" or "How did you build Y?"`,
|
|
||||||
about: `Rock Liang - Senior Software Engineer
|
about: `Rock Liang - Senior Software Engineer
|
||||||
6+ years | Infrastructure × Backend × LLM Systems
|
6+ years | Infrastructure × Backend × LLM Systems
|
||||||
AWS → RBC → Building production homelab
|
AWS → RBC → Building production homelab
|
||||||
|
|
||||||
Ask me anything specific!`,
|
Ask me anything!`,
|
||||||
}
|
}
|
||||||
|
|
||||||
interface HistoryEntry {
|
interface HistoryEntry {
|
||||||
|
|||||||
Reference in New Issue
Block a user