Replies: 1 comment 1 reply
-
Is it sufficient to use the helm provider as described here? #6230 (comment) In general, I'm not opposed to tighter terraform integration, but it really depends on the maintenance overhead. If the helm approach doesn't work, I'd recommend starting a separate repo that demonstrates it, and if there's broader community interest we can consider taking it on as an officially supported feature. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I know linkerd has two CRDs for traffic management:
Server
andServerAuthorization
. I can create customServer
s in Terraform via the kubernetes_manifest resource in thekubernetes
provider. An abridged snippet would look something like thisServer
andServerAuthorization
objects natively? You'd get a bunch of advantages like being able to natively refer to servers in serverauthorizations, do better validation of server objects, etc.Thanks
Beta Was this translation helpful? Give feedback.
All reactions