Skip to content
Discussion options

You must be logged in to vote

Hey @JayJay-K,

I could see 4 different helm-chart. what is the proper helm-chart?

Use vector/vector, the others are legacy. For your use case you might want role: Agent so one Vector pod runs on every node. The vector-0 pod name you posted is from the default Aggregator (StatefulSet) role, which is not what you want here.

Where should I put config file (vector.yaml)?

You do not put vector.yaml on the host filesystem. The Helm chart renders the config into a Kubernetes ConfigMap and mounts it inside the pod at /etc/vector/vector.yaml. Configure it through customConfig in your Helm values and then install/upgrade with:

helm upgrade --install vector vector/vector -n vec -f values.yaml

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JayJay-K
Comment options

Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
platform: kubernetes Anything `kubernetes` platform related
2 participants