client-go
There are 119 repositories under client-go topic.
iximiuz/client-go-examples
Collection of mini-programs demonstrating Kubernetes client-go usage.
kube-burner/kube-burner
Kubernetes performance and scale test orchestration framework written in golang
PrasadG193/kyaml2go
K8s Go client code generator from Kubernetes resource yamls
kubernetes-client/go
OpenAPI based generated Go Client for Kubernetes
weibaohui/kom
kom 是一个用于 Kubernetes 操作的工具,SDK级的kubectl、client-go的使用封装。并且支持作为管理k8s 的 MCP server。 它提供了一系列功能来管理 Kubernetes 资源,包括创建、更新、删除和获取资源,甚至使用SQL查询k8s资源。这个项目支持多种 Kubernetes 资源类型的操作,并能够处理自定义资源定义(CRD)。 通过使用 kom,你可以轻松地进行资源的增删改查和日志获取以及操作POD内文件等动作。
vladimirvivien/k8s-client-examples
Building stuff with the Kubernetes API
forbearing/k8s
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.
caiobegotti/Pod-Dive
A kubectl plugin to dive into your Kubernetes nodes pods, and inspect them.
microsoft/flink-on-azure
Examples of Flink on Azure
generals-space/note-cloud
云原生, 容器云, docker, kubernetes相关笔记
gkarthiks/k8s-discovery
Auto discover the running environment and serves the kubernetes clientset interface for interaction
mmontes11/echoperator
🤖 Simple Kubernetes operator built from scratch with client-go
PrasadG193/helm-clientgo-example
helm client-go example to add helm repo, fetch charts and install chart
lucasepe/using-client-go
Source code related to my Golang Notebook "Using client-go"
ldlb9527/kubernetes-admin-backend
k8s管理平台-backend
ica10888/client-go-helper
Encapsulates client-go as kubectl
muxiyun/Mae-old
Muxi application engine. PaaS of Muxi-Studio. Deploy applications on Kubernetes cluster easily and flexibly.
redhatxl/kubectl-img
View resource images on your kubernetes cluster using the kubectl
haozheyu/kube_web
练手项目,对k8s的client的封装
vishal-biyani/kubernetes-days-india
A simple getting started guide for using client-go (Kubernetes Go SDK) and writing controllers for Kubernetes
rmohr/kubernetes-custom-exec
Demo on how to write your own `kubectl exec` command with client-go
Kubernetes-Learning-Playground/k8s-informer-practice
基于golang对k8s-client-go中的informer机制的学习
Kubernetes-Learning-Playground/multi-cluster-informer
实现对多个k8s集群的informer监听功能
jhmorimoto/cert-watch
Watch and react to changes in Kubernetes TLS Secrets
googs1025/k8s-client-go-api-demo
使用k8s自带的client-go练习写demo、周边部署与二次开发练习。
Pothulapati/doker
A docker-cli experience but for your kubernetes cluster
bishal7679/ksapify
A Multi-Featured Light Kubernetes command-line tool
thekubeworld/k8devel
A simple to use Kubernetes Framework based on client-go
toshi0607/jctl
Build and execute Go applications with Kubernetes Job
2696524545/plugin
容器管理平台 原生资源管理,提供炫酷的YAML 编辑,Pod 终端
HenryXie1/apexords-operator
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
bilalcaliskan/kube-pod-terminator
A cleaning tool for pods which are stucked at the 'Terminating' or 'Evicted' state
Kubernetes-Learning-Playground/k8s-schedule-plugins-demo
基于k8s-scheduler的自定义调度插件-demo练习
achetronic/hitman
Little daemon to kill resources in Kubernetes under specified conditions expressed as Helm templates
Operator-Learning-Playground/k8s-operator-practice
k8s自定义crd+controller的开发实践,简易版redis-operator
stackzoo/client-go-examples
client-go examples and use cases 🐝