Skip to content

andrasat/rust-kubernetes

Repository files navigation

Rust in Kubernetes

This is my attempt to learn how I can deploy Rust in Kubernetes. It's just a simple hello world application, deployed into Kind locally. I also build the docker image into local registry.

Prerequisites

Configured Scripts

# Build the docker image
$ ./scripts/build.sh
# Deploy docker image application to Kind
$ ./scripts/deploy.sh

About

Learning how to setup Rust with Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published