Get the list of nodes in JSON format and store it in a file.
Get CPU/memory utilization for nodes.
Create an nginx pod with a liveness probe that just runs the command ls. Check probe status.
nginx
Create an nginx pod (that includes port 80) with an HTTP readinessProbe on path '/' on port 80.
readinessProbe
'/'
80
Use JSON PATH query to retrieve the osImages of all the nodes
osImages
Last updated 4 years ago