/Voting-App-Stack-Kubernetes

Deploy simple voting application stack using kubernetes.

Deploying Simple Voting Application Stack With Kubernetes

Architecture

architecture

How to use:

1- Start minikube:

$ minikube start driver=<driverName>

2- Create services:

$ kubectl create -f services/

3- Create deployments:

$ kubectl create -f deployments/

4- Get the url of the voting-app:

$ minikube service vote-service --url

vote-app

5- Get the url of the result-app:

$ minikube service result-service --url

result-app