Sign inSign up

chiniczr/robots

By chiniczr

Updated over 5 years ago

Automated test (checkout) requests for The Low-Cal Calzone Zone

Image
0

261

chiniczr/robots repository overview

Low-Cal-Calzone-Zone

Demo

The Low-Cal Calzone Zone is a microservices application for a calzone store. For a more detailed description of what it does and the idea behind the project, visit this article.

Pre-requisites
  • A Kuberenetes cluster
  • NGINX Ingress Controller
  • kubectl
  • helm
To initialise
git clone https://github.com/chiniczR/Low-Cal-Calzone-Zone
cd Low-Cal-Calzone-Zone
./init.sh
./start.sh

Optionally, if you want to use the name low-cal-calzone.zone to access the application (locally),

  1. Get Kuberetes IP address, e.g. with Minikube
minikube ip
  1. Open /etc/hosts (assuming you're on Linux):
sudo vi /etc/hosts
  1. Add before "# The following lines ..." :
<IP Address>    low-cal-calzone.zone
<IP Address>    api.low-cal-calzone.zone
To stop
./stop.sh
Architecture Overview

Architecture

Tag summary

Content type

Image

Digest

Size

384.1 MB

Last updated

over 5 years ago

docker pull chiniczr/robots