Giter Site home page Giter Site logo

config's Introduction

Bee Travels - Config/Deployment

NOTE: Bee Travels is a work in progress and this README will update as progress is made

About

Bee Travels in a polyglot demo microservice travel booking web application with this repo housing the configuration files necessary for deployment of the application.

This application is used to demonstrate key capabilities of Kubernetes, Openshift, Istio, Knative and many other cloud native applications. It also uses best practices in the software development lifecycle and widley used open source technologies.

Deploy to the Cloud

With Bee Travels being a polyglot web application with microservices, this allows for flexibility and many options when choosing what and where to deploy this application.

For a simplified deployment experiece, check out the deployment wizard in the /wizard directory.

Bee Travels currently supports deploying to the Cloud using the following configurations:

Helm

TODO

K8s

Prerequisites

  • Provisioned Kubernetes Cluster
  • kubectl CLI
  • Set the KUBECONFIG environment variable to your cluster's kubeconfig file

Deployment

Run the following command:

git clone https://github.com/bee-travels/config.git
cd config
./deploy-k8s.sh

Knative

TODO

OpenShift

Prerequisites

  • Provisioned OpenShift Cluster
  • oc CLI

Deployment

From your OpenShift dashboard, locate your login command as seen in the below screenshot and run the command in a terminal window. The login command should look like this: oc login --token=<YOUR_TOKEN> --server=<YOUR_SERVER>

v1

Options:

  • -c = cluster name on IBM Cloud (No flag value = no route created by default)
  • -p = want to create new project (Y/y values)
git clone https://github.com/bee-travels/config.git
cd config
./deploy-openshift-v1.sh -c <CLUSTER_NAME> -p y

For deploying v1 to OpenShift on IBM Z (LinuxOne Community Cloud) run the following script:

git clone https://github.com/bee-travels/config.git
cd config
./deploy-openshift-v1-z.sh
v2

Options:

  • -c = cluster name on IBM Cloud (No flag value = no route created by default)
  • -p = want to create new project (Y/y values)
  • -d = database operator (postgres/mongodb/couchdb values)
git clone https://github.com/bee-travels/config.git
cd config
./deploy-openshift-v2.sh -c <CLUSTER_NAME> -p y -d <DATABASE>

License

This application is licensed under the Apache License, Version 2. Separate third-party code objects invoked within this application are licensed by their respective providers pursuant to their own separate licenses. Contributions are subject to the Developer Certificate of Origin, Version 1.1 and the Apache License, Version 2.

Apache License FAQ

config's People

Contributors

moficodes avatar maxshapiro32 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.