{"id":19299992,"url":"https://github.com/cloudogu/k8s-intro-talk","last_synced_at":"2026-05-13T13:53:39.117Z","repository":{"id":72236213,"uuid":"276060383","full_name":"cloudogu/k8s-intro-talk","owner":"cloudogu","description":"Slides for an intro talk to kubernetes","archived":false,"fork":false,"pushed_at":"2020-07-17T12:49:02.000Z","size":23904,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-05T22:42:03.448Z","etag":null,"topics":["introduction","k8s","kubernetes","presentation"],"latest_commit_sha":null,"homepage":"https://cloudogu.github.io/k8s-intro-talk/","language":"CSS","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/cloudogu.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":"2020-06-30T09:51:37.000Z","updated_at":"2020-10-22T18:03:59.000Z","dependencies_parsed_at":"2023-02-23T05:30:47.439Z","dependency_job_id":null,"html_url":"https://github.com/cloudogu/k8s-intro-talk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fk8s-intro-talk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fk8s-intro-talk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fk8s-intro-talk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fk8s-intro-talk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudogu","download_url":"https://codeload.github.com/cloudogu/k8s-intro-talk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240401337,"owners_count":19795531,"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":["introduction","k8s","kubernetes","presentation"],"created_at":"2024-11-09T23:13:22.351Z","updated_at":"2026-05-13T13:53:34.088Z","avatar_url":"https://github.com/cloudogu.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k8s-intro-talk\n\nSlides for an intro talk to kubernetes\n\n## Hints\n\n* Extract all listings from slides into `listings.txt`: `./printListings.sh`\n* Allow for creating more pods on a single cluster: Make each pod not request CPU.\n  Don't use this in production! \n\n```bash\nkubectl delete limitrange --all\nkubectl apply -f- \u003c\u003cEOF\napiVersion: v1\nkind: LimitRange\nmetadata:\n  name: limit-range\nspec:\n  limits:\n    - defaultRequest:\n        cpu: 0\n      type: Container\nEOF\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudogu%2Fk8s-intro-talk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudogu%2Fk8s-intro-talk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudogu%2Fk8s-intro-talk/lists"}