Skip to content

Lightning-fast Node.js web server designed for testing container platforms and Kubernetes deployments

License

Notifications You must be signed in to change notification settings

saidsef/node-webserver

Repository files navigation

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 Kubernetes and other container schedulers.

Prerequisites

  • Container Platform

Deployment

To deploy locally:

docker run -d -p 8080:8080 docker.io/saidsef/node-webserver:latest

To deploy in Kubernetes:

kubectl apply -k ./deployments/
kubectl port-forward svc/server 8080:8080

To access from Ingress, remeber to update file /deployments/ingress.yml hostname

Then navigate to:

http://localhost:8080

Source

Our latest and greatest source of Jenkins can be found on GitHub. Fork us!

Contributing

We would ❤️ you to contribute by making a pull request.

Please read the official Contribution Guide for more information on how you can contribute.

About

Lightning-fast Node.js web server designed for testing container platforms and Kubernetes deployments

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 3

  •  
  •  
  •