{"id":30754274,"url":"https://github.com/twogg-git/go-devspace","last_synced_at":"2025-09-04T09:09:04.608Z","repository":{"id":83441393,"uuid":"348971949","full_name":"twogg-git/go-devspace","owner":"twogg-git","description":"Simple Golang app to test Devspace hot reloading.","archived":false,"fork":false,"pushed_at":"2021-03-18T08:03:13.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T02:01:53.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/twogg-git.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":"2021-03-18T06:56:37.000Z","updated_at":"2021-03-18T08:03:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8f093ba-cf95-40e2-90f4-e5fa0888a685","html_url":"https://github.com/twogg-git/go-devspace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/twogg-git/go-devspace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twogg-git%2Fgo-devspace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twogg-git%2Fgo-devspace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twogg-git%2Fgo-devspace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twogg-git%2Fgo-devspace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twogg-git","download_url":"https://codeload.github.com/twogg-git/go-devspace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twogg-git%2Fgo-devspace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273581245,"owners_count":25131393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":"2025-09-04T09:07:52.128Z","updated_at":"2025-09-04T09:09:04.556Z","avatar_url":"https://github.com/twogg-git.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Devspace \nIts an open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster.   \n\n![Devspace](https://d33wubrfki0l68.cloudfront.net/42cf299a91a44c619c03b1fb1077eefec5ee5cdb/61a97/img/processes/workflow-devspace.png?raw=true \"Devspace\")\nhttps://devspace.sh/\n\n## Requirements\n- Docker Desktop https://docs.docker.com/desktop/\n- Hub Docker account https://hub.docker.com/\n- KIND local Kubernetes cluster using Docker container “nodes”. https://kind.sigs.k8s.io/\n\n## Create KinD Cluster\n```sh\nkind create cluster --config cluster.yaml\n```\n\n## Nginx DNS\n```sh\nkubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml\nkubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=90s\n```\n\n## What is DevSpace?\nDevSpace is a client-only, open-source developer tool for Kubernetes:\n\n- Build, test and debug applications directly inside Kubernetes\n- Develop with hot reloading: updates your running containers without rebuilding images or restarting containers\n- Unify deployment workflows within your team and across dev, staging and production\n- Automate repetitive tasks for image building and deployment\n\n## Init DevSpace in the current folder\n```sh\ndevspace init\n\u003e Use the Dockerfile in ./Dockerfile\n```\n\n```sh\n Which registry do you want to use for storing your Docker images?\n  [Use arrows to move, type to filter]\n\u003e Use hub.docker.com =\u003e you are logged in as \u003cyour-registry\u003e\n  Use GitHub image registry\n  Use other registry\n```\n\n```sh\n? Which build stage (target) within your Dockerfile do you want to use for development?\n  Choose `build` for quickstart projects.\n  [Use arrows to move, type to filter]\n\u003e build\n  production\n  [none] (build complete Dockerfile)\n```\n\n```sh\n? How do you want to deploy this project?\n  [Use arrows to move, type to filter]\n\u003e Deploy with the component-chart (https://devspace.sh/component-chart/docs)\n  Deploy with existing Kubernetes manifests (e.g. ./kube/deployment.yaml)\n  Deploy with a local Helm chart (e.g. ./chart/)\n  Deploy with a remote Helm chart\n```\n\n## Start Development Mode\n```sh\ndevspace dev\n```\n\n## Devspace WebUI\n```sh\nhttp://localhost:8090/logs/containers\n```\n\n## CleanUp you DevSpace \u0026 Cluster\n```sh\ndevspace cleanup images \u0026\u0026 devspace purge\nkind delete cluster --name devspace\n``` ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwogg-git%2Fgo-devspace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwogg-git%2Fgo-devspace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwogg-git%2Fgo-devspace/lists"}