pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
218 stars 55 forks source link

Add kustomize support for deploying pulumi kubernetes operator #473

Open usrbinkat opened 1 year ago

usrbinkat commented 1 year ago

Problem:

Operator install experience is not optimal. Kubectl install instructions link directly to README.md and instruct user to clone repo, cd to dir, and execute multiple kubectl apply commands against the local directories.

Recommendation:

Change kubectl apply install methods to support Kustomize allowing users to kubectl customize https://github.com/pulumi/pulumi-kubernetes-operator or similar single command to deploy the operator without requiring locally cloning repositories or other un-necessary steps.