{"id":15508280,"url":"https://github.com/heubeck/flux-kind-starter","last_synced_at":"2026-02-10T23:03:24.647Z","repository":{"id":171758354,"uuid":"648075994","full_name":"heubeck/flux-kind-starter","owner":"heubeck","description":"A local Kubernetes setup using Kind and Flux as repo template for your (and mine) experiments","archived":false,"fork":false,"pushed_at":"2024-10-28T08:41:26.000Z","size":231,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-21T18:55:32.713Z","etag":null,"topics":["flux","gitops","kind","kubernetes"],"latest_commit_sha":null,"homepage":"","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/heubeck.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-06-01T06:46:50.000Z","updated_at":"2025-06-24T09:19:16.000Z","dependencies_parsed_at":"2023-11-16T07:25:46.247Z","dependency_job_id":"72ea38ff-a33c-43be-a1bf-38a2a5e4f433","html_url":"https://github.com/heubeck/flux-kind-starter","commit_stats":{"total_commits":41,"total_committers":3,"mean_commits":"13.666666666666666","dds":0.6097560975609756,"last_synced_commit":"f9c82f5365e838545da353d8da83876a7c4ec1f8"},"previous_names":["heubeck/flux-kind-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/heubeck/flux-kind-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heubeck%2Fflux-kind-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heubeck%2Fflux-kind-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heubeck%2Fflux-kind-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heubeck%2Fflux-kind-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heubeck","download_url":"https://codeload.github.com/heubeck/flux-kind-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heubeck%2Fflux-kind-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29321276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"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":["flux","gitops","kind","kubernetes"],"created_at":"2024-10-02T09:36:53.381Z","updated_at":"2026-02-10T23:03:24.620Z","avatar_url":"https://github.com/heubeck.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flux-Kind-Starter\n\nA local Kubernetes setup using [Kind](https://kind.sigs.k8s.io/) and [Flux](https://fluxcd.io/) as template for your (and mine) experiments.\n\n## Usage\n\n* [Create a new repository](https://github.com/heubeck/flux-kind-starter/generate) from this template into your own profile.\n* Clone it locally and step into its directory.\n* Use [`make`](#make) for preparing your workstation and preparing the playground.\n\n### `make`\n\nPlease have a look to the top section of the [`Makefile`](Makefile) to change its configuration for adopting it to your needs.\n\nThe included `Makefile` supports the following tasks:\n\n* `make prepare`:\n  Downloads the `kubectl`, `kind` and `flux` clis to `~/.fks` for later use. It's doesn't manipulate any of your regular local setup.\n\n* `make pre-check`:\n  Validates the required setup: podman or docker, kubectl, kind and flux.\n\n* `make new`:\n  Creates a new k8s kind cluster and points the local kube context to it.\n  If available, _podman_ will be used unless env `NO_PODMAN=1` doesn't prevent it. Otherwise _docker_ is used.\n\n* `make bootstrap`:\n  Bootstraps flux to the local cluster, targeting the _this_ GitHub repository you're using and _the current_ checked out branch.\n  `GITHUB_TOKEN` env needs to be configured with a repo-scoped GitHub personal access token\n\n* `make check`:\n  Runs automatically before _bootstrap_, validating the kube context and printing the targeted GitHub repository.\n\n* `make wait`:\n  Blocks til reconciliation finished and the cluster is ready to use.\n\n* `make clean`:\n  Removes the local kind cluster.\n\n## What's in the box\n\n* Kind [config](.kind/config.yaml) binding to host ports 8080 and 8443, so please free up those ports or change the config\n* Basic GitOps setup with [nginx-ingress](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) listing to those ports and\n* [kubernetes-dashboard](https://github.com/kubernetes/dashboard/tree/master/charts/helm-chart/kubernetes-dashboard) accessible at http://localhost:8080/dashboard/\n* An empty [apps](apps) folder targeted by a respective [kustomization](local-cluster/apps.yaml), ready to take your experiments\n\n## Local requirements\n\nWhile `kubectl`, `kind` and `flux` are managed with this repository (for version compatibility of everything in here), your local setup has to fulfill the following:\n\n* `podman` (has precedence) or `docker` client available (and in case of docker configured properly to its daemon)\n* `curl` for downloading the managed clis\n* some common tools used by the Makefile:\n  * `jq`\n  * `cut`\n  * `awk`\n  * `which`\n  * `tar` (with gzip support)\n\n## Contribution\n\nPlease don't hesitate to file any issues or propose enhancements to this repo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheubeck%2Fflux-kind-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheubeck%2Fflux-kind-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheubeck%2Fflux-kind-starter/lists"}