Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#kubernetes
Title
n
narrow-judge-54785
08/10/2021, 11:36 AM
is it possible to check with pulumi when a pod is ready? I have a deployments that depends on another pod's endpoint to be ready before it starts. We use Typescript to configure our pulumi deployments.
g
gorgeous-egg-16927
08/10/2021, 4:10 PM
Assuming that Pod is not managed by Pulumi, this is related to
https://github.com/pulumi/pulumi-kubernetes/issues/1656
Probably your best bet for now would be using a k8s client in TS, or shelling out to kubectl.
https://www.pulumi.com/blog/dynamic-providers/
is relevant reading for that.
4 Views
Post