Kubernetes - Health Checks and Probes
What does the
periodSeconds parameter specify in a Kubernetes probe?periodSeconds parameter specify in a Kubernetes probe?periodSecondsperiodSeconds parameter defines the frequency of probe execution after the initial delay.initialDelaySeconds is the wait before first probe, timeoutSeconds is max wait for response, so periodSeconds is how often it repeats.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions