An open API service indexing awesome lists of open source software.

https://github.com/cloud-org/kubernetes-notes

kubernetes in action
https://github.com/cloud-org/kubernetes-notes

golang kubernetes yaml

Last synced: 2 months ago
JSON representation

kubernetes in action

Awesome Lists containing this project

README

          

**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [kubernetes-notes](#kubernetes-notes)
- [搭建集群](#%E6%90%AD%E5%BB%BA%E9%9B%86%E7%BE%A4)
- [client-go](#client-go)
- [acknowledgement](#acknowledgement)

## kubernetes-notes

> 生活就像海洋,只有意志坚强的人才能到达彼岸

### 搭建集群

- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/)
- [kubeadm](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/)

### client-go

- [client-go](https://pkg.go.dev/k8s.io/client-go@v0.19.0/kubernetes#section-documentation)

### acknowledgement

- [k8s-client-go](https://github.com/owenliang/k8s-client-go)
- Kubernetes 权威指南(看了一点)
- https://github.com/caicloud/kube-ladder