Skip to main content
idapt
HomeCodeAI ModelsPricing
Sign inStart free
  • Home
  • Pricing
  • AI Models
  • Image models
  • Voice models
  • Video models
  • Rankings
  • New models
  • Model status
  • Multi-Model Chat
  • Voice Mode
  • Voice HUD
  • Web Search
  • Image Generation
  • Video Generation
  • Audio Generation
  • Transcription
  • Drive
  • Credentials
  • Sharing
  • Workspaces
  • Tasks
  • Memory
  • Agents
  • Subagents
  • Automations
  • Skills
  • idapt Code
  • Code Execution
  • Computers
  • Computer Use
  • Computer Assist · Soon
  • Containers
  • Cloud Computers
  • Local AI
  • AI Gateway
  • API & SDK
  • CLI
  • MCP
  • Tunnels
  • All features →
  • LLM cost calculator
  • Token counter
  • Context window checker
  • Can I run it
  • Model picker quiz
  • Savings finder
  • Video cost estimator
  • Text to speech cost
  • Transcription cost
  • API endpoint tester
  • All free tools →
  • Blog
  • Use cases
  • Comparisons
  • Best of
  • Skills
  • Learn
  • Changelog
  • Help center
  • FAQ
  • Privacy
  • Compare all models
  • Support
  • idapt Code
  • Developers
  • Quickstarts
  • API reference
  • API pricing
  • CLI
  • MCP
  • Downloads
  • Desktop
  • Badges and embeds
© idapt[email protected]TermsPrivacy PolicyLegal noticeReport content
X (Twitter)
All skills
Code

Audit your Kubernetes manifests

Missing limits, bad probes, and workloads sized from a guess.

Fill it in

Where they live.

If you can point at metrics.

Root containers, host mounts, and privilege.

Your prompt

Audit the manifests in [the manifests].

Check the things that cause 3am pages: missing resource requests (so the scheduler
guesses), missing limits (so one pod takes the node), liveness probes that restart
a slow-starting container forever, readiness probes that let traffic in early, and
a single replica with no PodDisruptionBudget.

A liveness probe pointing at the same endpoint as readiness is the most common one
and it turns a slow dependency into a restart loop.

Rightsize from actual usage rather than from the number somebody typed, and say
what you based it on.

Check the security context too: containers running as root, host path mounts,
privileged, and service accounts with more than they use.
Use Audit your Kubernetes manifestsOpens with everything above already filled in.

Why this works

A liveness probe pointing at the same endpoint as readiness turns a slow dependency into a restart loop, and it is the most common manifest mistake there is. This checks the things that cause pages: requests, limits, probes, replicas and disruption budgets.

More code skills

  • idapt Code
  • Fix a failing test

Use it now in a chat in 1 click

Use Audit your Kubernetes manifests
Fix a GitHub issue
  • Find security bugs
  • Ship a feature
  • Speed up slow code