{"id":19195094,"url":"https://github.com/ksachdeva/k8s-examples","last_synced_at":"2025-02-23T04:37:36.578Z","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":2,"default_branch":"master","last_synced_at":"2025-01-04T08:35:49.299Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271526,"owners_count":19774859,"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":["azure","azure-container-service","example-project","examples","kubernetes","nodejs"],"created_at":"2024-11-09T12:08:19.380Z","updated_at":"2025-02-23T04:37:36.570Z","avatar_url":"https://github.com/ksachdeva.png","language":"JavaScript","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","funding_links":[],"categories":[],"sub_categories":[],"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"}