Skip to content

Commit

Permalink
chore(docs): Add info about Vector Operator to Kubernetes instalation…
Browse files Browse the repository at this point in the history
… page (#17432)

* chore(docs): Add info about Vector Operator

Signed-off-by: zvlb <[email protected]>

* Cleanup

Signed-off-by: zvlb <[email protected]>

---------

Signed-off-by: zvlb <[email protected]>
  • Loading branch information
zvlb authored and jszwedko committed Jun 1, 2023
1 parent a14f073 commit 0325b95
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tested with Kubernetes versions **1.19** or higher.

## Install

You can install Vector on Kubernetes using either [Helm](#helm) or [kubectl](#kubectl).
You can install Vector on Kubernetes using [Helm](#helm), [kubectl](#kubectl) or [Vector Operator](#vector-operator)

### Helm

Expand Down Expand Up @@ -144,6 +144,12 @@ kubectl apply -k .
"kubectl logs -n vector statefulset/vector"
```

### Vector Operator

The [Vector Operator](https://github.com/kaasops/vector-operator) is community supported resource. The operator deploys and configures a Vector Agent as a DaemonSet on every Node to collect container and application logs from the Node's file system.

For additional information, see the [documentation](https://github.com/kaasops/vector-operator/tree/main/docs).

## Deployment

Vector is an end-to-end observability data pipeline designed to deploy under various roles. You mix and match these roles to create topologies. The intent is to make Vector as flexible as possible, allowing you to fluidly integrate Vector into your infrastructure over time. The deployment section demonstrates common Vector pipelines:
Expand Down

0 comments on commit 0325b95

Please sign in to comment.