Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 755 Bytes

File metadata and controls

24 lines (20 loc) · 755 Bytes
title author slug env
Moving to a Microservice World: Leveraging Consul on Azure
Erik Veld
hashidays_consul
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

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.