Giter VIP home page Giter VIP logo

cloud-native-javaee's Introduction

Build Status MIT License

Cloud Native Java EE Showcase

This showcase demonstrates how to build a cloud native application using Java EE and selected open source components from Netflix OSS. The individual parts will later be deployed and run using Docker, Kubernetes and DC/OS.

Showcase Architecture

Build instructions

In order to compile and run the examples you do not need much. A recent JDK8 needs to be available in your SEU.

$ ./gradlew clean build

Running the Cloud Native Java EE showcase

Locally

The showcase can be run on your local machine as well as using Docker Compose, Minikube or Minishift.

$ docker-compose up -d --build

Google Container Engine

  • Install the gcloud SDK for Mac (or Windows)

  • Make sure you have a project with billing activated as well as the container engine management API

  • Make sure you have kubectl installed, either using gcloud or using brew et.al.

$ gcloud config list project
$ gcloud config set compute/zone europe-west1-b
$ gcloud config set container/use_client_certificate False

$ gcloud container clusters create cloud-native-javaee --num-nodes=5 --enable-autoscaling --min-nodes=5 --max-nodes=7

$ gcloud container clusters describe cloud-native-javaee

$ gcloud auth application-default login
$ kubectl cluster-info

Once you are done, remember to delete the cluster again!

$ gcloud container clusters delete cloud-native-javaee

Maintainer

M.-Leander Reimer (@lreimer)

License

This software is provided under the MIT open source license, read the LICENSE file for details.

cloud-native-javaee's People

Contributors

lreimer avatar klapproth avatar

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.