{"id":16541068,"url":"https://github.com/itzg/try-thanos","last_synced_at":"2026-02-02T18:37:44.782Z","repository":{"id":145318095,"uuid":"276434902","full_name":"itzg/try-thanos","owner":"itzg","description":"Contains a set of Kubernetes manifest files to try out a \"single node\" deployment of Thanos using MinIO as an S3 object store.","archived":false,"fork":false,"pushed_at":"2020-07-08T02:57:05.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-19T13:20:28.812Z","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/itzg.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":"2020-07-01T16:57:18.000Z","updated_at":"2020-07-28T13:18:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"43c10bd7-3c50-42db-903d-21df5673e35d","html_url":"https://github.com/itzg/try-thanos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itzg/try-thanos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Ftry-thanos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Ftry-thanos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Ftry-thanos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Ftry-thanos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzg","download_url":"https://codeload.github.com/itzg/try-thanos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Ftry-thanos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29017629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T18:20:26.228Z","status":"ssl_error","status_checked_at":"2026-02-02T18:20:25.361Z","response_time":58,"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-10-11T18:54:00.757Z","updated_at":"2026-02-02T18:37:44.765Z","avatar_url":"https://github.com/itzg.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository contains a set of Kubernetes manifest files to try out a \"single node\" deployment of [Thanos](https://thanos.io/) using [MinIO](https://min.io/) as an S3 object store.\n\n## Quick start\n\nCreate Minio secret, changing at least the `secret-key`, such as generated with `openssl rand -hex 10`\n\n```shell script\nkubectl create secret generic minio \\\n    --from-literal=access-key=minioadmin \\\n    --from-literal=secret-key=minioadmin\n```\n\n\u003e If you're in a hurry and using a local cluster such as Docker Desktop, just use that secret as shown.\n\nCopy `configs/thanos-objstore-config.yaml` to `/tmp` and modify `secret_key` and `access_key` according to the secret, above.\n\nCreate a secret from that modified file:\n```shell script\nkubectl create secret generic thanos-objstore-config \\\n    --from-file=thanos-objstore-config.yaml=/tmp/thanos-objstore-config.yaml\n```\n\n\u003e If you were in a hurry, just use `--from-file=thanos-objstore-config.yaml=configs/thanos-objstore-config.yaml`\n\n\u003e Some of the service manifests use `type: LoadBalancer`. On Docker Desktop those will bind to the respective desktop port. With other cluster types you may want to change those accordingly, such as `type: NodePort`.\n\nStart up just Minio using:\n\n```shell script\nkubectl apply -f minio-deployment.yaml -f minio-ext-service.yaml\n```\n\nConnect to Minio using the access key and secret, above, and create a bucket named \"thanos\". If deploying on Docker Desktop, Minio is available at \u003chttp://localhost:9000/minio\u003e.\n\nNow apply the remaining manifests in this directory using the following. \n\n```shell script\nkubectl apply -f .\n```\n\nSome URLs of interest are as follows, assuming a Docker Desktop deployment:\n- Grafana @ \u003chttp://localhost:3000\u003e\n- Minio @ \u003chttp://localhost:9000/minio\u003e\n- Thanos remote-write endpoint compatible with Prometheus @ \u003chttp://localhost:19291/api/v1/receive\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzg%2Ftry-thanos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzg%2Ftry-thanos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzg%2Ftry-thanos/lists"}