{"id":13461346,"url":"https://github.com/guangzhengli/k8s-tutorials","last_synced_at":"2025-05-13T18:14:35.250Z","repository":{"id":45585028,"uuid":"489681062","full_name":"guangzhengli/k8s-tutorials","owner":"guangzhengli","description":"k8s tutorials | k8s 教程","archived":false,"fork":false,"pushed_at":"2025-04-12T13:48:56.000Z","size":4727,"stargazers_count":5159,"open_issues_count":3,"forks_count":579,"subscribers_count":39,"default_branch":"main","last_synced_at":"2025-04-28T00:11:20.355Z","etag":null,"topics":["configmap","container","deployment","docker","helm","ingress","k8s","k9s","kubernetes","minikube","pod","secret","services","tutorial"],"latest_commit_sha":null,"homepage":"https://guangzhengli.com/courses/kubernetes","language":"Go","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/guangzhengli.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,"zenodo":null}},"created_at":"2022-05-07T13:28:25.000Z","updated_at":"2025-04-27T10:11:10.000Z","dependencies_parsed_at":"2023-02-04T06:15:32.484Z","dependency_job_id":"3e610f54-1dd8-4bc8-bd02-d69b8366bdce","html_url":"https://github.com/guangzhengli/k8s-tutorials","commit_stats":{"total_commits":134,"total_committers":14,"mean_commits":9.571428571428571,"dds":"0.21641791044776115","last_synced_commit":"dba35af6e88a77f123589d06b4714b881050b34d"},"previous_names":["guangzhengli/kubenates_workshop"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guangzhengli%2Fk8s-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guangzhengli%2Fk8s-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guangzhengli%2Fk8s-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guangzhengli%2Fk8s-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guangzhengli","download_url":"https://codeload.github.com/guangzhengli/k8s-tutorials/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254000885,"owners_count":21997443,"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":["configmap","container","deployment","docker","helm","ingress","k8s","k9s","kubernetes","minikube","pod","secret","services","tutorial"],"created_at":"2024-07-31T11:00:35.331Z","updated_at":"2025-05-13T18:14:35.211Z","avatar_url":"https://github.com/guangzhengli.png","language":"Go","funding_links":[],"categories":["Go","其他__大数据","资源","tutorial","容器"],"sub_categories":["网络服务_其他","教程","构建工具"],"readme":"\u003ch1 align=center\u003eKubernetes Tutorials ｜ k8s 教程 ｜ 免费 ｜ 开源\u003c/h1\u003e\n\u003ch2 align=center\u003e\u003ca href=\"https://guangzhengli.com/courses/kubernetes\"\u003e课程网址\u003c/a\u003e\u003c/h1\u003e\n\n[![GitHub forks](https://img.shields.io/github/forks/guangzhengli/k8s-tutorials)](https://github.com/guangzhengli/k8s-tutorials/network)[![GitHub stars](https://img.shields.io/github/stars/guangzhengli/k8s-tutorials)](https://github.com/guangzhengli/k8s-tutorials/stargazers)[![GitHub issues](https://img.shields.io/github/issues/guangzhengli/k8s-tutorials)](https://github.com/guangzhengli/k8s-tutorials/issues)[![GitHub license](https://img.shields.io/github/license/guangzhengli/k8s-tutorials)](https://github.com/guangzhengli/k8s-tutorials/blob/main/LICENSE)![Docker Pulls](https://img.shields.io/docker/pulls/guangzhengli/hellok8s)\n\n\u003ch4 align=center\u003e🌈 Kubernetes | 📰 Tutorials\u003c/h4\u003e\n\n![image_screenshot](docs/public/homepage.png)\n\nk8s 作为云原生时代的操作系统，学习它的必要性不言而喻，如果你遇到了任何问题，可以在 [Discussions](https://github.com/guangzhengli/k8s-tutorials/discussions) 中评论或者 Issue 中提出，如果你觉得这个仓库对你有价值，欢迎 star 或者提 PR / Issue，让它变得更好！\n\n在学习本教程前，需要注意本教程侧重于实战引导，以渐进式修改代码的方式，将从最基础的 container 容器的定义开始，经过 `pod`, `deployment`, `service`,  `ingress`, `configmap`, `secret` 等资源直到用 `helm` 来打包部署一套完整服务。所以如果你对容器和 k8s 的基础理论知识不甚了解的话，建议先从 [官网文档](https://kubernetes.io/zh-cn/docs/home/) 或者其它教程获取基础理论知识，再通过实战加深对知识的掌握！\n\n\n\u003ch2 align=center\u003e\u003ca href=\"https://guangzhengli.com/courses/kubernetes\"\u003e已发布到个人网站，观看体验更佳\u003c/a\u003e\u003c/h4\u003e\n\n这里是文档的索引：\n* [准备工作](docs/pre.md)\n* [container](docs/container.md)\n* [pod](docs/pod.md)\n* [deployment](docs/deployment.md)\n* [service](docs/service.md)\n* [ingress](docs/ingress.md)\n* [namespace](docs/namespace.md)\n* [configmap](docs/configmap.md)\n* [secret](docs/secret.md)\n* [job/cronjob](docs/job.md)\n* [helm](docs/helm.md)\n* [dashboard](docs/dashboard.md)\n\n## Sponsor\n\n如果这份教程对你有帮助，欢迎请作者喝杯咖啡。\nhttps://guangzhengli.com/sponsors\n\nSponsored by [The best china travel guide website](https://chinagotrip.com)\n\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=guangzhengli/k8s-tutorials\u0026type=Date)](https://star-history.com/#guangzhengli/k8s-tutorials\u0026Date)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguangzhengli%2Fk8s-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguangzhengli%2Fk8s-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguangzhengli%2Fk8s-tutorials/lists"}