Skip to content

Commit d8b42c7

Browse files
committed
document some bigger users of kube - for #508
1 parent e62c199 commit d8b42c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,19 @@ See the [examples directory](./examples) for how to use any of these crates.
3232
- **[kube API Docs](https://docs.rs/kube/)**
3333
- **[kube-runtime API Docs](https://docs.rs/kube-runtime/)**
3434

35-
Some real world examples:
35+
Official examples:
3636

3737
- [version-rs](https://github.com/clux/version-rs): super lightweight reflector deployment with actix 2 and prometheus metrics
3838

3939
- [controller-rs](https://github.com/clux/controller-rs): `Controller` owned by a `Manager` inside actix
4040

41+
Real world users:
42+
4143
- [krustlet](https://github.com/deislabs/krustlet): a complete `WASM` running `kubelet`
44+
- [stackabletech operators](https://github.com/stackabletech) - ([kafka](https://github.com/stackabletech/kafka-operator), [zookeeper](https://github.com/stackabletech/zookeeper-operator), and more)
45+
- [kdash tui](https://github.com/kdash-rs/kdash) - terminal dashboard for kubernetes
46+
- [logdna agent](https://github.com/logdna/logdna-agent-v2)
47+
- [kubeapps pinniped](https://github.com/kubeapps/kubeapps/tree/master/cmd/pinniped-proxy)
4248

4349
## Api
4450
The direct `Api` type takes a client, and is constructed with either the `::global` or `::namespaced` functions:

0 commit comments

Comments
 (0)