https://pulumi.com logo
a

ambitious-helmet-24352

10/30/2019, 8:34 PM
Is there specific reference to istio from pulumi library ?
i

incalculable-angle-91273

10/30/2019, 8:43 PM
Hi @ambitious-helmet-24352, not sure I fully understand your question. If you are trying to deploy istio to a k8s cluster using pulumi that is something we do. Pulumi runs it as part of their integration tests too! Here is a link to how they are deploying it for their tests: https://github.com/pulumi/pulumi-kubernetes/blob/master/tests/integration/istio/step1/istio.ts
a

ambitious-helmet-24352

10/30/2019, 9:01 PM
Yeah I was wondering if we have typescript library for istio related resources e.g
Copy code
import * as x from "@pulumi/kubernetes";
Copy code
import * as x  from "@pulumi/gcp";
but if want I guess I could always use custom resources basically I would like to define and deploy
Copy code
kind: gateway
&
Copy code
kind :virtualservices