{"id":23247212,"url":"https://github.com/evertras/kustomize-demo","last_synced_at":"2026-01-19T04:33:10.170Z","repository":{"id":81514561,"uuid":"466399158","full_name":"Evertras/kustomize-demo","owner":"Evertras","description":"Quick demo playing with Kustomize","archived":false,"fork":false,"pushed_at":"2022-03-05T10:08:07.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T00:25:46.166Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Evertras.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":"2022-03-05T08:48:34.000Z","updated_at":"2022-03-07T07:25:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"835c9bb7-451a-494c-979a-2ad5a68d2372","html_url":"https://github.com/Evertras/kustomize-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Evertras/kustomize-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evertras%2Fkustomize-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evertras%2Fkustomize-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evertras%2Fkustomize-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evertras%2Fkustomize-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Evertras","download_url":"https://codeload.github.com/Evertras/kustomize-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evertras%2Fkustomize-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28561842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-19T07:17:43.050Z","updated_at":"2026-01-19T04:33:10.151Z","avatar_url":"https://github.com/Evertras.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kustomize-demo\n\nQuick demo playing with Kustomize.\n\nReferenced heavily from https://github.com/kubernetes-sigs/kustomize/blob/master/examples/helloWorld/kustomization.yaml\n\n## The demo app\n\nWe use [hello](https://github.com/monopole/hello) as a demo application here.\nIt allows us to change some arbitrary configuration for demonstration purposes.\n\n## Checking Kustomize output\n\n```bash\n# Check each of the environments by viewing the output, does NOT apply!\nmake dev\nmake stg\nmake prod\n\n# These are just doing something like the following for convenience\n./bin/kustomize build deploy/development\n\n# Check the difference between any environment\n./diff.sh base development\n./diff.sh development production\n```\n\n## Applying\n\nWe can use the built in `kubectl -k` flag to send Kustomize definitions.\n\n```bash\nkubectl apply -k deploy/development\nkubectl apply -k deploy/staging\nkubectl apply -k deploy/production\n```\n\nNow we can check the output by going to:\n\n* Dev: http://localhost:8666\n* Stg: http://localhost:8667\n* Prod: http://localhost:8668\n\nNote the different version numbers, different greetings, and that dev/stg are\nusing an italic font (the 'risky feature') while production does not.\n\n## Deleting\n\nTo delete, just do the same as `apply` but with `delete`:\n\n```bash\nkubectl delete -k deploy/development\nkubectl delete -k deploy/staging\nkubectl delete -k deploy/production\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevertras%2Fkustomize-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevertras%2Fkustomize-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevertras%2Fkustomize-demo/lists"}