-
|
Does this SDK support development of a Kubernetes operator that can be scheduled to run on Windows node? In other words, does this SDK have any any limitations w.r.t. to Windows platform or can it be used to develop an operator that can be packaged into Linux-based or Windows-based container image? I'd like to develop an operator to control Windows-based applications scheduled to Windows nodes on Kubernetes cluster. I've searched the archives for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey @mloskot |
Beta Was this translation helpful? Give feedback.
Hey @mloskot
I'd say that there is no limitation regarding windows nodes. Since the operator is written in C# with the .net framework, you can just compile and run the operator in windows. (or a windows container)