Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg committed Aug 4, 2023
1 parent 32c0c0d commit 1cb989c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/content/docs/how-to/k8s_targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ title: "Kubernetes Targets"
date: 2022-11-01T17:24:32-07:00
---

## Kubernetes Targets

If you're running on Kubernetes, you'd probably want to monitor Kubernetes
resources (e.g. pods, endpoints, ingresses, etc) as well. Cloudprober supports
[dynamic discovery]({{< ref targets.md >}}#dynamically-discovered-targets) of
Expand Down Expand Up @@ -42,10 +40,12 @@ probe {

Cloudprober supports discovery for the following k8s resources:

- Services
- Endpoints
- Pods
- Ingresses
- **Services**
- **Endpoints**
- **Pods**
- **Ingresses**

#### Filters

You can filter k8s resources using the following options:

Expand Down

0 comments on commit 1cb989c

Please sign in to comment.