There are 2 repositories under client-go topic.
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
云原生, 容器云, docker, kubernetes相关笔记
Auto discover the running environment and serves the kubernetes clientset interface for interaction
🤖 Simple Kubernetes operator built from scratch with client-go
helm client-go example to add helm repo, fetch charts and install chart
Source code related to my Golang Notebook "Using client-go"
k8s管理平台-backend
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
Demo on how to write your own `kubectl exec` command with client-go
基于golang对k8s-client-go中的informer机制的学习
实现对多个k8s集群的informer监听功能
Watch and react to changes in Kubernetes TLS Secrets
A Multi-Featured Light Kubernetes command-line tool
A docker-cli experience but for your kubernetes cluster
使用k8s自带的client-go练习写demo、周边部署与二次开发练习。
A simple to use Kubernetes Framework based on client-go
容器管理平台 原生资源管理,提供炫酷的YAML 编辑,Pod 终端
This is operator to to create a brand new apex (oracle application express) 19.1 and ords (oracle rest data service)on a oracle 19c database
A cleaning tool for pods which are stucked at the 'Terminating' or 'Evicted' state
基于k8s-scheduler的自定义调度插件-demo练习
Little daemon to kill resources in Kubernetes under specified conditions expressed as Helm templates
k8s自定义crd+controller的开发实践,简易版redis-operator