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
- Host: GitHub
- URL: https://github.com/cloud-org/kubernetes-notes
- Owner: cloud-org
- Created: 2021-03-12T18:02:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T10:19:30.000Z (almost 4 years ago)
- Last Synced: 2025-03-08T15:49:58.642Z (over 1 year ago)
- Topics: golang, kubernetes, yaml
- Language: Go
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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