This message was deleted.
# general
s
This message was deleted.
b
the automation API still needs the pulumi cli installed in your
$PATH
. The Kubernetes operator uses the automation api
i
@billowy-army-68599 My application runs inside a Kubernetes pod and it uses Pulumi internally for provisioning some cloud VMs. In this scenario, Should I have to mention Pulumi installation steps in the Dockerfile of my application for it to work? I won’t be having a command line when deployed in production
b
you'll need the pulumi CLI installed yes, just run the installation script as a
RUN
in your
Dockerfile
i
Perfect, I’ll try that. Thanks