KubeOps.Templates 10.3.3

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet new install KubeOps.Templates::10.3.3
                    
This package contains a .NET Template Package you can call from the shell/command line.

KubeOps Dotnet New Templates

NuGet NuGet Pre-Release

To use the operator SDK as easy as possible, this Nuget Package contains dotnet new templates. These templates enable developers to create Kubernetes operators with the simple dotnet new command in C#.

Installation

To install the template package, use the dotnet cli (or you may use the exact version as provided in the link above):

dotnet new install KubeOps.Templates

As soon as the templates are installed, you may use them with the short names below:

Templates

operator

Short Name: operator

Creates a standard Kubernetes operator with demo implementations for controllers, entities, and finalizers. This template is a good starting point for most operator projects.

dotnet new operator -n MyOperator

operator-empty

Short Name: operator-empty

Creates a minimal, empty Kubernetes operator project without web capabilities. Ideal for advanced users who want to start from scratch.

dotnet new operator-empty -n MyOperator

operator-web

Short Name: operator-web

Creates a Kubernetes operator with web server capabilities and demo implementations, including webhooks. Use this template if you need web-based features like admission webhooks.

dotnet new operator-web -n MyOperator

operator-web-empty

Short Name: operator-web-empty

Creates a minimal Kubernetes operator project with web server capabilities, but no demo implementations. Use this template if you want web features but a clean slate.

dotnet new operator-web-empty -n MyOperator
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.3.4-prerelease.1 9 4/9/2026
10.3.3 76 4/7/2026
10.3.3-prerelease.2 42 4/4/2026
10.3.3-prerelease.1 50 4/1/2026
10.3.2 125 3/17/2026
10.3.2-prerelease.3 61 3/15/2026
10.3.2-prerelease.2 61 3/13/2026
10.3.2-prerelease.1 63 3/12/2026
10.3.1 123 3/10/2026
10.3.1-prerelease.1 68 3/4/2026
10.3.0 121 3/3/2026
10.3.0-prerelease.3 75 2/25/2026
10.3.0-prerelease.2 71 2/25/2026
10.3.0-prerelease.1 73 2/24/2026
10.2.5-prerelease.1 72 2/24/2026
10.2.4 123 2/24/2026
10.2.4-prerelease.1 80 2/18/2026
10.2.3 161 2/4/2026
10.2.3-prerelease.1 96 2/4/2026
10.2.2 140 2/3/2026
Loading failed

'## [10.3.3](https://github.com/dotnet/dotnet-operator-sdk/compare/v10.3.2...v10.3.3) (2026-04-07)

### Dependencies

* **ci:** update actions/configure-pages action to v6 ([#1075](https://github.com/dotnet/dotnet-operator-sdk/issues/1075)) ([c0453c2](https://github.com/dotnet/dotnet-operator-sdk/commit/c0453c2115e36a86e320aa14d3659d4d9727e459))
* **ci:** update actions/deploy-pages action to v5 ([#1076](https://github.com/dotnet/dotnet-operator-sdk/issues/1076)) ([a731eaa](https://github.com/dotnet/dotnet-operator-sdk/commit/a731eaaf2ac69683a0d3ea79a54287874c04579a))
* **core:** update dependency sonaranalyzer.csharp to 10.22.0.136894 ([#1073](https://github.com/dotnet/dotnet-operator-sdk/issues/1073)) ([ac3bf99](https://github.com/dotnet/dotnet-operator-sdk/commit/ac3bf998947f838b516dfe4a526ab3b6ab662a1a))
* **core:** update spectre-console monorepo to 0.55.0 ([#1077](https://github.com/dotnet/dotnet-operator-sdk/issues/1077)) ([b66992c](https://github.com/dotnet/dotnet-operator-sdk/commit/b66992cf2482f4dee17e055e312e3ce0464df9cc))
* **test:** update dependency coverlet.collector to 8.0.1 ([#1071](https://github.com/dotnet/dotnet-operator-sdk/issues/1071)) ([aa17c97](https://github.com/dotnet/dotnet-operator-sdk/commit/aa17c976e9fed9becbf9e79dffd443394670c952))
* **test:** update dependency fluentassertions to 8.9.0 ([#1074](https://github.com/dotnet/dotnet-operator-sdk/issues/1074)) ([305e36e](https://github.com/dotnet/dotnet-operator-sdk/commit/305e36e8fd27515b3935b953bddfd7fc344b6543))
* **tools:** update dependency nuget-license to v4.0.9 ([#1072](https://github.com/dotnet/dotnet-operator-sdk/issues/1072)) ([14e23de](https://github.com/dotnet/dotnet-operator-sdk/commit/14e23de443427dc1c36af82af7fe0dedf6d0ad74))
'