Repository navigation
client-go
- Website
- Wikipedia
Collection of mini-programs demonstrating Kubernetes client-go usage.
Kubernetes performance and scale test orchestration framework written in golang
K8s Go client code generator from Kubernetes resource yamls
OpenAPI based generated Go Client for Kubernetes
kom 是一个用于 Kubernetes 操作的工具,SDK级的kubectl、client-go的使用封装。并且支持作为管理k8s 的 MCP server。 它提供了一系列功能来管理 Kubernetes 资源,包括创建、更新、删除和获取资源,甚至使用SQL查询k8s资源。这个项目支持多种 Kubernetes 资源类型的操作,并能够处理自定义资源定义(CRD)。 通过使用 kom,你可以轻松地进行资源的增删改查和日志获取以及操作POD内文件等动作。
Building stuff with the Kubernetes API
The library implements various handlers to more easier create/update/apply/patch/delete/get/list/watch k8s resources such as pods, deployments, etc. inside or outside k8s cluster.
A kubectl plugin to dive into your Kubernetes nodes pods, and inspect them.
Examples of Flink on Azure
Auto discover the running environment and serves the kubernetes clientset interface for interaction
🤖 Simple Kubernetes operator built from scratch with client-go
Source code related to my Golang Notebook "Using client-go"
View resource images on your kubernetes cluster using the kubectl
Muxi application engine. PaaS of Muxi-Studio. Deploy applications on Kubernetes cluster easily and flexibly.
A simple getting started guide for using client-go (Kubernetes Go SDK) and writing controllers for Kubernetes