{"id":19195094,"url":"https://github.com/ksachdeva/k8s-examples","last_synced_at":"2026-04-30T11:35:47.121Z","repository":{"id":136497660,"uuid":"99694630","full_name":"ksachdeva/k8s-examples","owner":"ksachdeva","description":"Various examples to get started with Kubernetes","archived":false,"fork":false,"pushed_at":"2017-08-09T18:31:44.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T14:09:45.859Z","etag":null,"topics":["azure","azure-container-service","example-project","examples","kubernetes","nodejs"],"latest_commit_sha":null,"homepage":null,"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/ksachdeva.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":"2017-08-08T13:15:37.000Z","updated_at":"2017-08-08T18:46:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4ef0ae9-ec15-4351-b3fc-2b5a17bfbded","html_url":"https://github.com/ksachdeva/k8s-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ksachdeva/k8s-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksachdeva%2Fk8s-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksachdeva%2Fk8s-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksachdeva%2Fk8s-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksachdeva%2Fk8s-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ksachdeva","download_url":"https://codeload.github.com/ksachdeva/k8s-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksachdeva%2Fk8s-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32463892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["azure","azure-container-service","example-project","examples","kubernetes","nodejs"],"created_at":"2024-11-09T12:08:19.380Z","updated_at":"2026-04-30T11:35:42.113Z","avatar_url":"https://github.com/ksachdeva.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Building a Kubernetes cluster in Microsoft Azure\n\n## Install Azure CLI 2.0\n\nSee the instructions at https://docs.microsoft.com/en-us/cli/azure/install-azure-cli\n\n## Create a resource group\n\n```bash\naz group create -n ksachdeva-exp\n```\n\n## Create a Azure Container Service (ACS)\n\n```bash\n# This command takes few minutes to complete\naz acs create --orchestrator-type=kubernetes --resource-group ksachdeva-exp --name=ksachdeva-exp-acs --generate-ssh-keys\n```\n\n### Notes:\n* This command can easily take 5+ minute to complete\n* If it goes over 10 minute then you may want to exit out of it and delete the resource group `az group delete -n ksachdeva-exp` and issue the command again.\n\n## Set your shell with the appropriate credentials\n\n```bash\naz acs kubernetes get-credentials --resource-group=ksachdeva-exp --name=ksachdeva-exp-acs\n```\n\n# Various Examples\n\n* [A very basic example](example-1-basic)\n* [A basic server application](example-2-basic-server-app)\n* [A web app with database with a persistent disk](example-3-app-with-db)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksachdeva%2Fk8s-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksachdeva%2Fk8s-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksachdeva%2Fk8s-examples/lists"}