{"id":18136097,"url":"https://github.com/errordeveloper/kube-test-env","last_synced_at":"2026-03-09T15:31:08.602Z","repository":{"id":211119278,"uuid":"727792179","full_name":"errordeveloper/kube-test-env","owner":"errordeveloper","description":"Go library for creating Kubernetes cluster for testing","archived":false,"fork":false,"pushed_at":"2025-06-05T16:20:06.000Z","size":114,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T06:36:43.208Z","etag":null,"topics":["kubernetes","kubernetes-cluster","kubernetes-test-env","kubernetes-testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/errordeveloper.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,"zenodo":null}},"created_at":"2023-12-05T15:28:17.000Z","updated_at":"2025-06-05T16:20:08.000Z","dependencies_parsed_at":"2024-06-21T17:37:28.922Z","dependency_job_id":"b1a72e1b-8036-4254-9568-bbe5c1e15a45","html_url":"https://github.com/errordeveloper/kube-test-env","commit_stats":null,"previous_names":["errordeveloper/kube-test-env"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/errordeveloper/kube-test-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errordeveloper%2Fkube-test-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errordeveloper%2Fkube-test-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errordeveloper%2Fkube-test-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errordeveloper%2Fkube-test-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/errordeveloper","download_url":"https://codeload.github.com/errordeveloper/kube-test-env/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errordeveloper%2Fkube-test-env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30301109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: 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":["kubernetes","kubernetes-cluster","kubernetes-test-env","kubernetes-testing"],"created_at":"2024-11-01T14:10:40.440Z","updated_at":"2026-03-09T15:31:08.584Z","avatar_url":"https://github.com/errordeveloper.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `kube-test-env` (KTE)\n\nKTE is a Go library that makes it very easy to create a Kubernetes cluster from testing, so all you need do is run `go test`.\nIt avoids having to have shell scripts that manage kind clusters. Presently it implements only one provider - kind,\nit may include other options in the future.\n\nKTE does not require `kind` CLI installed, it just needs Docker.\n\nIt's common for test infra to be configured before tests run, that approach suffers from the following:\n- setup contract is not explicit, it's often done via shell scripts and not an API\n    - lack of abstraction makes it harder to migrate between infra providers\n    - incidental features easy to add in a shell script\n- the lifecycle of the infra is not bound to test runs\n    - left-over state\n    - test scenarios cannot define infra scale or isolation requirements\n- configuration of the infra may not match expectations of the tests\n    - leads to uncertainty and poor reliability\n    - it's hard to evolve infra needs as tests evolve\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrordeveloper%2Fkube-test-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferrordeveloper%2Fkube-test-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrordeveloper%2Fkube-test-env/lists"}