From 5e7c28babe349384150baa7407c110064b00d842 Mon Sep 17 00:00:00 2001 From: zvlb Date: Thu, 18 May 2023 09:35:23 +0300 Subject: [PATCH 1/2] chore(docs): Add info about Vector Operator Signed-off-by: zvlb --- .../en/docs/setup/installation/platforms/kubernetes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/content/en/docs/setup/installation/platforms/kubernetes.md b/website/content/en/docs/setup/installation/platforms/kubernetes.md index ddd8a7c1b794e..19f7a59fa8385 100644 --- a/website/content/en/docs/setup/installation/platforms/kubernetes.md +++ b/website/content/en/docs/setup/installation/platforms/kubernetes.md @@ -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 @@ -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 daemonset on every node to collect container and application logs from the node file system. + +To start using it, you can read 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: From 273da9282a01f279650b4b899c4b8619738102aa Mon Sep 17 00:00:00 2001 From: zvlb Date: Fri, 19 May 2023 09:38:13 +0300 Subject: [PATCH 2/2] Cleanup Signed-off-by: zvlb --- .../en/docs/setup/installation/platforms/kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/docs/setup/installation/platforms/kubernetes.md b/website/content/en/docs/setup/installation/platforms/kubernetes.md index 19f7a59fa8385..1d79cfcdf0a62 100644 --- a/website/content/en/docs/setup/installation/platforms/kubernetes.md +++ b/website/content/en/docs/setup/installation/platforms/kubernetes.md @@ -146,9 +146,9 @@ kubectl apply -k . ### Vector Operator -The [Vector Operator](https://github.com/kaasops/vector-operator) is community supported resource. The operator deploys and configures a Vector Agent daemonset on every node to collect container and application logs from the node file system. +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. -To start using it, you can read the [documentation](https://github.com/kaasops/vector-operator/tree/main/docs). +For additional information, see the [documentation](https://github.com/kaasops/vector-operator/tree/main/docs). ## Deployment