{"id":23655046,"url":"https://github.com/cgbas/fabrick8s","last_synced_at":"2026-02-06T09:34:58.109Z","repository":{"id":107997613,"uuid":"481441824","full_name":"cgbas/fabrick8s","owner":"cgbas","description":"Based on the hitchicker's guide to deploying fabric on kubernetes","archived":false,"fork":false,"pushed_at":"2022-04-14T03:47:01.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T03:30:08.260Z","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/cgbas.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-04-14T02:37:02.000Z","updated_at":"2022-04-14T02:37:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"94c21fcb-8f8c-45c9-b0ce-da6c5b9153ab","html_url":"https://github.com/cgbas/fabrick8s","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cgbas/fabrick8s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgbas%2Ffabrick8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgbas%2Ffabrick8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgbas%2Ffabrick8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgbas%2Ffabrick8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cgbas","download_url":"https://codeload.github.com/cgbas/fabrick8s/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgbas%2Ffabrick8s/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29157426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"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-12-28T19:50:04.494Z","updated_at":"2026-02-06T09:34:58.074Z","avatar_url":"https://github.com/cgbas.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# fabrick8s\n\nMeus estudos baseados em A hitchhikers guide to deploying Hyperledger Fabric on kubernetes \n\nTalk no TDC: https://s3-sa-east-1.amazonaws.com/thedevconf/presentations/TDC2018POA/blockchain/DKH-6936_2018-12-12T062113_hfl_kubernetes_TDC.pdf\n\n\n\n***\n## O Ambiente\n### Cluster local\n\nVamos começar com um cluster local com 4 nós[^1] e a maneira mais prática para conseguir é com o [Kind](https://kind.sigs.k8s.io/). \nPara isso, execute[^2]\n\n```bash\n\ngo install sigs.k8s.io/kind@v0.12.0\n\n kind create cluster  --name fabrick8s\n```\n\n#### Cert-manager\n\nAgora, instale o cert manager no cluster\n\n```bash\nhelm install stable/cert-manager -n cert-manager --namespace cert-manager\n```\n\nE configure os cert-managers de Staging e Produção\n\n```bash\nkubectl create -f ./lf-k8s-hlf-webinar/extra/certManagerCI_staging.yaml\n\nkubectl create -f ./lf-k8s-hlf-webinar/extra/certManagerCI_production.yaml\n```\n\n## Fabric CA\n\n\n```\nhelm install stable/hlf-ca -n ca --namespace blockchain -f ./helm_values/ca_values.yaml\nCA_POD=$(kubectl get pods -n blockchain -l \"app=hlf-ca,release=ca\" -o jsonpath=\"{.items[0].metadata.name}\")\nkubectl logs -n blockchain $CA_POD | grep \"Listening on\"\n```\n\n\n---\n[^1]: O [repo](https://github.com/aidtechnology/lf-k8s-hlf-webinar) que originou essa talk está adicionado como um submódulo .\n[^2]: A configuração do cluster está no arquivo `kind.yaml`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgbas%2Ffabrick8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcgbas%2Ffabrick8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgbas%2Ffabrick8s/lists"}