{"id":19523891,"url":"https://github.com/eitansuez/minitsb-rake-helm","last_synced_at":"2026-05-11T12:40:19.907Z","repository":{"id":202687275,"uuid":"707918513","full_name":"eitansuez/minitsb-rake-helm","owner":"eitansuez","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-01T16:41:36.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T01:27:04.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/eitansuez.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":"2023-10-21T01:27:17.000Z","updated_at":"2024-05-01T16:41:39.000Z","dependencies_parsed_at":"2023-10-27T19:35:42.599Z","dependency_job_id":"488eefc9-bbb4-4934-aebb-95f6f996a6f9","html_url":"https://github.com/eitansuez/minitsb-rake-helm","commit_stats":null,"previous_names":["eitansuez/minitsb-rake-helm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eitansuez/minitsb-rake-helm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fminitsb-rake-helm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fminitsb-rake-helm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fminitsb-rake-helm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fminitsb-rake-helm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eitansuez","download_url":"https://codeload.github.com/eitansuez/minitsb-rake-helm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fminitsb-rake-helm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32895315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-11T00:45:06.401Z","updated_at":"2026-05-11T12:40:19.892Z","avatar_url":"https://github.com/eitansuez.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Readme\n\nThis repository is derived from [minitsb-rake](https://github.com/eitansuez/minitsb-rake).\nThe difference is that instead of using the `tctl` CLI to install TSB, here we use Helm.\n\n## Recipe\n\n1. Provision the VM.  See instructions in the terraform subdirectory's [readme file](terraform/readme.md).\n\n1. Ssh onto the VM\n\n    ```shell\n    gcloud compute ssh ubuntu@tsb-vm\n    ```\n\n1. Before proceeding, check on the status of `cloud-init` to make sure the VM setup is complete:\n\n     ```shell\n     cloud-init status\n     ```\n\n    The logs of the cloud-init activity are located in `/var/log/cloud-init-output.log`.\n\n1. Install tools and CLIs\n\n     ```shell\n    ./install-tools.sh\n     ```\n\n1. Kick off the installation of TSB with the command:\n\n     ```shell\n     rake\n     ```\n\n## Scenario convention\n\nUnder the `scenarios` directory, create a new directory named after your new scenario.\n\nThe contents of your scenario directory must include three files:\n\n1. `topology.yaml`: a list of `clusters`.  For each cluster, at the very least supply a name.  Fields `region` and `zone` are optional, and are useful for specifying locality.  Designate the management plane cluster with `is_mp: true`.  Workload clusters are onboarded by default.  Can optionally specify not to onboard a workload cluster with `onboard_cluster: false`.  See existing scenarios for an example of a topology.\n\n1. `deploy.sh`: a script that applies Kubernetes and TSB resources to build a scenario (deploy an application, configure ingress, etc..).  This script is often accompanied with Kubernetes and TSB yaml files that are applied by the script.  See existing scenarios for an example.\n\n1. `info.sh`: a script that outputs any information you wish the user to have including sample commands to exercise or generate a load against a deployed application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feitansuez%2Fminitsb-rake-helm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feitansuez%2Fminitsb-rake-helm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feitansuez%2Fminitsb-rake-helm/lists"}