{"id":21902724,"url":"https://github.com/apgapg/k8s_ingress_sample","last_synced_at":"2026-05-20T10:05:09.839Z","repository":{"id":97736125,"uuid":"382547175","full_name":"apgapg/k8s_ingress_sample","owner":"apgapg","description":"Kubernetes ingress sample","archived":false,"fork":false,"pushed_at":"2021-07-03T06:52:16.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T06:46:46.259Z","etag":null,"topics":["ingress","k8s","kubernetes"],"latest_commit_sha":null,"homepage":"","language":null,"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/apgapg.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-07-03T06:52:11.000Z","updated_at":"2021-07-03T06:54:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"2fdee686-eff7-406f-8dc5-7e0ede0f35ef","html_url":"https://github.com/apgapg/k8s_ingress_sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apgapg%2Fk8s_ingress_sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apgapg%2Fk8s_ingress_sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apgapg%2Fk8s_ingress_sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apgapg%2Fk8s_ingress_sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apgapg","download_url":"https://codeload.github.com/apgapg/k8s_ingress_sample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244916329,"owners_count":20531372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ingress","k8s","kubernetes"],"created_at":"2024-11-28T15:20:53.667Z","updated_at":"2026-05-20T10:05:09.788Z","avatar_url":"https://github.com/apgapg.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ingress Sample\n\nA sample demonstration of k8s Ingress.\n\n## Services\n\nTwo services running on port 5678\n\n```\n- Apple\n- Banana\n```\n\nSee `apple.yml` and `banana.yml`\n\n## Ingress\n\nThese services are routed via Ingress.\n\nIf endpoint /apple is reached `apple-service` will be invoked, otherwise for /banana `banana-service` will be  invoked.\n\n## Try Out\n\nTo run the sample make sure `kubernetes` and `minikube` is installed on your machine.\n\n1. Start minikube via `minikube start`\n\nNote: you might need to add on ingress in minikube\n\n2. Then inidividually you can run:\n```shell\nkubectl apply -f apple.yml\nkubectl apply -f banana.yml\nkubectl apply -f ingress.yml\n```\n\n3. Check status\n\nGet status of services\n```shell\nkubectl get services \n```\n\nGet status of ingress\n```shell\nkubectl get ingress \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapgapg%2Fk8s_ingress_sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapgapg%2Fk8s_ingress_sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapgapg%2Fk8s_ingress_sample/lists"}