Try Yamlr

See how Yamlr analyzes a broken manifest, explains the risks, and shows you the fix.

How It Works

Paste a manifest. See what Yamlr finds. Review the fix.

Built against the official K8s v1.31 OpenAPI specification.
Analysis Pending
sample_deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: web-frontend
spec:
  replicas: 3
  selector:
    matchLabels:
      app: web-frontend
  template:
    metadata:
      labels:
        app: web-frontend
    spec:
      containers:
      - name: nginx
        image: nginx:latest
        resources:
          requests:
            cpu: 100m
            memory: 128Mi
          limits: {}
Built via Official K8s v1.31 OpenAPI Schema

Ready to try it locally?