Kubernetes packages #1523
-
Are the Kubernetes-related packages supposed to be available on nuget? The docs list various "packages" and their dependencies, but when I do a nuget search for Yarp.Kubernetes.Ingress, Yarp.Kubernetes.Controller or Microsoft.Kubernetes.Core. I don't get any results. We'd like to hopefully start using YARP integrated with Kubernetes. I imagine that I'd have to clone the Controller project as there's some tweaks we'd wanna make that are specific to our use case (populating various settings based on annotations/flowing annotations as custom metadata), but I was really hoping not to have to copy all of the Operator framework and the k8s core library as well. Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We are working with the community to improve the Kubernetes implementation, but we have not published any packages for it yet. |
Beta Was this translation helpful? Give feedback.
We are working with the community to improve the Kubernetes implementation, but we have not published any packages for it yet.
All the samples/dockerfiles are buildable locally if you are interested in trying them out and providing any feedback.