Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

Probe

Probes are used to describe health checks to be performed against a container to determine whether it is alive or ready to receive traffic.

  • exec:
    • command: Array<string>
  • httpGet:
    • port: integer | string - required
    • host: string - defaults to Pod IP
    • path: string
    • scheme: string - defaults to 'HTTP'
  • initialDelaySeconds: int32