{"id":16662174,"url":"https://github.com/dabcoder/k8s-dd-minikube","last_synced_at":"2026-04-10T12:04:46.314Z","repository":{"id":86203535,"uuid":"127647353","full_name":"dabcoder/k8s-dd-minikube","owner":"dabcoder","description":"K8s and Datadog","archived":false,"fork":false,"pushed_at":"2018-04-01T17:09:04.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T23:52:53.401Z","etag":null,"topics":["docker","flask","kubernetes","minikube"],"latest_commit_sha":null,"homepage":"","language":"Python","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/dabcoder.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":"2018-04-01T16:10:16.000Z","updated_at":"2018-05-14T14:44:21.000Z","dependencies_parsed_at":"2023-03-05T13:30:37.908Z","dependency_job_id":null,"html_url":"https://github.com/dabcoder/k8s-dd-minikube","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dabcoder/k8s-dd-minikube","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabcoder%2Fk8s-dd-minikube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabcoder%2Fk8s-dd-minikube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabcoder%2Fk8s-dd-minikube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabcoder%2Fk8s-dd-minikube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dabcoder","download_url":"https://codeload.github.com/dabcoder/k8s-dd-minikube/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabcoder%2Fk8s-dd-minikube/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["docker","flask","kubernetes","minikube"],"created_at":"2024-10-12T10:37:12.180Z","updated_at":"2026-04-10T12:04:46.284Z","avatar_url":"https://github.com/dabcoder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k8s-dd-minikube\n\n### Start minikube and use its Docker daemon:\n\n```\nminikube start\n...\neval $(minikube docker-env)\n```\n\n\n### Build the web app Docker image  \n\n`cd` in the `web` directory. Then run:\n\n```\ndocker build -t web-flask:v1 .\n```\n\n\n### Create a Deployment that manages a Pod that runs a Container based on the web-flask:v1 Docker image:\n\nFlask uses the port `5000` by default.\n\n```\nkubectl run web-flask --image=web-flask:v1 --port=5000\n```\n\n### Pull the latest Redis Docker image\n\n```\ndocker pull redis:latest\n```\n\n\n### Create a Deployment that manages a Pod that runs a Container based on the redis:latest Docker image:\n\nRedis will use the port `6379`.\n\n```\nkubectl run redis --image=redis:latest --port=6379\n```\n\n### Create Services\n\n```\nkubectl expose deployment web-flask --type=LoadBalancer\nkubectl expose deployment redis --type=LoadBalancer\n```\n\n### Run the web app\n\n```\nminikube service web-flask\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdabcoder%2Fk8s-dd-minikube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdabcoder%2Fk8s-dd-minikube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdabcoder%2Fk8s-dd-minikube/lists"}