Skip to content

Latest commit

 

History

History

kubernetes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Kubernetes

Steps:

Here are these steps as commands:

kubectl apply -f namespace.yaml
kubectl apply -f secret.yaml
kubectl apply -f deployment.yaml

Now you should have the agent reporting as private probe.

Production Deployment

If you are running it in production, you should pin the image to an specific version instead of latest, see all tags on docker hub

The process exposes Prometheus-style metrics on an HTTP server running on port 4050 (/metrics endpoint). You can scrape and monitor your private probe in this way using either Prometheus or the Grafana Cloud Agent.

Checkout Private Probe docs for more details.