{"id":24468601,"url":"https://github.com/viadee/floppybird-operator-demo","last_synced_at":"2026-04-18T19:32:42.752Z","repository":{"id":229729836,"uuid":"655550041","full_name":"viadee/floppybird-operator-demo","owner":"viadee","description":"A demo app to show how operators work. Allows to start and expose different flavors of floppybird in k8s","archived":false,"fork":false,"pushed_at":"2023-06-22T06:50:46.000Z","size":534,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-09-14T18:48:58.559Z","etag":null,"topics":["demo-app","floppybird","kubebuilder","kubernetes","notes"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viadee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-06-19T06:11:15.000Z","updated_at":"2025-07-09T20:15:41.000Z","dependencies_parsed_at":"2024-03-26T02:19:00.826Z","dependency_job_id":"e7ea3550-0724-49d3-b26b-01f373b02cd8","html_url":"https://github.com/viadee/floppybird-operator-demo","commit_stats":null,"previous_names":["viadee/floppybird-operator-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/viadee/floppybird-operator-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viadee%2Ffloppybird-operator-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viadee%2Ffloppybird-operator-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viadee%2Ffloppybird-operator-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viadee%2Ffloppybird-operator-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viadee","download_url":"https://codeload.github.com/viadee/floppybird-operator-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viadee%2Ffloppybird-operator-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"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":["demo-app","floppybird","kubebuilder","kubernetes","notes"],"created_at":"2025-01-21T07:12:00.850Z","updated_at":"2026-04-18T19:32:42.710Z","avatar_url":"https://github.com/viadee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# floppybird-operator\n\n## prerequisite\n\n- go version v1.19.0+\n- docker version 17.03+.\n- kubectl version v1.11.3+.\n- Access to a Kubernetes v1.11.3+ cluster.\n- k3d (or any other local k8s cluster solution)\n\n## create controller image\n\n```shell\ndocker login\nmake docker-buildx IMG=crowdsalat/floppybird-operator PLATFORMS=linux/amd64\nmake deploy IMG=crowdsalat/floppybird-operator\n\nk apply -f config/samples/webapp_v1alpha1_floppybird.yaml \n\nk delete -f config/samples/webapp_v1alpha1_floppybird.yaml\nmake undeploy\n```\n\n## local test\n\n```shell\n# create local cluster\nk3d cluster create local-cluster\nkubectl config use-context k3d-local-cluster\n\n# install CRD\nmake install\n\n## launch from vscode \"Run and Debug\"\n```\n\n## project initialization\n\n```shell\n# create project\nkubebuilder init --domain demo.viadee.de --repo github.com/viadee/floppybird-operator-demo\n# create api (Create Resource [y/n] y; Create Controller [y/n] y)\nkubebuilder create api --group webapp --version v1alpha1 --kind Floppybird\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviadee%2Ffloppybird-operator-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviadee%2Ffloppybird-operator-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviadee%2Ffloppybird-operator-demo/lists"}