过年好,2月并发网组织大家翻译《kubernetes官方文档》,欢迎有兴趣的同学参与。(想参与更多翻译)
如何领取
通过评论领取想要翻译的文章,每次领取一章或一节(根据内容长短),翻译完后再领取其他章节。领取完成之后,建议在一个星期内翻译完成,如果不能完成翻译,也欢迎你邀请其他同学和你一起完成翻译。请谨慎领取,并发网是非盈利组织,没办法去跟进每一篇译文的进展,所以很多文章领取了没有翻译,会导致文章长时间没人翻译。
如何提交?
翻译完成之后请登录到并发编程网后台,点击左上的“新建”按钮提交文章,会有编辑校对后进行发布。如下图:
编辑器使用方法如下:
校对完之后被评为A级会升级您为译者,并加入译者沟通群。如果在本站翻译超过十篇文章,将有礼品赠送,比如签名版的《Java并发编程的艺术》或者其他图书。如果译文发布到并发网公众号,赞赏归译者所有。如果你喜欢使用markdown编写文章,可以将markdown生成后的HTML复制到网站上进行提交(复制到文本框里),mac下推荐MacDown软件。
Tutorials
This section of the Kubernetes documentation contains tutorials. A tutorial shows how to accomplish a goal that is larger than a single task. Typically a tutorial has several sections, each of which has a sequence of steps. Before walking through each tutorial, you may want to bookmark the Standardized Glossary page for later references.
- Kubernetes Basics is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.
- Scalable Microservices with Kubernetes (Udacity)
- Introduction to Kubernetes (edX)
- Hello Minikube
Stateless Applications
- 《kubernetes官方文档》使用部署运行一个无状态应用
- 《kubernetes官方文档》部署PHP redis 应用Guestbook
- 《kubernetes官方文档》使用服务访问集群中的应用
- 《kubernetes官方文档》用暴露的ip地址去访问集群中的一个应用
Stateful Applications
- StatefulSet Basics
- Running a Single-Instance Stateful Application
- Running a Replicated Stateful Application
- Example: WordPress and MySQL with Persistent Volumes
- Example: Deploying Cassandra with Stateful Sets
- Running ZooKeeper, A CP Distributed System
CI/CD Pipeline
- Set Up a CI/CD Pipeline with Kubernetes Part 1: Overview
- Set Up a CI/CD Pipeline with a Jenkins Pod in Kubernetes (Part 2)
- Run and Scale a Distributed Crossword Puzzle App with CI/CD on Kubernetes (Part 3)
- Set Up CI/CD for a Distributed Crossword Puzzle App on Kubernetes (Part 4)
Connecting Applications
Services
concepts
Kubernetes Features(网页最下面)
Tasks
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/98174.html