PrashantR30 / Microservices-with-JHipster-and-Spring-Boot

**WORK IN PROGRESS**

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microservices-with-JHipster-and-Spring-Boot

Run with Kubernetes on Bluemix

  1. Install kubectl, VirtualBox

  2. To be able to work with the docker daemon, make sure Docker is running

  3. Create Docker images of the blog and store applications:

    mvn package -Pprod docker:build```
     
  4. Create Kubernetes cluster on Bluemix

  5. Run the following commands in the kubernetes directory to deploy to Bluemix.

    bx login -a https://api.ng.bluemix.net
    bx cs init
    bx cs cluster-config <cluster-name-in-bluemix>
    (Export the variable KUBECONFIG from the output of above command)
    kubectl apply -f registry
    kubectl apply -f blog
    kubectl apply -f store
    

About

**WORK IN PROGRESS**

License:Apache License 2.0


Languages

Language:Java 38.2%Language:TypeScript 20.3%Language:HTML 17.2%Language:CSS 12.0%Language:JavaScript 10.6%Language:Scala 1.1%Language:Shell 0.4%Language:Dockerfile 0.2%