Giter Club home page Giter Club logo

io.klib.docker.osgi.tut's People

Contributors

a7exschin avatar peterkir avatar

Stargazers

 avatar

Watchers

 avatar  avatar

io.klib.docker.osgi.tut's Issues

Add hosting on AWS

Create AWS account
Add deployment stage from Travis to AWS Germany (for dev and master)
Create docu for required steps in AWS cloud
Add Documentation inside main ReadMe including links to the hosted containers

Add hosting on Azure Germany Cloud

Create Azure Account
Add deployment stage from Travis to Azure Germany (for dev and master)
Create docu for required steps in Azure cloud
Add Documentation inside main ReadMe including links to the hosted containers

Run on DigitalOcean

  1. Create One-Click Droplet with Docker (preferred with SSH already deposited)
  2. Login either via root + password or via ssh key
  3. docker pull klibio/io.klib.docker.osgi.tutorial:master-latest
  4. sudo ufw allow 8888/tcp Stackoverflow
  5. docker container run -d -p 8888:8080 klibio/io.klib.docker.osgi.tutorial:master-latest

To add a SSH key to an existing droplet follow these steps:

  1. Change directory to where your public ssh key file is located
  2. cat <public_key_file> | ssh root@<droplet_ip> "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"
  3. To change this file, login via root and password

cat sshrsa_id_pub | ssh root@<droplet_ip> "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"

Self-contained minikube execution on local machine

As a developer
I want to be able to execute the complete environment without internet access
so that there are no dependencies to remote connections.

Acceptance criteria:

Configure local docker environment script

  • enablement of local docker registry

Startup shell script available containing...

  1. build bundle from source - e.g. maven or gradle
  2. build docker container from bundle based java alpine image
  3. launch minikube with contained "docker image registry"
  4. publish container image into registry
  5. launch inside minikube 2 pods of io.docker.osgi.tut

Shutdown shell script containing a graceful minikube shutdown

HINTS:
Windows DNS can be faked via C:/Windows/System32/drivers/etc/hosts - modification only as Admin feasible

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.