Code Monkey home page Code Monkey logo

centos-hateoas-vagrant-k8s's Introduction

Hateoas Spring Boot example behind a load balancer

This will create 3 VM running CentOS, two of them running the hateoas spring boot example, and one using HAProxy to balance load between the instances

To run this test is based on using Vagrant and Virtualbox

just run:

vagrant up

For accessing to the Load Balancer just point the browser to:

https://192.168.15.20/customers

the SSL certificate is autogenerated so trust any warning message on the browser

For accessing to the individual hateoas services point the browser to

http://192.168.15.21:9000/customers

or

http://192.168.15.22:9000/customers

To shutdown this environment:

vagrant destroy

Kubernetes Deployment

This can also be set inside a Kubernetes cluster (Tested on GCP) by running this commands with a kubectl environment already defined:

cd k8s
kubectl -f k8s-rs.yml create
kubectl -f k8s-svc.yml create
kubectl -f k8s-haproxy.yml create
kubectl -f k8s-lb.yml create

check all the pods are up and running

kubectl get pods

To know which IP to connect, check for the External IP using

kubectl get svc haproxy-lb

https://EXTERNALIP/customers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.