Kubernetes - Health Checks and Probes
What is wrong with this liveness probe configuration?
livenessProbe:
tcpSocket:
port: "eighty"
initialDelaySeconds: 5livenessProbe:
tcpSocket:
port: "eighty"
initialDelaySeconds: 5port field in tcpSocket must be an integer or named port, not a string representing a word.initialDelaySeconds can be any non-negative integer; 5 is valid.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions