Hi, I would like to create a Resource that contain...
# general
b
Hi, I would like to create a Resource that contains 1. a k8s service, 2. deployment 3. istio virtual service. This is a fixed combination. And I need to create multiple instances of this resource like that. how do I combine they all together as a single resource, I assume I should write a Dynamic Provider right? Or there could be a easier way to achieve that? can anyone provide some guidance and direction?
l
No you should write a ComponentResource
b
thank you so much
l
If go to the pulumi example github repo there are some examples
b
finished and the solution looks very elegant, thanks