Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nehmetekle/finalwebappdock
https://github.com/nehmetekle/finalwebappdock
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/nehmetekle/finalwebappdock
- Owner: nehmetekle
- License: cc-by-4.0
- Created: 2023-12-05T18:09:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-05T18:14:20.000Z (about 1 year ago)
- Last Synced: 2024-11-13T00:08:05.510Z (2 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample Docker and Kubernetes Node.JS app
This code sample uses the Node.js web framework Express to create a basic web server that listens for HTTP requests on port 8080.
The code includes a Dockerfile in `app/Dockerfile`, which includes the steps to build a container image that can run a Node.js web server. The code sample also includes `deployment.yml` and `service.yml`. `deployment.yml` describe how to deploy the containerized Node.JS application to a Kubernetes cluster. `service.yml` creates a service and a secret resource.
To use the secret resource, you'll need first create a service account and associated secret. See this [Developer Community post](https://developercommunity.visualstudio.com/t/New-Kubernetes-service-connection-causes/10138123#T-N10138393) for more help.
# Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.# Legal Notices
Microsoft and any contributors grant you a license to the Microsoft documentation and other content
in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode),
see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the
[LICENSE-CODE](LICENSE-CODE) file.Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.Privacy information can be found at https://privacy.microsoft.com/en-us/
Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents,
or trademarks, whether by implication, estoppel or otherwise.