This message was deleted.
# kubernetes
s
This message was deleted.
g
Would our operator do what you need? https://www.pulumi.com/blog/pulumi-kubernetes-operator/
w
Unfortunately no, because that would not give me kubectl syntax specific to my app. Suppose my app was called "TestApp". Ideally I'd be able to write e.g.
kubectl get testapps
. Which is not possible using only the pulumi kubernetes operator (?) Is there any easy way to achieve this or would I be better off wrining an operator for my app from scratch?