Skip to content

Commit

Permalink
add some more links and talks to the guides.md
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jul 20, 2023
1 parent aad4a6e commit 3662b55
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions docs/guides.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Guides and Tutorials

List of third party guides and tutorials for using the `kube-rs`:
- [Writing a Kubernetes Operator](https://metalbear.co/blog/writing-a-kubernetes-operator)
List of third party guides and tutorials for using the `kube-rs` that holds up to scrutiny.

| Title | Year | Use |
| ----- | ---- | --- |
| [Writing a Kubernetes Operator](https://metalbear.co/blog/writing-a-kubernetes-operator) | 2023 | Operator with [extension api-server](https://kubernetes.io/docs/tasks/extend-kubernetes/setup-extension-api-server/) |
| [Oxidizing the Kubernetes operator](https://www.pavel.cool/rust/rust-kubernetes-operators/) | 2021 | Controller guide with finalizers, state machines
| [A Rust controller for Kubernetes](https://blog.frankel.ch/start-rust/6/) | 2021 | Introductory; project setup + api use |

## Presentations

| Title | Source | Content |
| ----- | ------ | ------- |
| [Rust operators for Kubernetes](https://www.youtube.com/watch?v=65pyIeLtd5Y) | PlatformCon 2023 | Rust benefits + kubebuilder comparisons |
| [Lightning Talk: Talking to Kubernetes with Rust](https://www.youtube.com/watch?v=Kp6GQjZixPE) | KubeCon EU 2023 | Introductory; api usage |
| [Why the future of the cloud will be built on Rust](https://www.youtube.com/watch?v=BWL4889RKhU) | Cloud Native Rust Day 2021 | Cloud History + Linkerd + Rust Ecosystem Overview |
| [The Hidden Generics in Kubernetes' API](https://www.youtube.com/watch?v=JmwnRcc2m2A) | KubeCon Virtual 2020 | Early stage kube-rs presentation on apimachinery + client-go translation |

0 comments on commit 3662b55

Please sign in to comment.