Skip to content

Commit

Permalink
Update intro text
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-cornell committed Apr 29, 2024
1 parent ea22668 commit d311c38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/sources/reference/components/loki.source.podlogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ title: loki.source.podlogs

# loki.source.podlogs

`loki.source.podlogs` discovers `PodLogs` resources on Kubernetes and, using
the Kubernetes API, tails logs from Kubernetes containers of Pods specified by
the discovered Pods.
`loki.source.podlogs` discovers `PodLogs` resources on Kubernetes.
The `PodLogs` resources provide rules for which Kubernetes Pods to discover on your cluster.

`loki.source.podlogs` is similar to `loki.source.kubernetes`, but uses custom
resources rather than being fed targets from another component.
`loki.source.podlogs` uses the Kubernetes API to tail the logs from the discovered Kubernetes Pods.

`loki.source.podlogs` is similar to `loki.source.kubernetes`, but uses custom resources rather than being fed targets from another component.

{{< admonition type="note" >}}
Because `loki.source.podlogs` uses the Kubernetes API to tail logs, it uses more network traffic and CPU consumption of Kubelets than `loki.source.file`.
Expand Down

0 comments on commit d311c38

Please sign in to comment.