Skip to content

A version of the twitter-feed service for use with Oracle Cloud Infrastructure Container Engine for Kubernetes

Notifications You must be signed in to change notification settings

beseiso/twitter-feed-oke

This branch is 1 commit ahead of derekoneil/twitter-feed-oke:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b5a0b97 · Feb 12, 2019

History

55 Commits
Aug 8, 2018
Aug 8, 2018
Oct 31, 2018
Dec 20, 2018
Aug 8, 2018
Aug 8, 2018
Aug 28, 2018
Aug 8, 2018
Oct 30, 2018
Aug 8, 2018
Feb 12, 2019
Dec 13, 2018

Repository files navigation

About

This repository contains the code for the Twitter feed microservice that you will use during the Oracle Container Native Application Development workshop. During the workshop you will Dockerize this Java microservice using Wercker, configure a CI/CD pipeline, and deploy the microservice to Oracle's managed Kubernetes service.

Build

Build the application and the distribution zip file with the build.sh file. It simply runs mvn clean assembly:assembly. That will result in a zip file in the target folder that can be uploaded to Java SE CS.

Run Locally

On successful build, you can run the app with sh target/bin/start which is a shell script generated by the Maven build that constructs the correct classpath to dependencies in target/repo.

Deploy

You will create Wercker pipelines to build, publish, and deploy this microservice during the workshop.

About

A version of the twitter-feed service for use with Oracle Cloud Infrastructure Container Engine for Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 89.8%
  • Shell 10.2%