https://github.com/thorstenhans/better-code-rust-2022
https://github.com/thorstenhans/better-code-rust-2022
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thorstenhans/better-code-rust-2022
- Owner: ThorstenHans
- Created: 2022-11-07T18:44:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T15:52:20.000Z (over 3 years ago)
- Last Synced: 2025-04-09T16:57:22.396Z (about 1 year ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Samples shown during my Talk at BetterCode() Rust 2022
- 1.**http-api** - Demonstrates how to containerize a Rust 🦀 application and how to run in in Kubernetes leveraging a regular `Deployment` which can be horizontally scaled with ease.
- 2 **k8s-walker** - Demonstrates how to interact with Kubernetes using [kube-rs](https://github.com/kube-rs/kube)
- 3 **reduce-product-price** - Demonstrates how to run Wasm WASI workloads (written in Rust) in Kubernetes using containerd-wasm-shim
## Slides
Slides are available on Speaker Deck: https://speakerdeck.com/thorstenhans/rust-applications-in-containers-kubernetes-and-webassembly