Skip to content

Commit 54d9c99

Browse files
authored
chore(docs): Add info about Vector Operator to Kubernetes instalation page (vectordotdev#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]>
1 parent 187f142 commit 54d9c99

File tree

1 file changed

+7
-1
lines changed
  • website/content/en/docs/setup/installation/platforms

1 file changed

+7
-1
lines changed

website/content/en/docs/setup/installation/platforms/kubernetes.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tested with Kubernetes versions **1.19** or higher.
1313

1414
## Install
1515

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

1818
### Helm
1919

@@ -144,6 +144,12 @@ kubectl apply -k .
144144
"kubectl logs -n vector statefulset/vector"
145145
```
146146

147+
### Vector Operator
148+
149+
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.
150+
151+
For additional information, see the [documentation](https://github.com/kaasops/vector-operator/tree/main/docs).
152+
147153
## Deployment
148154

149155
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:

0 commit comments

Comments
 (0)