Is there specific reference to istio from pulumi l...
# general
a
Is there specific reference to istio from pulumi library ?
i
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
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