Since my last post I’ve joined as an engineer at Mesosphere and have been developing data pipeline software for cluster diagnostics.
During this same time I’ve been deploying the software I’ve been working on using Kubernetes on DC/OS, and I’ve been keeping up my interest in the Rust, so I put together a demo of deploying webapps in Rust to Kubernetes on DC/OS using Skaffold:
https://github.com/shaneutt/dcos-k8s-rust-skaffold-demo
It’s a step-by-step guide showing how to build a webapp in Rust using Rocket and continuously deploy your changes up to a Kubernetes cluster during development.
The guide in the repository can easily be fitted to other languages and tools, but in general Skaffold seems like a solid tool for continuous deployments during the development stages of an app.