{"id":16396952,"url":"https://github.com/thomasgassmann/traefik-kubernetes","last_synced_at":"2025-10-25T18:36:22.807Z","repository":{"id":101938852,"uuid":"202608837","full_name":"thomasgassmann/traefik-kubernetes","owner":"thomasgassmann","description":"Project template to build an application running on Kubernetes with Traefik","archived":false,"fork":false,"pushed_at":"2019-08-15T21:28:10.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T20:52:16.276Z","etag":null,"topics":["gke","kubernetes","traefik","traefik-ingress"],"latest_commit_sha":null,"homepage":null,"language":null,"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/thomasgassmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-08-15T20:42:31.000Z","updated_at":"2023-10-10T21:36:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"d63c8d0d-3677-4ba7-bb56-20bc470298c1","html_url":"https://github.com/thomasgassmann/traefik-kubernetes","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/thomasgassmann/traefik-kubernetes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasgassmann%2Ftraefik-kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasgassmann%2Ftraefik-kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasgassmann%2Ftraefik-kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasgassmann%2Ftraefik-kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasgassmann","download_url":"https://codeload.github.com/thomasgassmann/traefik-kubernetes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasgassmann%2Ftraefik-kubernetes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281002732,"owners_count":26428008,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"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":["gke","kubernetes","traefik","traefik-ingress"],"created_at":"2024-10-11T05:08:53.238Z","updated_at":"2025-10-25T18:36:22.757Z","avatar_url":"https://github.com/thomasgassmann.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Traefik on GKE\n\nProject template to build an application running on Google Kubernetes Engine (GKE) with Traefik.\n\n# Requirements\n\nThis project just requires an existing cluster on GKE ond kubectl connected to it.\n\n# Run Treafik\n\nDuring this setup, for the sake of simplicity we'll store the ACME (Automated Certificate Management Environment) configuration on a GCE disk. This will prohibit you from adding another pod to the Treafik deployment. To overcome this issue, use [another way](https://docs.traefik.io/configuration/acme/#storage) of storing Treaefik's `acme.json`.\n\nFirst, create the GCE disk:\n\n```bash\ngcloud compute disks create --size=2GB --zone=your-region demo-acme\n```\n\nSecond, update the following values in the config files in the `traefik/` folder:\n\n- `\u003cEmail\u003e` in `traefik/01_permissions.yml` and `traefik/03_config.yml`\n- `example.com` in `traefik/03_config.yml` to your domain pointing to your Kubernetes load balancer (IP visible on GKE after deployment)\n- if you want to create a separate ingress for the Treafik dashboard, also update `traefik.example.com` in `traefik/06_ingress.yml` to the domain you previously specified\n\nAfter updating the values, apply the configuration to your Kubernetes cluster using the following command:\n\n```bash\nkubectl apply -f traefik/\n```\n\n\u003e If you don't need an ingress for the Traefik dashboard, just apply the config files 1 - 5.\n\nTraefik should now be up \u0026 running on GKE. You can now point your domain to the IP of the load balancer (visible in `Services \u0026 Ingress` \u003e `treafik-ingress-controller`).\n\n# Deploying a Demo Service\n\nAfter Traefik is running, you can start deploying other services into the cluster. Traefik will automatically pick them up and create a frontend and backend according to the rules specified in the ingress definition.\n\nTo the deploy the `whoami` demo service from `containous`, first update the host rule in `whoami/03_ingress.yml`. After that deploy the service:\n\n```bash\nkubectl apply -f whoami/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasgassmann%2Ftraefik-kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasgassmann%2Ftraefik-kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasgassmann%2Ftraefik-kubernetes/lists"}