/kube-rust-playground

Kubernetes Rust Playground

Primary LanguageRust

kube-rust-playground

Prerequisites

Install via your favourite system and package/dependency manager.

  • add 127.0.0.1 registry.localhost to /etc/hosts

Usage

make cluster
make create-simple-web-service
curl http://localhost:18080/hello

Finished with the work?

# only the service
make delete-simple-web-service

# everything
make clean-cluster

Scratchpad