pulumi-kubernetes-operator
Runs the Pulumi Kubernetes Operator, enabling GitOps-style infrastructure management by reconciling Pulumi stacks from within a Kubernetes cluster.
What is pulumi-kubernetes-operator?
The pulumi-kubernetes-operator image runs the Pulumi Kubernetes Operator, a Kubernetes controller that watches Stack custom resources and drives Pulumi stack lifecycle operations (update, refresh, destroy) from inside the cluster. This brings a GitOps model to Pulumi-managed infrastructure: changes pushed to a Git repository trigger reconciliation, and the operator handles running pulumi up automatically.
It supports any cloud or infrastructure provider that Pulumi supports, including AWS, Azure, GCP, and Kubernetes itself. The operator is used by teams that want to manage cloud resources declaratively from Kubernetes without running Pulumi CLI in external pipelines.
How to use this image
The operator is deployed as a Kubernetes Deployment and watches for Stack CRs in the cluster.
Deploy the operator with kubectl:
Define a Stack custom resource:
Apply the Stack resource:
Check operator logs:
Image variants
pulumi/pulumi-kubernetes-operator:latest
The latest stable operator release. Built on a minimal base and includes the operator binary only.
pulumi/pulumi-kubernetes-operator:<version>
Pinned version tags such as pulumi/pulumi-kubernetes-operator:1.14.0. Recommended for production to ensure consistent behavior across cluster upgrades.
.avif)