Kubernetes
Generate and check the manifests and resource values that Kubernetes workloads depend on.
- Kubernetes Manifest GeneratorBuild a Deployment, StatefulSet, DaemonSet, Job or CronJob with probes, resource limits and a hardened security context.
- ConfigMap & Secret GeneratorBuild a ConfigMap or Secret, with multi-line values, typed Secrets and correct quoting.
- Ingress & Gateway API GeneratorBuild an Ingress or the Gateway API equivalent, with TLS and cert-manager wiring.
- NetworkPolicy GeneratorBuild a NetworkPolicy with ingress and egress peers, and the DNS exception egress rules need.
- RBAC Role & Binding GeneratorBuild a Role or ClusterRole with its binding, and have over-broad grants flagged.
- Pod Scheduling & Security ContextBuild nodeSelector, affinity, tolerations and security contexts as one pod-spec fragment.
- Label & Selector BuilderBuild matchLabels and matchExpressions alongside the kubectl -l form, with validation.
- Kubernetes JSONPath TesterTest a kubectl JSONPath expression against a JSON document and see how it is evaluated.
- kubectl Command BuilderAssemble a kubectl command with the right flags for the verb, and warnings on the destructive ones.
- Resource Quantity ConverterConvert Kubernetes CPU and memory quantities, and see exactly how far Mi differs from M.
Kubernetes Manifest Generator
Build a Deployment, StatefulSet, DaemonSet, Job or CronJob with probes, resource limits and a hardened security context.
ConfigMap & Secret Generator
Build a ConfigMap or Secret, with multi-line values, typed Secrets and correct quoting.
Ingress & Gateway API Generator
Build an Ingress or the Gateway API equivalent, with TLS and cert-manager wiring.
NetworkPolicy Generator
Build a NetworkPolicy with ingress and egress peers, and the DNS exception egress rules need.
RBAC Role & Binding Generator
Build a Role or ClusterRole with its binding, and have over-broad grants flagged.
Pod Scheduling & Security Context
Build nodeSelector, affinity, tolerations and security contexts as one pod-spec fragment.
Label & Selector Builder
Build matchLabels and matchExpressions alongside the kubectl -l form, with validation.
Kubernetes JSONPath Tester
Test a kubectl JSONPath expression against a JSON document and see how it is evaluated.
kubectl Command Builder
Assemble a kubectl command with the right flags for the verb, and warnings on the destructive ones.
Resource Quantity Converter
Convert Kubernetes CPU and memory quantities, and see exactly how far Mi differs from M.