烂翻译系列之Kubernetes实战——目录

Part 1: FIRST TIME ON A BOAT: INTRODUCTION TO KUBERNETES  第一部分:首次上船:kubernetes概述 

1 Introducing Kubernete  kubernetes介绍

2 Understanding containers  理解容器

3 Deploying your first application  部署你的首个应用

Part 2: LEARNING THE ROPES: KUBERNETES API OBJECTS  第二部分:掌握底层概念:kubernetes API 对象

4 Introducing the Kubernetes API objects  kubernetes  API 对象介绍

5 Running applications in Pods  在Pods中运行应用

6 Managing the lifecycle of the Pod’s containers  管理Pod容器的生命周期

7 Mounting storage volumes into the Pod’s containers  挂载存储卷到Pod容器

8 Persisting application data with PersistentVolumes  使用PersistentVolumes持久化应用数据

9 Configuring applications using ConfigMaps, Secrets, and the Downward API  使用ConfigMaps,Secrets和Downward API配置应用

10 Organizing objects using Namespaces, labels, and selectors  使用命名空间,标签和选择器组织对象

11 Exposing pods with Services  使用Service公开pod

12 Deploying applications using Deployments  使用Deployment部署应用

13 Deploying stateful applications using StatefulSets  使用StatefulSet部署有状态应用

14 Running special workloads using DaemonSets, Jobs, and CronJobs  使用DaemonSet,Job和CronJob运行特定工作负载

posted @ 2021-12-17 15:45  菜鸟吊思  阅读(18)  评论(0)    收藏  举报