asaaki / kube-rust-playground

Kubernetes Rust Playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Kubernetes Rust Playground


Languages

Language:Rust 60.6%Language:Makefile 20.2%Language:Dockerfile 17.3%Language:HTML 1.0%Language:Shell 0.9%