This message was deleted.
s
This message was deleted.
b
what in particular do you want to connect to?
a
I would like to stop the service and then restart it to perform some tests. The service is deployed in the Kube. The dev team uses pulumi to start and stop the service in Kubernetes
b
What is “the service” ?
a
Its a REST API service that is deployed in Kube
b
in this case, you'd almost certainly be better off querying the kubernetes api. Pulumi is just an IaC tool that deploys services to Kubernetes, and if you're looking to load test something inside Kubernetes, you don't necessarily need to interact with pulumi to do so
a
Thank you. I will look in that route