Observability
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.Create an
nginx
pod (that includes port 80) with an HTTPreadinessProbe
on path'/'
on port80
.Use JSON PATH query to retrieve the
osImages
of all the nodes
Last updated
Was this helpful?