{"id":23498005,"url":"https://github.com/freedomben/super-simple-k8s-app","last_synced_at":"2026-07-06T13:31:43.725Z","repository":{"id":69605478,"uuid":"484261869","full_name":"FreedomBen/super-simple-k8s-app","owner":"FreedomBen","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-14T00:59:51.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-16T14:59:13.905Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/FreedomBen.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,"publiccode":null,"codemeta":null}},"created_at":"2022-04-22T01:53:07.000Z","updated_at":"2022-04-22T01:53:47.000Z","dependencies_parsed_at":"2023-02-26T12:31:42.420Z","dependency_job_id":null,"html_url":"https://github.com/FreedomBen/super-simple-k8s-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fsuper-simple-k8s-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fsuper-simple-k8s-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fsuper-simple-k8s-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fsuper-simple-k8s-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreedomBen","download_url":"https://codeload.github.com/FreedomBen/super-simple-k8s-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250307813,"owners_count":21409149,"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","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-25T05:17:49.863Z","updated_at":"2025-10-29T16:22:59.876Z","avatar_url":"https://github.com/FreedomBen.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# super simple k8s app\n\nA super simple \"app\" that you can run in k8s.  Useful for things like (but not limited to):\n\n- Testing that a new cluster runs a Deployment/Pods\n- Creating some console output from a Pod that can be looked for in logs\n- Testing that a logging stack/aggregator is properly receiving logs (there should be one log line per minute)\n- Learning how to deploy a bare minimal application to K8s\n\n## To Deploy\n\nIf all you want to do is deploy this to k8s, you can use the prebuilt image.  Clone this repo:\n\n```bash\ngit clone https://github.com/FreedomBen/super-simple-k8s-app.git \\\n \u0026\u0026 cd super-simple-k8s-app\n```\n\nAnd `kubectl apply` the `deployment.yaml` example:\n\n```bash\nkubectl apply -f deployment.yaml\n```\n\n## To build your own image\n\nTo build the image yourself:\n\n```bash\ndocker build -t \u003cyour-namespace\u003e/super-simple-k8s-app:latest .\n```\n\nPush:\n\n```bash\ndocker push \u003cyour-namespace\u003e/super-simple-k8s-app:latest\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Fsuper-simple-k8s-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreedomben%2Fsuper-simple-k8s-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Fsuper-simple-k8s-app/lists"}