Probes keep workloads healthy by checking containers. The Probe Generator writes a Pod with livenessProbe, readinessProbe and/or startupProbe from a form so you do not have to recall the core/v1 schema.
You enable each probe you need, choose its type (httpGet, tcpSocket or exec) and set timing. The resulting YAML is a valid core/v1 Pod.
Names are validated as RFC 1123 labels. Problems are reported in a clear panel. Everything runs locally and nothing is uploaded.