Sign inSign up

saidsef/node-webserver

By saidsef

Updated 3 days ago

Sample Node Application Web Server

Image
1

10K+

saidsef/node-webserver repository overview

Sample Node Application Web Server

This is a basic Hello World node application web server.

This is used to test container platform builds such as K8s, Messos (DC/OS) etc.

Prerequisites

  • Container Platform

Deployment

To deploy locally:

docker run -d -p 80:80 saidsef/node-webserver

To deploy in Kubernetes:

kubectl apply -k ./deployments/

Remeber to update /deployments/ingress.yml ingress hostname

Then navigate to:

http://hostname.tld

Tag summary

Content type

Image

Digest

sha256:9a706eaa7

Size

64.6 MB

Last updated

3 days ago

docker pull saidsef/node-webserver