Used Kubernetes
Used Helm
Used Rust
+1
Made some time this week to do a bit more with Helm and Kubernetes. Using GitHub Actions I now have a small Rust API that is tested, built and deployed to k8s automatically on each commit. It was fairly easy to achieve as the service is 100% stateless, however the result is pretty nice. The next challenge will be to tackle something more complex with shared state.