Deploy Teastore on a Kubernetes cluster - crowgames/TeaStore GitHub Wiki
Run TeaStore on a Kubernetes Cluster
This repository provides default YAML files for deploying teastore on a Kubernetes cluster. These can be found in the directory /kubernetes. To setup Teastore make sure that you can execute kubectl and git. If so run the following commands:
git clone https://github.com/DescartesResearch/TeaStore.git
cd kubernetes
kubectl create -f teastore-services.yaml
kubectl create -f teastore-pods.yaml
Afterwards you should be able to find a running Teastore front-end under
<adress of the webui service>:8080/tools.descartes.teastore.webui/
.