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.
- Container Platform
 
To deploy locally:
docker run -d -p 8080:8080 docker.io/saidsef/node-webserver:latestTo deploy in Kubernetes:
kubectl apply -k ./deployments/kubectl port-forward svc/server 8080:8080To access from
Ingress, remeber to update file/deployments/ingress.ymlhostname
Then navigate to:
http://localhost:8080Our latest and greatest source of Jenkins can be found on GitHub. Fork us!
We would ❤️ you to contribute by making a pull request.
Please read the official Contribution Guide for more information on how you can contribute.