An open API service indexing awesome lists of open source software.

https://github.com/eveld/moving-to-a-microservice-world-demo

Moving to a Microservice World
https://github.com/eveld/moving-to-a-microservice-world-demo

consul demo kubernetes microservices service-mesh shipyard

Last synced: about 2 months ago
JSON representation

Moving to a Microservice World

Awesome Lists containing this project

README

        

---
title: "Moving to a Microservice World: Leveraging Consul on Azure"
author: Erik Veld
slug: hashidays_consul
env:
- KUBECONFIG=${HOME}/.shipyard/config/aks/kubeconfig.yaml
---
This demo will guide you through migrating an application from a monolithic application running on a virtual machine to microservices running on Kubernetes, using Consul Service Mesh.

## Prerequisites
- Docker (https://docker.com/get-started)
- Shipyard (https://shipyard.run/docs/install)

## Getting started
To start the demo, run the following commands.

```
git clone https://github.com/eveld/hashidays.git
cd hashidays
shipyard run
```

Shipyard will open the documentation in your browser automatically.
The rest of the steps will be explained in further detail there.