This is the repository of "KubeOps" - The dotnet Kubernetes Operator SDK.
The documentation moved to respective README
files in the packages.
Please consult them via nuget explorer, on the GitHub repository, or on the links
below.
dotnet new
templates for creating operators.If you want to contribute, feel free to open a pull request or write issues :-) Read more about contribution (especially for setting up your local environment) in the CONTRIBUTING file.
Short wrapup:
The motivation was to learn more about the quirks of kubernetes itself and provide an alternative to kubebuilder and operator sdk which are both written in GoLang.