Kubernetes is an open source system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.
KubeNET allows .NET programs to easily interact with the Kubernetes API, allowing for incredibly complex automations of server clusters in a very simple way.
This repository is mostly composed of auto-generated code based on the Kubernetes Swagger API declarations.
Automatic conversions:
- V1.2 API definitions -> v2.0 API definitions
- V2.0 Swagger API -> C# code
Unfortuantely there are a few issues/bugs with the code generator for C# and the way the Kubernetes API definitions are written that require some manual editing of the code. Thus, new releases aren't yet a single command operation.
Coming soon...