pulumi / pulumi-ai

222 stars 15 forks source link

Add button to allow users to ask kubernetes specific questions and get back "kubernetes" YAML #72

Open pierskarsenbarg opened 4 months ago

pierskarsenbarg commented 4 months ago

Hello!

Issue details

Recently we added the ability for users to ask questions and get back HCL instead of Pulumi specific responses. In the same way, if they ask a Kubernetes specific question (how do I create a namespace?) and choose the "Kubernetes YAML" (or however we label it) it will give them the YAML that they can then run through kubectl (for example) instead of the Pulumi YAML or other language.

Then in the same way that we provide users an easy way to convert from HCL to Pulumi:

image

offer a way of converting from "kubernetes yaml" to Pulumi.

Affected area/feature