Linkerd2 and GitOps #4492
-
I was wondering if anyone has had any success in setting up Linkerd2 (Helm3) using GitOps? I've setup a brand new cluster from scratch, and everything is deployed using Flux. It looks like trust anchors are required, but I can't think of a good solution to do this in Git. See
Any suggestions or discussion on this topic would be greatly appreciated 😄 |
Beta Was this translation helpful? Give feedback.
Answered by
grampelberg
May 27, 2020
Replies: 1 comment 4 replies
-
I would recommend using cert-manager for the identity cert/key and checking the trust anchor cert into git. It is not secret and therefore doesn't need any kind of protections. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
uhthomas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would recommend using cert-manager for the identity cert/key and checking the trust anchor cert into git. It is not secret and therefore doesn't need any kind of protections.