Add docker and deployment scripts for exemplar video streaming microservice 03/61603/1
authoradarsh1001 <adarshpalsingh1996@gmail.com>
Thu, 30 Aug 2018 15:56:08 +0000 (21:26 +0530)
committeradarsh1001 <adarshpalsingh1996@gmail.com>
Thu, 30 Aug 2018 16:14:57 +0000 (21:44 +0530)
commit09c584273e02f351a7bcc91840aa0867d9b30484
tree7dded6c75bfb4f98d36889576eefd71a3834daf0
parentc7e0f161092e6affccf50e4faf59d6eef4f4314d
Add docker and deployment scripts for exemplar video streaming microservice

JIRA: CLOVER-72

This issue falls under the "Edge Cloud-Native Cluster" intern project and is a part of both Clover and Edge cloud projects. The scripts added are of an exemplar video streaming microservice designed to run on the raspberry pi edge cluster. This commit includes the docker scripts to containerize the UV4L stream and the kubernetes deployment script to correctly run the microservice as a pod on the cluster. The detailed description of the project and the instructions for using the scripts are documented in the README.

Change-Id: Ice4e5e7e63c2eb617556eaef1255801ffac851e7
Signed-off-by: adarsh1001 <adarshpalsingh1996@gmail.com>
edge/sample/live_stream_app/README.md [new file with mode: 0644]
edge/sample/live_stream_app/deployment_uv4l.yml [new file with mode: 0644]
edge/sample/live_stream_app/docker/Dockerfile [new file with mode: 0644]
edge/sample/live_stream_app/docker/build.sh [new file with mode: 0644]
edge/sample/live_stream_app/docker/src/uv4l_start.sh [new file with mode: 0644]