Skip to content

zinderic/rpg-microservice-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPG Microservice Sandbox

This sandbox explores microservice architecture, deployment patterns and concepts by building a simple RPG game.

Configure

export KUBECONFIG=path/to/kubeconfig

Build

skaffold build

Run

Locally:

skaffold run

Remotely:

KUBECONFIG=path/to/kubeconfig skaffold run

Debug

Locally:

skaffold debug

Remotely:

KUBECONFIG=path/to/kubeconfig skaffold debug

Releases

No releases published

Packages

No packages published