{"id":16225409,"url":"https://github.com/mikebild/introduction-kubernetes","last_synced_at":"2026-03-02T17:10:28.980Z","repository":{"id":136939639,"uuid":"151971916","full_name":"MikeBild/introduction-kubernetes","owner":"MikeBild","description":"Introduction to Kubernetes","archived":false,"fork":false,"pushed_at":"2018-10-10T18:35:39.000Z","size":7974,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-17T19:49:55.611Z","etag":null,"topics":["architecture","auto-scaling","cli","concept","docker","handson","introduction","kubernetes","orchestration","pod","scale"],"latest_commit_sha":null,"homepage":"https://mikebild.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikeBild.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":"2018-10-07T18:23:45.000Z","updated_at":"2021-11-08T13:17:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"886085b6-a72d-46f7-86b4-e93907ab367c","html_url":"https://github.com/MikeBild/introduction-kubernetes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MikeBild/introduction-kubernetes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fintroduction-kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fintroduction-kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fintroduction-kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fintroduction-kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikeBild","download_url":"https://codeload.github.com/MikeBild/introduction-kubernetes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fintroduction-kubernetes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30011381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T17:00:27.440Z","status":"ssl_error","status_checked_at":"2026-03-02T17:00:03.402Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["architecture","auto-scaling","cli","concept","docker","handson","introduction","kubernetes","orchestration","pod","scale"],"created_at":"2024-10-10T12:44:57.817Z","updated_at":"2026-03-02T17:10:28.942Z","avatar_url":"https://github.com/MikeBild.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction to Kubernetes\n\n- [Concepts \u0026 Architecture](1-concepts-architecture.md)\n  - [Components](1-concepts-architecture.md#components)\n  - [Setup](1-concepts-architecture.md#setup)\n  - [Docker Containers](https://github.com/MikeBild/introduction-docker)\n- [CLI](2-cli.md)\n  - [Cheat Sheet](2-cli.md#cheat-sheet)\n  - [Context and Configuration](2-cli.md#context-and-configuration)\n  - [Creating Objects](2-cli.md#creating-objects)\n  - [Viewing, Finding Resources](2-cli.md#viewing-finding-resources)\n  - [Updating Resources](2-cli.md#updating-resources)\n  - [Scaling Resources](2-cli.md#scaling-resources)\n  - [Deleting Resources](2-cli.md#deleting-resources)\n  - [Interacting with Pods](2-cli.md#interacting-with-pods)\n  - [Interacting with Nodes and Cluster](2-cli.md#interacting-with-nodes-and-cluster)\n- [Configuration Management](3-configuration.md)\n  - [Environment Variables](3-configuration.md#environment-variables)\n  - [Secrets](3-configuration.md#secrets)\n  - [Resource Quotas](3-configuration.md#resource-quotas)\n- [Hands-On](handson.md)\n  - [Google Cloud](handson.md#google-cloud)\n    - DNS\n    - LoadBalancer\n  - [Minikube](handson.md#minikube)\n  - [Dashboard](handson.md#dashboard)\n- [Example Stacks](examples/README.md)\n  - [Todo App (Frontend, Backend, Database)](examples/todo-app-stack/README.md)\n  - [Shop App (Frontends, Micro-Services, Database)](examples/shop-app-stack/README.md)\n- [Orchestration](4-orchestration.md)\n- [Declarative Configuration using YAML](5-yaml.md)\n- [Jobs / CronJons](6-jobs.md)\n- [Deployments](7-deployments.md)\n  - [Deployment](7-deployments.md#deployment)\n  - [Scale](7-deployments.md#scale)\n  - [Auto-Scale](7-deployments.md#auto-scale)\n  - [Manage Release](7-deployments.md#manage-releases)\n- [Services](8-services.md)\n  - [Types](8-services.md#types)\n    - [NodePort](8-services.md#NodePort)\n    - [LoadBalancer](8-services.md#loadbalancer)\n  - [Monitoring \u0026 Health-Checks](8-services.md#monitoring-and-health-checks)\n    - [Readiness Probe](8-services.md#readiness-probe)\n    - [Liveness Probe](8-services.md#liveness-probe)\n    - [Init-Container](8-services.md#init-container)\n- [Dependencies](9-dependencies.md)\n  - [Labels and Selectors](9-dependencies.md#labels-and-selectors)\n  - [Annotations](9-dependencies.md#annotations)\n- [Ingress](10-ingress.md)\n- [Storing States](11-store-states.md)\n  - [Persistent Disks](11-store-states.md#persistent-disks)\n  - [Persistent Volume Claim](11-store-states.md#persistent-volume-claim)\n  - [Usage of PVC](11-store-states.md#usage-of-pvc)\n  - [Examples](11-store-states.md#examples)\n\n## Issue Reporting\n\nIf you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public [GitHub issue tracker](https://github.com/MikeBild/introduction-kubernetes/issues).\n\n## License\n\nThis project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.\n\n## Thanks\n\nYou like this **Kubernetes introduction** and you want to see what coming next? Follow me on Twitter [`@mikebild`](https://twitter.com/mikebild).\n\nEnjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebild%2Fintroduction-kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikebild%2Fintroduction-kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebild%2Fintroduction-kubernetes/lists"}