https://pulumi.com logo
Title
m

magnificent-plumber-91445

05/09/2023, 9:57 PM
Hi, can someone show me how to lookup the detail of k8s Service which is not managed by pulumi? I tried
k8s.core.v1.Service.get
but seems like it only supports k8s service managed by pulumi.
s

steep-toddler-94095

05/10/2023, 3:19 AM
i'm pretty sure that should be how to do it
Service.get('somename', `${namespaceName}/${serviceName}`)