How to build a REST Api with Rust, Diesel and Postgres, part 2: Kubernetes

Introduction In this post I described how to build a simple Web API in Rust with Actix, Diesel, and Postgres. Now it is time to deploy this app. Prerequisites In order to follow along, you will need the following: Building…

