kubekit is developed to provide a simple, fast, and customizable TypeScript Kubernetes client and controller runtime. It is designed with type safety and efficiency in mind, and is optimized for Tree Shaking compatibility. It supports Next.js and Node.js, with planned future support for Bun and Deno.
- Simple: Intuitive API that is easy to use
- Fast: Optimized performance
- Slim: Minimal dependencies and lean implementation
- Customizable: A variety of configuration options
- Type-Safe: Fully leverages TypeScript
- Tree Shaking Compatibility: Does not include any unused code
- Support: Next.js, Node.js
A TypeScript Kubernetes client and controller runtime.
The @kubekit/openapi-gen
project is a tool that generates a JSON file of OpenAPI specifications that describe operations that can be executed based on the permissions of Kubernetes ServiceAccount. This tool is particularly useful for application developers who use Kubernetes API. The generated openapi.json
file is used as a schema file to generate client code in the @kubekit/client-gen
project.
TypeScript Kubernetes client CodeGenerator.
kubekit was inspired by RTK Query
and RTK Query Codegen
, and the creator of kubekit, kahirokunn, was an early contributor to rtk-query-codegen-openapi. This project began by forking the code of RTK Query
and RTK Query Codegen
, aiming to incorporate the best features of both while adapting to the unique characteristics of Kubernetes. As a result, @kubekit/client
and @kubekit/codegen
were developed.
kubekit is an open-source project that welcomes feedback and contributions from the community. Please refer to the Contribution Guide.