Skip to content

camsjams/rust-fullstack-docker-k8s

Repository files navigation

rust_fullstack_docker_k8s

Rust Fullstack Docker K8s - Rust Fullstack Application running on Docker and Kubernetes

Version

See Cargo.toml version

Demo

See live demo here

Walkthrough

This repo and accompanying information will be presented at RustLab 2020

Platforms / Technologies

Build

 $ cd app
 $ cd npm run build
 $ cd ../
 $ cargo build

Run

 $ cargo run

Deploy to K8s on GKE

 $ ./scripts/build.sh
 $ ./scripts/deploy-gke.sh