{"id":44126167,"url":"https://github.com/gmalewicz/golf-kubernetes","last_synced_at":"2026-02-08T21:20:33.065Z","repository":{"id":103481788,"uuid":"404457566","full_name":"gmalewicz/golf-kubernetes","owner":"gmalewicz","description":"Kubernetes configuration for Golf application setup. Tested in DigitalOcean.","archived":false,"fork":false,"pushed_at":"2025-05-30T08:27:47.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T10:56:11.656Z","etag":null,"topics":["kubernetes","kubernetes-deployment","yaml"],"latest_commit_sha":null,"homepage":"","language":"Smarty","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/gmalewicz.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,"zenodo":null}},"created_at":"2021-09-08T18:40:17.000Z","updated_at":"2025-05-30T08:27:51.000Z","dependencies_parsed_at":"2024-01-18T16:44:19.614Z","dependency_job_id":"eaa7308c-a7ff-4ceb-933d-d6209a422f41","html_url":"https://github.com/gmalewicz/golf-kubernetes","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/gmalewicz/golf-kubernetes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmalewicz%2Fgolf-kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmalewicz%2Fgolf-kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmalewicz%2Fgolf-kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmalewicz%2Fgolf-kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmalewicz","download_url":"https://codeload.github.com/gmalewicz/golf-kubernetes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmalewicz%2Fgolf-kubernetes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29244639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T21:00:43.743Z","status":"ssl_error","status_checked_at":"2026-02-08T20:59:20.374Z","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":["kubernetes","kubernetes-deployment","yaml"],"created_at":"2026-02-08T21:20:30.571Z","updated_at":"2026-02-08T21:20:33.058Z","avatar_url":"https://github.com/gmalewicz.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golf Application\n\nSet of tools for creation of developement CD environment based on Rancher K3s on WSL2 Ubuntu \n\nUsed technologes: \n- Docker required by K3s\n- Rancher K3s for developement CD\n- MetalLB as a network load balancer \n- HELM for managing Kubernetes application\n- Bash script to start entire installation\n- Ansible for installation automation\n- ArgoCD for CD with git archive (push on main)  \n\nNote: Images for backend (golf-app) and frontend (golf-web) applications are build by GitHub Actions in separate repositories. They are stored in DockerHub.\n\n## Prerequisites:\n\n- Installed Ubuntu on Windows WSL2 with user golf\n\n## Install git\n\n```console\nsudo apt install git\n```\n\n## Clone golf-kubernetes project\n\n```console\ngit clone https://github.com/gmalewicz/golf-kubernetes.git\n```\n\n## Run script\n\n```console\nsudo bash ./golf-kubernetes/install.sh\n```\n\nNote: Number of retries depends on machine performance and internet speed. Waiting time might take several minutes \\\nNote: Do not break the playbook execution. \\\nNote: You can run agin the script if it fails until it finish with success. Accept file overwritting if prompted. \\\nNote: You need to reopen ubuntu session to make kubectl working for your user otherwise use sudo\n\n## Access to golf appication\n\n### Start port forwarding\n\n```console\nkubectl port-forward svc/golf-web-lb 8900:443\n```\n\n### Open Golf application \n\n[https://localhost:8900](https://) \n\nNote: Credentials: golfer/welcome\n\n## Optional: Acccess to ArgoCD UI\n\n### Start port forwarding\n\n```console\nkubectl port-forward svc/argocd-server -n argocd 8901:443\n```\n\n### Open ArgoCD UI \n\n[https://localhost:8901](https://) \n\n### Get password for admin user \n\n```console\nkubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath=\"{.data.password}\" | base64 -d \n```\n\nNote: Cluster is synchronized with repository main branch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmalewicz%2Fgolf-kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmalewicz%2Fgolf-kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmalewicz%2Fgolf-kubernetes/lists"}