chilly-photographer-60932
02/19/2020, 11:58 PMistio
within k8s
using pulumi
? Especially with the new recommended way of using istioctl
over helm
? Istio
and helm
don’t work very well together IMO.millions-judge-24978
02/20/2020, 3:47 PMk8s.yaml.ConfigGroup
, then just create the k8s.apiextensions.CustomResource
operator.yaml
into native pulumi, it’s only a few resources.chilly-photographer-60932
02/20/2020, 5:19 PMmillions-judge-24978
02/20/2020, 5:26 PMistioctl
or any of the installation methods could be described as much bettergorgeous-egg-16927
02/20/2020, 5:32 PMistioctl
to generate manifests [1], so that could be an option for deploying with Pulumi. In other words, run istioctl manifest generate ...
and then manage the output in Pulumi with a k8s.yaml.ConfigGroup
.
[1] https://istio.io/docs/setup/install/istioctl/#generate-a-manifest-before-installation