Skip to content

Commit

Permalink
dedicate a root file to adopters (#735)
Browse files Browse the repository at this point in the history
* dedicate a root file to adopters

Signed-off-by: clux <sszynrae@gmail.com>

* Update ADOPTERS.md

Co-authored-by: Teo Klestrup Röijezon <teo.roijezon@stackable.de>

Co-authored-by: Teo Klestrup Röijezon <teo.roijezon@stackable.de>
  • Loading branch information
clux and nightkr authored Nov 24, 2021
1 parent fa27811 commit 6537cf0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
26 changes: 26 additions & 0 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# kube-rs adopters

## Open Source

- [linkerd-policy-controller](https://github.com/linkerd/linkerd2/tree/main/policy-controller) - the policy controllers for the Linkerd service mesh
- [krustlet](https://github.com/krustlet/krustlet) - a complete `WASM` running `kubelet`
- [stackable operators](https://github.com/stackabletech) - ([kafka](https://github.com/stackabletech/kafka-operator), [zookeeper](https://github.com/stackabletech/zookeeper-operator), and more)
- [kdash tui](https://github.com/kdash-rs/kdash) - terminal dashboard for kubernetes
- [logdna agent](https://github.com/logdna/logdna-agent-v2)
- [kubeapps pinniped](https://github.com/kubeapps/kubeapps/tree/master/cmd/pinniped-proxy)
- [kubectl-view-allocations](https://github.com/davidB/kubectl-view-allocations) - kubectl plugin to list resource allocations
- [krator](https://github.com/krator-rs/krator) - kubernetes operators using state machines

## Companies

- [Buoyant](https://buoyant.io)
- [Deis Labs](https://deislabs.io)
- [Stackable](https://www.stackable.de)
- [logdna](https://www.logdna.com)
- [Bitnami](https://bitnami.com)
- [Materialize](http://materialize.com)
- [Qualified](https://www.qualified.io)
- [TrueLayer](https://truelayer.com)

If you're using kube-rs and aren't on this list, please [submit a pull
request](https://github.com/kube-rs/kube-rs/edit/master/ADOPTERS.md)!
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,10 @@ See the **[examples directory](https://github.com/kube-rs/kube-rs/blob/master/ex

Official examples:

- [version-rs](https://github.com/kube-rs/version-rs): super lightweight reflector deployment with actix 2 and prometheus metrics
- [controller-rs](https://github.com/kube-rs/controller-rs): `Controller` owned by a `Manager` inside actix

Real world users:

- [linkerd-policy-controller](https://github.com/linkerd/linkerd2/tree/main/policy-controller) - the policy controllers for the Linkerd service mesh
- [krustlet](https://github.com/krustlet/krustlet) - a complete `WASM` running `kubelet`
- [stackabletech operators](https://github.com/stackabletech) - ([kafka](https://github.com/stackabletech/kafka-operator), [zookeeper](https://github.com/stackabletech/zookeeper-operator), and more)
- [kdash tui](https://github.com/kdash-rs/kdash) - terminal dashboard for kubernetes
- [logdna agent](https://github.com/logdna/logdna-agent-v2)
- [kubeapps pinniped](https://github.com/kubeapps/kubeapps/tree/master/cmd/pinniped-proxy)
- [kubectl-view-allocations](https://github.com/davidB/kubectl-view-allocations) - kubectl plugin to list resource allocations
- [version-rs](https://github.com/kube-rs/version-rs): lightweight deployment `reflector` using axum
- [controller-rs](https://github.com/kube-rs/controller-rs): `Controller` of a crd inside actix

For real world projects see [ADOPTERS](https://github.com/kube-rs/kube-rs/blob/master/ADOPTERS.md).

## Api

Expand Down

0 comments on commit 6537cf0

Please sign in to comment.