Skip to content

simple nodejs app with related dockerfile to deploy using knative from source to url

Notifications You must be signed in to change notification settings

blanet/knative-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knative-sample-app

the sample golang http server from Orchestrating a source-to-URL deployment on Kubernetes takes to long to build beacause it pulls a golang image(which is huge) every time.

this simple nodejs app act as a replace using a much smaller nodejs image(mhart/alpine-node) as a base.

local build and test

docker build -t {IMAGE_NAME} .
docker run --rm -p 8080:8080 {IMAGE_NAME}

About

simple nodejs app with related dockerfile to deploy using knative from source to url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published