Build Kubernetes Operators in C# (or whatever .NET language) without hassle.
Info
Version: | 0.7.0 |
Author(s): | Sebastián Gómez |
Last Update: | Tuesday, January 26, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ContainerSolutions/dotnet-operator-sdk |
NuGet Url: | https://www.nuget.org/packages/ContainerSolutions.Kubernetes.OperatorSDK |
Install
Install-Package ContainerSolutions.Kubernetes.OperatorSDK
dotnet add package ContainerSolutions.Kubernetes.OperatorSDK
paket add ContainerSolutions.Kubernetes.OperatorSDK
ContainerSolutions.Kubernetes.OperatorSDK Download (Unzip the "nupkg" after downloading)
Dependencies
- KubernetesClient(>= 4.0.5)
- NLog(>= 4.7.7)
Tags