{"id":21323308,"url":"https://github.com/sshaplygin/start-k8s","last_synced_at":"2025-03-15T23:16:15.120Z","repository":{"id":257195499,"uuid":"850967611","full_name":"sshaplygin/start-k8s","owner":"sshaplygin","description":"Notes by articls https://habr.com/ru/companies/avito/articles/820953/","archived":false,"fork":false,"pushed_at":"2024-11-05T19:22:01.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T12:11:32.482Z","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/sshaplygin.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":"2024-09-02T07:15:27.000Z","updated_at":"2024-11-05T19:22:04.000Z","dependencies_parsed_at":"2024-11-21T20:37:24.559Z","dependency_job_id":null,"html_url":"https://github.com/sshaplygin/start-k8s","commit_stats":null,"previous_names":["sshaplygin/start-k8s"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaplygin%2Fstart-k8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaplygin%2Fstart-k8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaplygin%2Fstart-k8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaplygin%2Fstart-k8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sshaplygin","download_url":"https://codeload.github.com/sshaplygin/start-k8s/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801688,"owners_count":20350108,"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-11-21T20:22:54.011Z","updated_at":"2025-03-15T23:16:15.096Z","avatar_url":"https://github.com/sshaplygin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# start k8s with mikikube\n\nby \u003chttps://habr.com/ru/companies/avito/articles/820953/\u003e\n\ninstall minikube\n\n## Minibube config\n\n```bash\neval $(minikube -p minikube docker-env)\n```\n\ncheck mikibube images by: docker images\n\n## Build images\n\n```bash\ndocker build -t kubeapp1:v1 kubeapp1/.\ndocker build -t kubeapp2:v1 kubeapp2/.\n```\n\n## Add NodePort\n\n```bash\nk expose --type=NodePort -n app2 deployment/kubeapp2\n```\n\n```bash\nminikube service kubeapp1 -n app1 --url | curl /hello\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshaplygin%2Fstart-k8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsshaplygin%2Fstart-k8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshaplygin%2Fstart-k8s/lists"}