{"id":16110322,"url":"https://github.com/florianvazelle/kube-nodejs-helloworld","last_synced_at":"2026-04-18T06:33:47.093Z","repository":{"id":66992270,"uuid":"371687060","full_name":"florianvazelle/kube-nodejs-helloworld","owner":"florianvazelle","description":"Hello world in nodejs with docker and kubernetes","archived":false,"fork":false,"pushed_at":"2021-05-28T15:52:42.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T04:26:29.167Z","etag":null,"topics":["docker-image","kubernetes","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/florianvazelle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-28T12:03:22.000Z","updated_at":"2021-05-28T15:53:52.000Z","dependencies_parsed_at":"2023-03-12T07:16:23.432Z","dependency_job_id":null,"html_url":"https://github.com/florianvazelle/kube-nodejs-helloworld","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/florianvazelle/kube-nodejs-helloworld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianvazelle%2Fkube-nodejs-helloworld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianvazelle%2Fkube-nodejs-helloworld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianvazelle%2Fkube-nodejs-helloworld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianvazelle%2Fkube-nodejs-helloworld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/florianvazelle","download_url":"https://codeload.github.com/florianvazelle/kube-nodejs-helloworld/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianvazelle%2Fkube-nodejs-helloworld/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31959880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image","kubernetes","nodejs"],"created_at":"2024-10-09T19:36:58.894Z","updated_at":"2026-04-18T06:33:47.076Z","avatar_url":"https://github.com/florianvazelle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubernetes Node.js Hello World App\n\n## Docker\n\nTo build the hello world container :\n```\n$ make build\n```\n\nTo start the docker image in background, run :\n```\n$ make run\n```\n\nTest it, with :\n```\n$ make test\n```\n\n## Kubernetes\n\nGo to the `kubernetes/` directory.\n\n### 1. Start minikube\n```\n$ minikube start\n$ minikube addons enable ingress\n```\n\n### 2. Create/Apply kube resources\n```\n$ kubectl apply -f deployment.yaml\n$ kubectl apply -f service.yaml\n$ kubectl apply -f config-map.yaml\n$ kubectl apply -f ingress.yaml\n```\n\n### 3. Test it\n```bash\n$ kubectl port-forward service/service-helloworld-app 8000:8000\n$ minikube service service-helloworld-app --url\n$ echo \"192.168.49.2 myapp.local\" \u003e\u003e /etc/hosts\n$ curl myapp.local\n```\n\n## Reference\n\n- [nodejs-docker-webapp](https://nodejs.org/en/docs/guides/nodejs-docker-webapp/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianvazelle%2Fkube-nodejs-helloworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorianvazelle%2Fkube-nodejs-helloworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianvazelle%2Fkube-nodejs-helloworld/lists"}