diff --git a/website/content/en/docs/setup/installation/platforms/kubernetes.md b/website/content/en/docs/setup/installation/platforms/kubernetes.md index ddd8a7c1b794e..1d79cfcdf0a62 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 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: