Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kitagry/kube-test

kubernetesを内部から操作する例
https://github.com/kitagry/kube-test

Last synced: 15 days ago
JSON representation

kubernetesを内部から操作する例

Awesome Lists containing this project

README

        

## kube-test

Clusterの内部からJobを作成するプログラム

* [client-go](./client-go/)がDeployment等APIがちゃんと用意されている方法
* [client-pkg](./client-pkg/)がCRDで最低限しか実装していない方法