Individual
For personal use.
14-day free trial
Start free trial- 2 Kubernetes clusters
- 2 team members
- AI usage budget included
- Chat and command history
- Roles for your organization
An AI assistant that works with your live cluster. Investigate issues, understand the output and keep every step in context.
Explore the demo without connecting a cluster.
Your question. Your cluster. The evidence in between.
Why does my API pod keep restarting?
The last container exited with OOMKilled. Compare its memory use with the configured limit before changing the deployment.
kubectl describe pod api-7c9f -n production
Built around the tools you already use.
A restarting pod. An unfamiliar namespace. A growing resource bill. Turn the symptom into the next useful check.
Bring events, logs and recent changes into one investigation.
Kubernetes troubleshootingWork through CrashLoopBackOff, Pending and failed health checks.
Pod debuggingUnderstand workloads, namespaces and the resources behind them.
Cluster managementCompare usage with requests and limits before changing capacity.
Resource optimizationSet up your organization, connect the agent and ask your first question. Ranching.Farm brings command results back into the chat.
Set up your first clusterGive it a name in your organization. Keep your team's clusters and roles in one place.
Use the manifest generated for your cluster. The agent connects it to Ranching.Farm.
Ask in plain language. Read the commands and their output, then follow up in the same conversation.
An investigation shouldn't disappear into a pile of terminal tabs. Keep the question, the command and the result together.
Read command results alongside the explanation, including failed attempts and retries.
Return to a previous conversation and pick up the investigation with its history intact.
Members use read-only cluster tools. Organization admins and owners can manage resources.
kubectl describe pod api-7c9f -n production
Containers:
api:
Last State: Terminated
Reason: OOMKilled
Exit Code: 137
Restart Count: 12
Limits:
memory: 128Mi
The useful clue is right here: the container ran out of memory. Check usage before adjusting the limit.
Start with what you run today. Add room as your infrastructure grows.
For personal use.
14-day free trial
Start free trialFor small teams.
14-day free trial
Start free trialFor large teams and enterprises.
For larger organizations
Get startedNeed more AI usage? Add credit to your organization's budget.
Practical Kubernetes guides for the moments when the error message isn't enough.
More from the blogRegister the cluster in your organization and install its generated agent manifest. The agent opens the connection to Ranching.Farm and returns command results to your chat.
Members have read-only cluster tools. Organization admins and owners can run modifying commands. Check each proposed command carefully: changes affect your live workloads.
The cluster assistant works with kubectl, Helm and Kustomize. It can explain their output and turn cluster relationships into diagrams.
Yes. Your chat history keeps the conversation, tool results and command attempts together, so you can continue with the previous context.
Yes. The public Kubernetes demo is a separate environment. Individual and Team plans also include a 14-day trial for working with your own clusters.
Try a question in the demo. Connect your own cluster when you're ready.