{"id":44103124,"url":"https://github.com/conradwt/dockercoins-using-kind","last_synced_at":"2026-02-08T14:37:40.162Z","repository":{"id":146523850,"uuid":"313835225","full_name":"conradwt/dockercoins-using-kind","owner":"conradwt","description":"The purpose of this example is to provide instructions for running the Dockercoins sample app using Kind.","archived":false,"fork":false,"pushed_at":"2025-09-15T04:21:00.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-15T06:23:48.896Z","etag":null,"topics":["dockercoins","kind","kubernetes","redis","tutorial"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conradwt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-18T05:45:23.000Z","updated_at":"2025-09-15T04:21:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"f15540c3-d726-493f-b92d-ac69ab3180bc","html_url":"https://github.com/conradwt/dockercoins-using-kind","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/conradwt/dockercoins-using-kind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conradwt%2Fdockercoins-using-kind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conradwt%2Fdockercoins-using-kind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conradwt%2Fdockercoins-using-kind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conradwt%2Fdockercoins-using-kind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conradwt","download_url":"https://codeload.github.com/conradwt/dockercoins-using-kind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conradwt%2Fdockercoins-using-kind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29233476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T14:18:14.570Z","status":"ssl_error","status_checked_at":"2026-02-08T14:18:14.071Z","response_time":57,"last_error":"SSL_read: 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":["dockercoins","kind","kubernetes","redis","tutorial"],"created_at":"2026-02-08T14:37:40.092Z","updated_at":"2026-02-08T14:37:40.155Z","avatar_url":"https://github.com/conradwt.png","language":null,"readme":"# Getting Started With Kubernetes and Container Orchestration Notes\n\nThe purpose of this example is to provide instructions for running the Dockercoins sample app using Kind.\n\n## Software Requirements\n\n- Docker Desktop for Mac 4.45.0 or newer\n\n- Kubernetes 1.33.4\n\n- KinD 0.30.0 or newer\n\n## Create Cluster\n\n```zsh\nkind create cluster --name dockercoins --config ./kind.yaml\n```\n\n## Create Necessary Environment Variables\n\n```zsh\nexport KUBECONFIG=\"$(kind get kubeconfig --name='dockercoins')\"\nexport REGISTRY=dockercoins\nexport TAG=v0.1\n```\n\n## Create Redis Deployment\n\n```zsh\nkubectl create deployment redis --image=redis\n```\n\n## Create Other Deployments\n\n```zsh\nfor SERVICE in hasher rng webui worker; do\n  kubectl create deployment $SERVICE --image=$REGISTRY/$SERVICE:$TAG\ndone\n```\n\n## Create Redis, Rng, And Hasher Services Using ClusterIP Type\n\n```zsh\nkubectl expose deployment redis --port 6379\nkubectl expose deployment rng --port 80\nkubectl expose deployment hasher --port 80\n```\n\n## Create WebUI Service Using NodePort Type\n\n```zsh\nkubectl create service nodeport webui --node-port=30080 --tcp=8082:80\n```\n\n## Navigate To WebUI Service In The Browser\n\n```zsh\nopen http://localhost:8082\n```\n\n## Scaling The Worker Service\n\n```zsh\nkubectl scale deploy/worker --replicas=10\n```\n\n## Teardown Cluster\n\n```zsh\nkind delete cluster --name dockercoins\n```\n\n## References\n\n- https://github.com/kubernetes-sigs/kind\n\n- https://training.play-with-kubernetes.com/kubernetes-workshop\n\n## Support\n\nBug reports and feature requests can be filed with the rest for the Phoenix project here:\n\n- [File Bug Reports and Features](https://github.com/conradwt/dockercoins-using-kind/issues)\n\n## License\n\nDockercoins Using Kind is released under the [MIT license](./LICENSE.md).\n\n## Copyright\n\ncopyright:: (c) Copyright 2020 - 2025 Conrad Taylor. All Rights Reserved.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconradwt%2Fdockercoins-using-kind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconradwt%2Fdockercoins-using-kind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconradwt%2Fdockercoins-using-kind/lists"}