{"id":18299825,"url":"https://github.com/containersolutions/kong-demo","last_synced_at":"2025-04-09T09:24:56.431Z","repository":{"id":56452066,"uuid":"310309579","full_name":"ContainerSolutions/kong-demo","owner":"ContainerSolutions","description":"A repo that will demonstrate some of the functionality of the kong ingress","archived":false,"fork":false,"pushed_at":"2020-11-09T11:07:08.000Z","size":46,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-15T03:29:14.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ContainerSolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-05T13:35:20.000Z","updated_at":"2022-03-04T03:56:07.000Z","dependencies_parsed_at":"2022-08-15T19:00:52.530Z","dependency_job_id":null,"html_url":"https://github.com/ContainerSolutions/kong-demo","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/ContainerSolutions%2Fkong-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerSolutions%2Fkong-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerSolutions%2Fkong-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerSolutions%2Fkong-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ContainerSolutions","download_url":"https://codeload.github.com/ContainerSolutions/kong-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248009961,"owners_count":21032831,"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":[],"created_at":"2024-11-05T15:10:28.892Z","updated_at":"2025-04-09T09:24:56.412Z","avatar_url":"https://github.com/ContainerSolutions.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kong Ingress Demo\n\nThis is a collection of scripts designed to show case how the Kong Ingress works and how to configure it.\n\n## How it works:\n\nIn each directory in `demos/` you will find a `manifest.yaml`, in the corresponding `README.md` you will find a description of what the configuration for that directory does. You will notice some steps depend on you having run previous steps. The dependencies will be listed in the `README.md`\n\n## Getting Started\n\n### Dependencies\n\nThis repo assumes you have the following tools installed:\n\n- [Make](https://man7.org/linux/man-pages/man1/make.1.html)\n- [K3D](https://k3d.io/) version 3.0.0 tested\n- [Kustomize](https://kustomize.io/)\n- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)\n- [jq](https://stedolan.github.io/jq/)\n- [curl](https://curl.haxx.se/)\n- [openssl](https://www.openssl.org/)\n\n**Note** This repo has been tested on Debian and MacOS.\n\n### Start up and install\n\nStarting a K3D cluster:\n\n```bash\nmake k3d-up\n```\n\nInstalling Kong:\n\n```bash\nmake kong-install\n```\n\nYou should now have a fully functioning Kong Ingress Install, to validate:\n\n```bash\n$ kubectl -n kong get pods\n\nNAME                            READY   STATUS      RESTARTS   AGE\npostgres-0                      1/1     Running     0          26m\nkong-migrations-65bzs           0/1     Completed   0          26m\ningress-kong-59647d65b9-zh8xd   2/2     Running     0          26m\n```\n\n## Steps:\n\n- [Deploy Echo Service](/demos/01_deploy-echo)\n- [Deploy Ingress Routing](/demos/02_create-ingress)\n- [Create Consumer and Credentials](/demos/03_create-consumer-with-credentials)\n- [Enable Key Authentication On Your Service](/demos/04_enable-key-auth)\n- [Enable JWT Authentication On Your Service](/demos/05_enable-jwt)\n- [Enable Rate Limiting Authentication On Your Service](/demos/06_create-rate-limit)\n\n\n## Clean Up\n\nto remove everything just run\n\n```bash\nmake k3d-down\n```\nThis will destroy the cluster and the install with it.\n\n## Resources\n\n- [Kong Ingress](https://github.com/Kong/kubernetes-ingress-controller/tree/main/docs)\n- [KongHQ Docs](https://docs.konghq.com/?itm_source=website\u0026itm_medium=nav)\n- [Kubernetes CRD's](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainersolutions%2Fkong-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontainersolutions%2Fkong-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainersolutions%2Fkong-demo/lists"}