{"id":16544007,"url":"https://github.com/s3rius/home_infra","last_synced_at":"2025-07-02T03:36:54.434Z","repository":{"id":107290730,"uuid":"512515160","full_name":"s3rius/home_infra","owner":"s3rius","description":"Infrastructure for local kubernetes cluster","archived":false,"fork":false,"pushed_at":"2022-07-10T18:56:14.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-27T21:44:24.815Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/s3rius.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":"2022-07-10T18:55:53.000Z","updated_at":"2024-10-07T09:53:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee17d054-1b19-4ae8-bbc6-a635dbc3b802","html_url":"https://github.com/s3rius/home_infra","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/s3rius/home_infra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fhome_infra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fhome_infra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fhome_infra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fhome_infra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s3rius","download_url":"https://codeload.github.com/s3rius/home_infra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fhome_infra/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263071244,"owners_count":23409255,"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":[],"created_at":"2024-10-11T19:00:54.218Z","updated_at":"2025-07-02T03:36:54.407Z","avatar_url":"https://github.com/s3rius.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# My kubernetes infrastructure for local cluster\n\nI use kubernetes a lot. A I love it, so I've decided to\nhave all my infrastructure configs in one place.\n\nThis repo has minimal setup for:\n* grafana\n* sentry\n* jaeger\n* loki\n* influx-db (for jmeter)\n* opentelemetry-collector\n\nAll projects are interconnected, so grafana has predefined \ndata sources for jaeger and loki, opentelemetry collector\nsends collected information to loki and jaeger.\n\nTo create local cluster from scratch use this commands:\n```bash\n# Creates cluster and local registry for docker images.\nk3d cluster create --config k3d-config.yml\n\nkubectl create namespace tracing \nkubectl create namespace sentry \nkubectl create namespace grafana\nkubectl apply -f sentry\nkubectl apply -f tracing\nkubectl apply -f grafana\n\n# After applying this configuration create superuser for sentry.\nkubectl exec -it -n sentry deployments/sentry --container sentry -- sentry createuser\n```\n\nIt has hardcoded things, but I don't really care, since this configuration\nis not intended to be used in production.\n\nAlso it uses deprecated sentry deployment method as described here: https://hub.docker.com/_/sentry, because it's easier to configure.\n\nAvailable links after installation:\n* http://grafana.localhost/\n* http://sentry.localhost/\n* http://jaeger.localhost/\n* http://loki.localhost/\n\nAlso it has opened ports for some services:\n* http://localhost:30086 - influx-db\n* http://localhost:30017 - opentelemetry grpc endpoint","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rius%2Fhome_infra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs3rius%2Fhome_infra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rius%2Fhome_infra/lists"}