{"id":21748769,"url":"https://github.com/bryanl/k8s-trouble","last_synced_at":"2025-04-13T07:14:10.717Z","repository":{"id":66319957,"uuid":"213017866","full_name":"bryanl/k8s-trouble","owner":"bryanl","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-03T07:48:36.000Z","size":32,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T07:14:02.899Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/bryanl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-10-05T14:54:50.000Z","updated_at":"2020-06-20T14:30:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"828150ed-81d5-47ef-b4b3-b4617193162f","html_url":"https://github.com/bryanl/k8s-trouble","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/bryanl%2Fk8s-trouble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanl%2Fk8s-trouble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanl%2Fk8s-trouble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanl%2Fk8s-trouble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanl","download_url":"https://codeload.github.com/bryanl/k8s-trouble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675422,"owners_count":21143768,"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-26T08:15:02.683Z","updated_at":"2025-04-13T07:14:07.684Z","avatar_url":"https://github.com/bryanl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubernetes Troubleshooting Workshop\n\n## Introduction\n\nThis workshop contains multiple labs that are designed to introduce a user to \ntroubleshooting techniques that may be useful for developers who interact with\nKubernetes.\n\nNo previous Kubernetes experience is assumed.\n\n## Setup\n\n### 0. Prerequisites\n\nThis lab requires a working Kubernetes installation. The lab assumes you are using minikube.\n\nGetting started directions live at https://minikube.sigs.k8s.io/docs/start/\n\nUpdate your current Kubernetes context to be minikube\n\n```sh\n$ kubectl config use-context minikube \n```\n\n### 1. Verify installation\n\nRun `kubectl get nodes` from inside your lab shell. If \ntwo nodes are returned, your lab is configured correctly\n\n### 2. Setup an `ingress`\n\n```sh\n$ minikube addons enable ingress\n```\n\n### 3. Setup metrics\n\nIn your shell, run `./lab-scripts/init-metrics.sh`. This \ncommand sets up a metrics server on your cluster.\n\n### 4. Set up hosts\n\nTo make accessing the cluster easier, add `app.local` to your hosts file.\n\n* windows: C:\\Windows\\System32\\Drivers\\etc\\hosts\n* others: /etc/hosts\n\nYou can get the IP with `minikube ip`\n\neg\n\n```sh\n172.16.55.222 app.local\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanl%2Fk8s-trouble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanl%2Fk8s-trouble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanl%2Fk8s-trouble/lists"}