{"id":25830426,"url":"https://github.com/thatmlopsguy/k8s-homelab","last_synced_at":"2025-02-28T19:19:53.421Z","repository":{"id":279379418,"uuid":"931117107","full_name":"thatmlopsguy/k8s-homelab","owner":"thatmlopsguy","description":"GitOps Configuration and documentation of my Kubernetes homelab powered by ArgoCD","archived":false,"fork":false,"pushed_at":"2025-02-25T08:27:38.000Z","size":721,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T09:29:13.107Z","etag":null,"topics":["argocd","devops","gitops","gitops-bridge","homelab","k8s","kubernetes","platform-engineering","terraform"],"latest_commit_sha":null,"homepage":"https://thatmlopsguy.github.io/k8s-homelab/","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thatmlopsguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-11T18:39:26.000Z","updated_at":"2025-02-25T08:27:20.000Z","dependencies_parsed_at":"2025-02-25T09:39:44.342Z","dependency_job_id":null,"html_url":"https://github.com/thatmlopsguy/k8s-homelab","commit_stats":null,"previous_names":["thatmlopsguy/k8s-homelab"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmlopsguy%2Fk8s-homelab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmlopsguy%2Fk8s-homelab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmlopsguy%2Fk8s-homelab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmlopsguy%2Fk8s-homelab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thatmlopsguy","download_url":"https://codeload.github.com/thatmlopsguy/k8s-homelab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241210090,"owners_count":19927784,"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":["argocd","devops","gitops","gitops-bridge","homelab","k8s","kubernetes","platform-engineering","terraform"],"created_at":"2025-02-28T19:19:52.837Z","updated_at":"2025-02-28T19:19:53.403Z","avatar_url":"https://github.com/thatmlopsguy.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k8s-homelab\n\nMy kubernetes homelab to test some applications.\n\n## Prerequisite\n\n* [Docker](https://www.docker.com/)\n* [Kind](https://kind.sigs.k8s.io/docs/user/quick-start/)\n* [Helm](https://helm.sh/docs/intro/install/)\n* [Kubectl](https://kubernetes.io/docs/tasks/tools/)\n* [kustomize](https://kustomize.io/)\n* [k9s](https://k9scli.io/) (optional, if you'd like to inspect your cluster visually)\n\n```sh\n$ kubectl version\nClient Version: v1.30.1\nKustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3\nServer Version: v1.30.0\n\n$ kind version\nkind v0.23.0 go1.22.5 linux/amd64\n\n$ helm version\nversion.BuildInfo{Version:\"v3.15.2\", GitCommit:\"v3.15.2\", GitTreeState:\"\", GoVersion:\"go1.22.5\"}\n```\n\nTo increase these limits temporarily run the following commands on the host:\n\n```sh\nsudo sysctl fs.inotify.max_user_watches=524288\nsudo sysctl fs.inotify.max_user_instances=512\n```\n\nSource: [Pod errors due to “too many open files”](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files)\n\n## Installation\n\nThe following command with create a kind cluster.\n\n```sh\nmake terraform-apply\n```\n\nIf you enable in `terraform.tfvars` the gitops bridge by setting `enable_gitops_bridge = true`, then argocd will be also\ninstalled and all the enabled addons.\n\nYou can inspect the deployed clusters by typing:\n\n```sh\n$ kind get clusters\nmain\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatmlopsguy%2Fk8s-homelab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatmlopsguy%2Fk8s-homelab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatmlopsguy%2Fk8s-homelab/lists"}