prometheus for the health stuff
The Kubernetes API is an http endpoint in itself so you can get information about the kubernetes resources (secrets, pods, deployments and so forth) by talking to the api directly - this is how rancher does it as well
🎯 1
r
red-spoon-67295
05/05/2024, 7:11 PM
I do not want to use Prometheus. Instead I want to directly get the metrics using the curl command by hitting the k3s node url. Is it possible?