Rust on Kubernetes - Axum demo
This is a work in progress. It will be just like https://github.com/andregs/rust-auth-demo but using Axum instead of Rocket.
Execute
Start a kubernetes cluster with minikube:
minikube start --cpus=4
Build and deploy everything, in dev mode:
skaffold dev --iterative-status-check --trigger manual --force
Execute the tests:
cargo test
Notes
Repository created with cargo init
.