Support for kubernetes CRDs and CRs #8178
Unanswered
jegadeesanponnusamy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We do have microservices which can create Kubernetes custom resource definitions (CRD) and also publishes custom resources (for CRDs published by other microservices). We are using helm charts for deploying the CRDs, CRs, containers and other k8s objects (like role assignments etc) to an environment (local, dev). I am trying to simplify the local development experience using .NET Aspire and Aspir8 for this scenario. So do you have any idea or suggestions, how can I go about this with .NET aspire? I tried to define the CRDs as a .NET Aspire custom resource, but it seems that it is not supported in the manifest generation.

Beta Was this translation helpful? Give feedback.
All reactions