This message was deleted.
# kubernetes
s
This message was deleted.
d
You can have your eks resources in a file
cluster.ts
, and have your
system
+
apps
files import the resources from there. Your
index.ts
can import everything safely. It's also worth looking into Component Resources, which use classes that you can initialise with dependencies. https://www.pulumi.com/docs/concepts/resources/components/
🙌 1