This message was deleted.
# k3s
a
This message was deleted.
b
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
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?