keywords
This commit is contained in:
@ -4,7 +4,7 @@ module.exports = {
|
|||||||
title: 'Kuboard官网',
|
title: 'Kuboard官网',
|
||||||
description: '一款Kubernetes_Dashboard_简化Kubernetes的学习和使用_帮助您快速落地Kubernetes_提供_Kubernetes_免费中文教程_国内安装文档',
|
description: '一款Kubernetes_Dashboard_简化Kubernetes的学习和使用_帮助您快速落地Kubernetes_提供_Kubernetes_免费中文教程_国内安装文档',
|
||||||
head: [
|
head: [
|
||||||
['meta', {name: 'keywords', content: 'Kubernetes教程,Kubernetes安装,K8S教程,K8S安装,Kubernetes管理界面'}],
|
// ['meta', {name: 'keywords', content: 'Kubernetes教程,Kubernetes安装,K8S教程,K8S安装,Kubernetes管理界面'}],
|
||||||
['script', {}, `
|
['script', {}, `
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
(function() {
|
(function() {
|
||||||
@ -181,13 +181,13 @@ module.exports = {
|
|||||||
'install-dashboard-upgrade'
|
'install-dashboard-upgrade'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: '常见问题',
|
// title: '常见问题',
|
||||||
collapsable: false,
|
// collapsable: false,
|
||||||
children: [
|
// children: [
|
||||||
'faq/timeout'
|
// 'faq/timeout'
|
||||||
]
|
// ]
|
||||||
}
|
// }
|
||||||
],
|
],
|
||||||
|
|
||||||
'/learning/': [
|
'/learning/': [
|
||||||
|
|||||||
@ -4,6 +4,11 @@
|
|||||||
<SidebarLinks :depth="0" :items="items"/>
|
<SidebarLinks :depth="0" :items="items"/>
|
||||||
<slot name="bottom"/>
|
<slot name="bottom"/>
|
||||||
<div style="text-align: center; margin-top: 5vh;">
|
<div style="text-align: center; margin-top: 5vh;">
|
||||||
|
<p>
|
||||||
|
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||||
|
<img src="/images/logo-main.png" alt="Kuboard_快速在Kubernetes上落地微服务"/>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<strong>
|
<strong>
|
||||||
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">在线体验</a>
|
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">在线体验</a>
|
||||||
@ -11,17 +16,15 @@
|
|||||||
</p>
|
</p>
|
||||||
<div>
|
<div>
|
||||||
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||||
<img :src="demo_img" style="width: 226px; height: 127px; border: 1px solid #d7dae2;" alt="Kubernetes教程:Kuboard在线体验"></img>
|
<img :src="demo_img" style="width: 215px; height: 127px; border: 1px solid #d7dae2;" alt="Kubernetes教程:Kuboard在线体验"></img>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
<strong><a href="https://github.com/shaohq/kuboard-issues/issues" target="_blank">提交 BUG</a></strong>
|
|
||||||
</p>
|
</p>
|
||||||
<strong>在线答疑</strong>
|
<strong>在线答疑</strong>
|
||||||
<Qq/>
|
<Qq/>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src="/images/kuboard_qq.png" alt="Kubernetes教程:QQ群在线答疑"/>
|
<img src="/images/kuboard_qq.png" style="width: 120px;" alt="Kubernetes教程:QQ群在线答疑"/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|||||||
@ -2,7 +2,10 @@
|
|||||||
home: false
|
home: false
|
||||||
layout: HomePage
|
layout: HomePage
|
||||||
title: Kuboard官网_Kubernetes教程_K8S安装_管理界面
|
title: Kuboard官网_Kubernetes教程_K8S安装_管理界面
|
||||||
description: Kuboard官网首页_Kubernetes_k8s_国内安装_部署_入门_免费中文教程_实践_微服务管理界面
|
description: Kuboard是一款免费的Kubernetes管理界面_同时该网站还提供Kubernetes安装文档_在线答疑_K8S_部署_入门_免费中文Kubernetes教程_以及在Kubernetes上部署SpringCloud的详细文档
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes安装,K8S安装
|
||||||
actionText: 在线体验
|
actionText: 在线体验
|
||||||
actionText2: 开始使用 →
|
actionText2: 开始使用 →
|
||||||
actionLink2: /overview/
|
actionLink2: /overview/
|
||||||
@ -19,7 +22,7 @@ features:
|
|||||||
|
|
||||||
Kuboard 是一款基于 Kubernetes 的微服务管理界面。
|
Kuboard 是一款基于 Kubernetes 的微服务管理界面。
|
||||||
|
|
||||||
提供最新版本的 [Kubernetes (K8S) 安装手册](https://kuboard.cn/install/install-k8s.html),协同创作,在线答疑,持续更新。
|
提供v1.16版本的 [Kubernetes (K8S) 安装手册](https://kuboard.cn/install/install-k8s.html),协同创作,在线答疑,持续更新。
|
||||||
|
|
||||||
点击此处,查看 [Kuboard 安装文档](https://kuboard.cn/install/install-dashboard.html)
|
点击此处,查看 [Kuboard 安装文档](https://kuboard.cn/install/install-dashboard.html)
|
||||||
|
|
||||||
@ -34,7 +37,7 @@ Kubernetes教程的主要依据是:Kubernetes 官网文档,以及使用 Kubo
|
|||||||
|
|
||||||
### Kubernetes入门
|
### Kubernetes入门
|
||||||
* [0. 学习Kubernetes基础知识](https://kuboard.cn/learning/k8s-basics/kubernetes-basics.html) (10分钟)
|
* [0. 学习Kubernetes基础知识](https://kuboard.cn/learning/k8s-basics/kubernetes-basics.html) (10分钟)
|
||||||
* [1. 部署第一个应用程序](https://kuboard.cn/learning/k8s-basics/deploy-app.html) (5分钟)
|
* [1. 部署一个应用程序](https://kuboard.cn/learning/k8s-basics/deploy-app.html) (5分钟)
|
||||||
* [2. 查看 Pods / Nodes](https://kuboard.cn/learning/k8s-basics/explore.html) (10分钟)
|
* [2. 查看 Pods / Nodes](https://kuboard.cn/learning/k8s-basics/explore.html) (10分钟)
|
||||||
* [3. 公布应用程序](https://kuboard.cn/learning/k8s-basics/expose.html) (10分钟)
|
* [3. 公布应用程序](https://kuboard.cn/learning/k8s-basics/expose.html) (10分钟)
|
||||||
* [4. 伸缩应用程序](https://kuboard.cn/learning/k8s-basics/scale.html) (10分钟)
|
* [4. 伸缩应用程序](https://kuboard.cn/learning/k8s-basics/scale.html) (10分钟)
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
---
|
---
|
||||||
description: CIDR_Classless_Inter-Domain_Routing_概念解析
|
description: CIDR_Classless_Inter-Domain_Routing_概念解析
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: CIDR
|
||||||
---
|
---
|
||||||
|
|
||||||
# CIDR
|
# CIDR
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
---
|
---
|
||||||
description: 本文解析了幂等的概念
|
description: 在编程中,一个幂等操作的特点是其任意多次执行所产生的影响均与一次执行的影响相同。幂等函数,或幂等方法,是指可以使用相同参数重复执行,并能获得相同结果的函数。这些函数不会影响系统状态,也不用担心重复执行会对系统造成改变。例如,“getUsername()和setTrue()”函数就是一个幂等函数。
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: 幂等
|
||||||
---
|
---
|
||||||
|
|
||||||
# 幂等
|
# 幂等
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
vssueId: 74
|
vssueId: 74
|
||||||
description: 使用Kuboard管理Kubernetes计算节点
|
description: 使用Kuboard管理Kubernetes计算节点
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: 幂等
|
||||||
---
|
---
|
||||||
|
|
||||||
# 计算资源管理
|
# 计算资源管理
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
vssueId: 19
|
vssueId: 19
|
||||||
description: Kubernete安装文档_详细介绍如何将Kuboard升级到最新版本。
|
description: Kuboard_快速在Kubernetes上落地微服务_本文详细介绍如何将Kuboard升级到最新版本
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kuboard升级
|
||||||
---
|
---
|
||||||
|
|
||||||
# 升级Kuboard
|
# 升级Kuboard
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
vssueId: 13
|
vssueId: 13
|
||||||
description: Kubernete安装文档_Kuboard的安装手册_包括安装Kuboard的前提条件_与Kubernetes的版本兼容性_安装步骤_以及完成安装后如何访问Kuboard界面。
|
description: Kuboard_是一款Kubernetes_Dashboard_快速在K8S上落地微服务_本文是Kuboard的安装手册_包括安装Kuboard的前提条件_与Kubernetes的版本兼容性_安装步骤_以及完成安装后如何访问Kuboard界面。
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes Dashboard安装,Kuboard安装,K8S Dashboard安装
|
||||||
# storyBook:
|
# storyBook:
|
||||||
# title: '安装 Kuboard'
|
# title: '安装 Kuboard'
|
||||||
# initial: FullPage
|
# initial: FullPage
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
vssueId: 14
|
vssueId: 14
|
||||||
description: Kubernete安装文档_本文介绍了如何在Windows_Mac电脑安装Kubernetes测试集群
|
description: Kuboard_是一款Kubernetes_Dashboard_快速在K8S上落地微服务_本文介绍了如何在Windows_Mac电脑本地安装Kubernetes测试集群
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes本地版,Kubernetes单机,K8S单机
|
||||||
---
|
---
|
||||||
|
|
||||||
# 安装Kubernetes测试集群Win_Mac
|
# 安装Kubernetes测试集群Win_Mac
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
vssueId: 17
|
vssueId: 17
|
||||||
description: Kubernete安装文档_使用kubeadm升级kubernetes集群
|
description: Kubernetes升级_使用kubeadm升级K8S集群_到Kubernetes_v1.15.3
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes升级,K8S升级,Kubernetes1.15.3
|
||||||
---
|
---
|
||||||
|
|
||||||
# Kubernetes爆发严重漏洞_可能影响所有开源版本_请尽快升级
|
# Kubernetes爆发严重漏洞_可能影响所有开源版本_请尽快升级
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 15
|
vssueId: 15
|
||||||
# layout: StepLayout
|
# layout: StepLayout
|
||||||
description: Kubernete安装文档_Kubernetes最新稳定版v1.16.0的快速安装文档_该文档由众多网友验证并在线提出修改意见_持续不断地更新和完善_并且通过QQ群提供免费在线答疑的服务
|
description: Kubernete安装文档_Kubernetes最新稳定版v1.16.0的快速安装文档_该文档由众多网友验证并在线提出修改意见_持续不断地更新和完善_并且通过QQ群提供免费在线答疑的服务
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes安装,K8S安装,kubeadm
|
||||||
# storyBook:
|
# storyBook:
|
||||||
# title: '使用 kubeadm 安装 kubernetes v1.16.0(单Master节点)'
|
# title: '使用 kubeadm 安装 kubernetes v1.16.0(单Master节点)'
|
||||||
# initial: FullPage
|
# initial: FullPage
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
vssueId: 18
|
vssueId: 18
|
||||||
description: Kubernete安装文档_日常工作中您可能需要在自己的笔记本电脑上执行kubectl命令以管理远程Linux服务器上的Kubernetes集群_本文档介绍了如何在您的笔记本电脑上安装和配置kubectl工具
|
description: Kubernete安装文档_日常工作中您可能需要在自己的笔记本电脑上执行kubectl命令以管理远程Linux服务器上的Kubernetes集群_本文档介绍了如何在您的笔记本电脑上安装和配置kubectl工具
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: kubectl,kubectl安装,远程管理Kubernetes,远程管理K8S
|
||||||
---
|
---
|
||||||
|
|
||||||
# 从客户端电脑远程管理Kubernetes
|
# 从客户端电脑远程管理Kubernetes
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
vssueId: 16
|
vssueId: 16
|
||||||
description: Kubernete安装文档_使用kubeadm安装高可用的Kubernetes_v1.15.3集群
|
description: Kubernete安装文档_使用kubeadm安装高可用的Kubernetes_v1.15.3集群_可用于生产环境
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes集群,Kubernetes高可用,Kubernetes生产环境
|
||||||
# storyBook:
|
# storyBook:
|
||||||
# title: '使用 kubeadm 安装 kubernetes v1.15.3(高可用)'
|
# title: '使用 kubeadm 安装 kubernetes v1.15.3(高可用)'
|
||||||
# initial: FullPage
|
# initial: FullPage
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
vssueId: 92
|
vssueId: 92
|
||||||
description: Kubernete安装文档_使用kubeadm升级kubernetes集群
|
description: Kubernete升级_使用kubeadm升级K8S集群到v1.15.4
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes升级,K8S升级,升级Kuberentes1.15.4
|
||||||
---
|
---
|
||||||
|
|
||||||
# Kubernetes从1.15.x升级到 1.15.4
|
# Kubernetes从1.15.x升级到 1.15.4
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
---
|
---
|
||||||
vssueId: 9
|
vssueId: 9
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes免费中文教程目录
|
description: 本教程的主要依据是:Kubernetes官网文档,以及使用Kubernetes落地SpringCloud微服务并投产的实战经验,在线答疑。适用人群_ Kubernetes 初学者_学习过 Kubernetes,但在投产过程中仍有诸多疑虑和困惑的技术爱好者
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,kubernetes视频
|
||||||
---
|
---
|
||||||
|
|
||||||
# Kubernetes免费中文教程
|
# Kubernetes免费中文教程
|
||||||
@ -23,7 +26,7 @@ description: Kubernetes免费中文教程目录
|
|||||||
|
|
||||||
## **Kubernetes 入门**
|
## **Kubernetes 入门**
|
||||||
* [0. 学习Kubernetes基础知识](/learning/k8s-basics/kubernetes-basics.html) (10分钟)
|
* [0. 学习Kubernetes基础知识](/learning/k8s-basics/kubernetes-basics.html) (10分钟)
|
||||||
* [1. 部署第一个应用程序](/learning/k8s-basics/deploy-app.html) (5分钟)
|
* [1. 部署一个应用程序](/learning/k8s-basics/deploy-app.html) (5分钟)
|
||||||
* [2. 查看 Pods / Nodes](/learning/k8s-basics/explore.html) (10分钟)
|
* [2. 查看 Pods / Nodes](/learning/k8s-basics/explore.html) (10分钟)
|
||||||
* [3. 公布应用程序](/learning/k8s-basics/expose.html) (10分钟)
|
* [3. 公布应用程序](/learning/k8s-basics/expose.html) (10分钟)
|
||||||
* [4. 伸缩应用程序](/learning/k8s-basics/scale.html) (10分钟)
|
* [4. 伸缩应用程序](/learning/k8s-basics/scale.html) (10分钟)
|
||||||
|
|||||||
@ -4,9 +4,9 @@ layout: LearningLayout
|
|||||||
description: Kubernetes教程_高级篇_主要涉及日志采集_安全_监控_联邦等内容
|
description: Kubernetes教程_高级篇_主要涉及日志采集_安全_监控_联邦等内容
|
||||||
---
|
---
|
||||||
|
|
||||||
# Kubernetes教程高级篇
|
# Kubernetes教程深入篇
|
||||||
|
|
||||||
Kubernetes教程的高级篇部分,主要涉及的内容有如下几个方面:
|
Kubernetes教程的深入篇部分,主要涉及的内容有如下几个方面:
|
||||||
|
|
||||||
* Kubernetes 日志采集及可视化
|
* Kubernetes 日志采集及可视化
|
||||||
* Kubernetes 安全
|
* Kubernetes 安全
|
||||||
|
|||||||
@ -2,9 +2,12 @@
|
|||||||
vssueId: 21
|
vssueId: 21
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文详细讲解了Kubernetes_Deployment的概念_并描述了如何使用kubectl_Kuboard创建一个Deployment
|
description: Kubernetes教程_本文详细讲解了Kubernetes_Deployment的概念_并描述了如何使用kubectl_Kuboard创建一个Deployment
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Deployment,Kubernetes入门,K8S入门
|
||||||
---
|
---
|
||||||
|
|
||||||
# 1.部署第一个应用程序
|
# 1.部署一个应用程序
|
||||||
|
|
||||||
本文翻译自 Kubernetes 官网 [Using kubectl to Create a Deployment](https://kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/) ,并有所改写
|
本文翻译自 Kubernetes 官网 [Using kubectl to Create a Deployment](https://kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/) ,并有所改写
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 22
|
vssueId: 22
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文介绍了如何使用kubectl_Kuboard查看和浏览Kubernetes上的节点_容器组_部署等信息_并依据这些信息作出问题诊断
|
description: Kubernetes教程_本文介绍了如何使用kubectl_Kuboard查看和浏览Kubernetes上的节点_容器组_部署等信息_并依据这些信息作出问题诊断
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,容器组,Kubernetes入门,K8S入门
|
||||||
---
|
---
|
||||||
|
|
||||||
# 2.查看Pods/Nodes
|
# 2.查看Pods/Nodes
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 23
|
vssueId: 23
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文详细讲解了Kubernetes_Service的概念_并描述了如何使用kubectl_Kuboard创建一个Service_以使得部署在Kubernetes上的容器可以被访问
|
description: Kubernetes教程_本文详细讲解了Kubernetes_Service的概念_并描述了如何使用kubectl_Kuboard创建一个Service_以使得部署在Kubernetes上的容器可以被访问
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes Service,Kubernetes入门,K8S入门
|
||||||
---
|
---
|
||||||
|
|
||||||
# 3.公布应用程序
|
# 3.公布应用程序
|
||||||
|
|||||||
@ -2,13 +2,17 @@
|
|||||||
vssueId: 26
|
vssueId: 26
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_以gif动图的形式形象的描述Kubernetes核心概念_本文将会简单介绍Kubernetes的核心概念_因为这些定义可以在Kubernetes的文档中找到_所以文章也会避免用大段的枯燥的文字介绍_相反_我们会使用一些图表(其中一些是动画)和示例来解释这些概念_我们发现一些概念(比如Service)如果没有图表的辅助就很难全面地理解_在合适的地方我们也会提供Kubernetes文档的链接以便读者深入学习
|
description: Kubernetes教程_以gif动图的形式形象的描述Kubernetes核心概念_本文将会简单介绍Kubernetes的核心概念_因为这些定义可以在Kubernetes的文档中找到_所以文章也会避免用大段的枯燥的文字介绍_相反_我们会使用一些图表(其中一些是动画)和示例来解释这些概念_我们发现一些概念(比如Service)如果没有图表的辅助就很难全面地理解_在合适的地方我们也会提供Kubernetes文档的链接以便读者深入学习
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门
|
||||||
---
|
---
|
||||||
|
|
||||||
# 6.复习Kubernetes核心概念
|
# 6.复习Kubernetes核心概念
|
||||||
|
|
||||||
> 转载信息:
|
> 转载信息:
|
||||||
>
|
>
|
||||||
> [译文链接](http://www.dockone.io/article/932) 译者:崔婧雯
|
> 译者:崔婧雯
|
||||||
|
<!-- > <a rel="nofollow" href="http://www.dockone.io/article/932" target="_blank">译文链接</a> -->
|
||||||
>
|
>
|
||||||
> [原文链接](http://omerio.com/2015/12/18/learn-the-kubernetes-key-concepts-in-10-minutes/) 作者:Omer Dawelbeit
|
> [原文链接](http://omerio.com/2015/12/18/learn-the-kubernetes-key-concepts-in-10-minutes/) 作者:Omer Dawelbeit
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 27
|
vssueId: 27
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文为初学者介绍了一套最合适的Kubernetes入门教程_该教程源自于Kubernetes官方网站_作者对其进行了翻译_并根据初学者的理解情况做了适当的改写
|
description: Kubernetes教程_本文为初学者介绍了一套最合适的Kubernetes入门教程_该教程源自于Kubernetes官方网站_作者对其进行了翻译_并根据初学者的理解情况做了适当的改写
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门
|
||||||
---
|
---
|
||||||
|
|
||||||
# 0.学习Kubernetes基础知识
|
# 0.学习Kubernetes基础知识
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 24
|
vssueId: 24
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文详细讲解了Kubernetes_Scale的概念_并描述了如何使用_kubectl_Kuboard_对一个应用程序进行伸缩操作
|
description: Kubernetes教程_本文详细讲解了Kubernetes_Scale的概念_并描述了如何使用_kubectl_Kuboard_对一个应用程序进行伸缩操作
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门,Kubernetes Scale
|
||||||
---
|
---
|
||||||
|
|
||||||
# 4.伸缩应用程序
|
# 4.伸缩应用程序
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 25
|
vssueId: 25
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文详细讲解了Kubernetes_Rolling_Update_的概念_并描述了如何使用_kubectl_Kuboard_对一个应用程序执行滚动更新。
|
description: Kubernetes教程_本文详细讲解了Kubernetes_Rolling_Update_的概念_并描述了如何使用_kubectl_Kuboard_对一个应用程序执行滚动更新。
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门,滚动更新
|
||||||
---
|
---
|
||||||
|
|
||||||
# 5.执行滚动更新
|
# 5.执行滚动更新
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 64
|
vssueId: 64
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中将Pod容器组调度到指定的节点
|
description: Kubernetes教程_在Kubernetes中将Pod容器组调度到指定的节点
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,容器组,Pod
|
||||||
---
|
---
|
||||||
|
|
||||||
# 将容器组调度到指定的节点
|
# 将容器组调度到指定的节点
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
---
|
---
|
||||||
vssueId: 63
|
vssueId: 63
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中管理和分配容器的计算资源
|
description: Kubernetes教程_在 Kubernetes 中创建工作负载时,您可以为 Pod 中的每一个容器指定其所需要的内存(RAM)大小和 CPU 数量。如果这些信息被指定了,Kubernetes 调度器可以更好的决定将 Pod 调度到哪一个节点。对于容器来说,其所需要的资源也将依据其指定的数值得到保证。
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门,Kubernetes计算资源
|
||||||
---
|
---
|
||||||
|
|
||||||
# 管理容器的计算资源
|
# 管理容器的计算资源
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 62
|
vssueId: 62
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_Kubernetes_ConfigMap可以将配置信息和容器镜像解耦_以使得容器化的应用程序可移植_本文提供了一系列的实例_解释如何通过Kuboard创建ConfigMap以及如何使用ConfigMap中的数据配置Pod(容器组)。
|
description: Kubernetes教程_Kubernetes_ConfigMap可以将配置信息和容器镜像解耦_以使得容器化的应用程序可移植_本文提供了一系列的实例_解释如何通过Kuboard创建ConfigMap以及如何使用ConfigMap中的数据配置Pod(容器组)。
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes ConfigMap,Kubernetes 配置
|
||||||
---
|
---
|
||||||
|
|
||||||
# 使用ConfigMap配置您的应用程序
|
# 使用ConfigMap配置您的应用程序
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
---
|
---
|
||||||
vssueId: 83
|
vssueId: 83
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中_使用kubectl创建Secret
|
description: Kubernetes教程_在Kubernetes中_使用kubectl创建Secret_Generator
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes Secret,Kubernetes Generator
|
||||||
---
|
---
|
||||||
|
|
||||||
# 创建Secrets(使用Generator)
|
# 创建Secrets(使用Generator)
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 78
|
vssueId: 78
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中_使用kubectl创建Secret
|
description: Kubernetes教程_在Kubernetes中_使用kubectl创建Secret
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门
|
||||||
---
|
---
|
||||||
|
|
||||||
# 创建Secrets(使用kubectl)
|
# 创建Secrets(使用kubectl)
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 86
|
vssueId: 86
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中_使用Kuboard创建Secret
|
description: Kubernetes教程_在Kubernetes中_使用Kuboard创建Secret
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门,创建Secret
|
||||||
---
|
---
|
||||||
|
|
||||||
# 创建Secrets(使用Kuboard)
|
# 创建Secrets(使用Kuboard)
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
---
|
---
|
||||||
vssueId: 82
|
vssueId: 82
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中_使用kubectl创建Secret
|
description: Kubernetes教程_在Kubernetes中_使用kubectl手工创建Secret
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门,创建Secret
|
||||||
---
|
---
|
||||||
|
|
||||||
# 创建Secrets(手动)
|
# 创建Secrets(手动)
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 79
|
vssueId: 79
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中_使用kubectl解码和编辑Secret
|
description: Kubernetes教程_在Kubernetes中_使用kubectl解码和编辑Secret
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门,Secret编码解码
|
||||||
---
|
---
|
||||||
|
|
||||||
# 解码和编辑Secret
|
# 解码和编辑Secret
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 65
|
vssueId: 65
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中_配置和使用_Secret
|
description: Kubernetes教程_在Kubernetes中_配置和使用_Secret
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门,使用Secret
|
||||||
---
|
---
|
||||||
|
|
||||||
# Secret概述
|
# Secret概述
|
||||||
|
|||||||
@ -3,6 +3,9 @@ vssueId: 90
|
|||||||
titlePrefix: 污点和容忍
|
titlePrefix: 污点和容忍
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中_配置污点和容忍taints_and_toleration
|
description: Kubernetes教程_在Kubernetes中_配置污点和容忍taints_and_toleration
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,污点,容忍,kubernetes taints,kubernetes toleration
|
||||||
---
|
---
|
||||||
|
|
||||||
# 概述
|
# 概述
|
||||||
|
|||||||
@ -3,6 +3,9 @@ vssueId: 98
|
|||||||
titlePrefix: 污点和容忍
|
titlePrefix: 污点和容忍
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中_配置污点和容忍taints_and_toleration的基于污点的驱逐
|
description: Kubernetes教程_在Kubernetes中_配置污点和容忍taints_and_toleration的基于污点的驱逐
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes Eviction
|
||||||
---
|
---
|
||||||
|
|
||||||
# 基于污点的驱逐(TaintBasedEviction)
|
# 基于污点的驱逐(TaintBasedEviction)
|
||||||
|
|||||||
@ -3,6 +3,9 @@ vssueId: 99
|
|||||||
titlePrefix: 污点和容忍
|
titlePrefix: 污点和容忍
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中_根据条件为节点添加污点
|
description: Kubernetes教程_在Kubernetes中_根据条件为节点添加污点
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes taints,Kubernetes 污点
|
||||||
---
|
---
|
||||||
|
|
||||||
# 条件化的污点(TaintNodesByCondition)
|
# 条件化的污点(TaintNodesByCondition)
|
||||||
|
|||||||
@ -3,6 +3,9 @@ vssueId: 97
|
|||||||
titlePrefix: 污点和容忍
|
titlePrefix: 污点和容忍
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中_配置污点和容忍taints_and_toleration的使用案例
|
description: Kubernetes教程_在Kubernetes中_配置污点和容忍taints_and_toleration的使用案例
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes污点使用
|
||||||
---
|
---
|
||||||
|
|
||||||
# 使用案例
|
# 使用案例
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 91
|
vssueId: 91
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文描述如何搭建NFS服务_并在Kubernetes中配置StorageClass使用该NFS服务作为存储
|
description: Kubernetes教程_本文描述如何搭建NFS服务_并在Kubernetes中配置StorageClass使用该NFS服务作为存储
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,StorageClass
|
||||||
---
|
---
|
||||||
|
|
||||||
# 搭建NFS服务
|
# 搭建NFS服务
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 60
|
vssueId: 60
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文介绍了存储卷PersistentVolume_存储卷声明PersistentVolumeClaim的概念_他们的关系_以及如何使用
|
description: Kubernetes教程_本文介绍了存储卷PersistentVolume_存储卷声明PersistentVolumeClaim的概念_他们的关系_以及如何使用
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,PersistentVolume,存储卷
|
||||||
---
|
---
|
||||||
|
|
||||||
# 存储卷PersistentVolume
|
# 存储卷PersistentVolume
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文介绍了如何选择Kubernetes存储卷类型/数据卷类型
|
description: Kubernetes教程_本文介绍了如何选择Kubernetes存储卷类型/数据卷类型
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes存储卷类型选择
|
||||||
---
|
---
|
||||||
|
|
||||||
# 数据卷类型如何选择
|
# 数据卷类型如何选择
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 61
|
vssueId: 61
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文介绍了存储类的概念及其使用
|
description: Kubernetes教程_本文介绍了存储类的概念及其使用
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,存储类,StorageClass
|
||||||
---
|
---
|
||||||
|
|
||||||
# 存储类StorageClass
|
# 存储类StorageClass
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文介绍Kubernetes中Volume(数据卷)的挂载以及挂载传播MountPropagation的概念
|
description: Kubernetes教程_本文介绍Kubernetes中Volume(数据卷)的挂载以及挂载传播MountPropagation的概念
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门,挂载点
|
||||||
---
|
---
|
||||||
|
|
||||||
# 数据卷-挂载
|
# 数据卷-挂载
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 59
|
vssueId: 59
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文介绍Kubernetes中Volume(数据卷)的基本概念_用法以及支持的数据卷类型
|
description: Kubernetes教程_本文介绍Kubernetes中Volume(数据卷)的基本概念_用法以及支持的数据卷类型
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门,Kubernetes数据卷
|
||||||
---
|
---
|
||||||
|
|
||||||
# 数据卷Volume
|
# 数据卷Volume
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 28
|
vssueId: 28
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_通过Kuboard配置Kubernetes_使用私有registry中的docker镜像
|
description: Kubernetes教程_通过Kuboard配置Kubernetes_使用私有registry中的docker镜像
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,私有docker仓库
|
||||||
---
|
---
|
||||||
|
|
||||||
# 使用私有仓库中的docker镜像
|
# 使用私有仓库中的docker镜像
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 58
|
vssueId: 58
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中_如何选择合适的网络插件CNI
|
description: Kubernetes教程_在Kubernetes中_如何选择合适的网络插件CNI
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes CNI,Kubernetes网络
|
||||||
---
|
---
|
||||||
|
|
||||||
# 如何选择网络插件
|
# 如何选择网络插件
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 56
|
vssueId: 56
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_在Kubernetes中_通过Service连接应用程序
|
description: Kubernetes教程_在Kubernetes中_通过Service连接应用程序
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes Service,Kubernetes服务发现
|
||||||
---
|
---
|
||||||
|
|
||||||
# Service连接应用程序
|
# Service连接应用程序
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 55
|
vssueId: 55
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文介绍了Kubernetes中Service和Pod的DNS分配规则
|
description: Kubernetes教程_本文介绍了Kubernetes中Service和Pod的DNS分配规则
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes入门,K8S入门,Kubernetes DNS
|
||||||
---
|
---
|
||||||
|
|
||||||
# Service/Pod的DNS
|
# Service/Pod的DNS
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 57
|
vssueId: 57
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文介绍Kubernetes_Ingress的概念_包括Ingress基本概念_如何配置Ingress_Controller_如何使用kubectl_Kuboard操作Ingress信息
|
description: Kubernetes教程_本文介绍Kubernetes_Ingress的概念_包括Ingress基本概念_如何配置Ingress_Controller_如何使用kubectl_Kuboard操作Ingress信息
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes Ingress,Ingress
|
||||||
---
|
---
|
||||||
|
|
||||||
# Ingress通过互联网访问您的应用
|
# Ingress通过互联网访问您的应用
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 53
|
vssueId: 53
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文介绍了Kubernetes中服务发现的机制以及如何使用服务发现
|
description: Kubernetes教程_本文介绍了Kubernetes中服务发现的机制以及如何使用服务发现
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes服务发现
|
||||||
---
|
---
|
||||||
|
|
||||||
# Service详细描述
|
# Service详细描述
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 54
|
vssueId: 54
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_Kubernetes中发布Service的方式_ServiceType
|
description: Kubernetes教程_Kubernetes中发布Service的方式_ServiceType
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes服务类型
|
||||||
---
|
---
|
||||||
|
|
||||||
# 发布Service
|
# 发布Service
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 52
|
vssueId: 52
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文介绍了Kubernetes中服务发现的机制以及如何使用服务发现
|
description: Kubernetes教程_本文介绍了Kubernetes中服务发现的机制以及如何使用服务发现
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes服务发现
|
||||||
---
|
---
|
||||||
|
|
||||||
# Service概述
|
# Service概述
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 31
|
vssueId: 31
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文描述了Kubernetes_Pod中的初始化容器的概念_使用场景和使用方法_初始化容器是容器组中app容器启动之前执行的容器_可能包含setup脚本或其他工具进程
|
description: Kubernetes教程_本文描述了Kubernetes_Pod中的初始化容器的概念_使用场景和使用方法_初始化容器是容器组中app容器启动之前执行的容器_可能包含setup脚本或其他工具进程
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,init container,初始化容器,initialize container
|
||||||
---
|
---
|
||||||
|
|
||||||
# 容器组_初始化容器
|
# 容器组_初始化容器
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
---
|
---
|
||||||
description: Kubernetes教程_本文描述了Kuboard如何处理Kubernetes容器组
|
description: Kubernetes教程_本文描述了Kuboard如何处理Kubernetes容器组
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,容器组
|
||||||
---
|
---
|
||||||
|
|
||||||
# 容器组_Kuboard
|
# 容器组_Kuboard
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 30
|
vssueId: 30
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文描述了Kubernetes中Pod容器组的生命周期
|
description: Kubernetes教程_本文描述了Kubernetes中Pod容器组的生命周期
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,容器组生命周期,Pod生命周期
|
||||||
---
|
---
|
||||||
|
|
||||||
# 容器组_生命周期
|
# 容器组_生命周期
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
---
|
---
|
||||||
description: Kubernetes教程_在Kubernetes中为Pod中的容器开启privileged 模式
|
description: Kubernetes教程_在Kubernetes中为Pod中的容器开启privileged 模式
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,init container,初始化容器,initialize container
|
||||||
---
|
---
|
||||||
|
|
||||||
# 容器组_Privileged 模式
|
# 容器组_Privileged 模式
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 29
|
vssueId: 29
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文介绍Kubernetes中的最小可调度单元Pod容器组的概念以及如何使用容器组
|
description: Kubernetes教程_本文介绍Kubernetes中的最小可调度单元Pod容器组的概念以及如何使用容器组
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Pod,容器组
|
||||||
---
|
---
|
||||||
|
|
||||||
# 容器组_概述
|
# 容器组_概述
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 51
|
vssueId: 51
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了 Kubernetes DaemonSet 的概念、行为及用法
|
description: 本文描述了 Kubernetes DaemonSet 的概念、行为及用法
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,DaemonSet
|
||||||
---
|
---
|
||||||
|
|
||||||
# DaemonSet 的替代选项
|
# DaemonSet 的替代选项
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 49
|
vssueId: 49
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了 Kubernetes DaemonSet 的概念、行为及用法
|
description: 本文描述了 Kubernetes DaemonSet 的概念、行为及用法
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,DaemonSet
|
||||||
---
|
---
|
||||||
|
|
||||||
# 与 DaemonSet 通信
|
# 与 DaemonSet 通信
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 47
|
vssueId: 47
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了 Kubernetes 中如何创建 DaemonSet
|
description: 本文描述了 Kubernetes 中如何创建 DaemonSet
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,DaemonSet
|
||||||
---
|
---
|
||||||
|
|
||||||
# 创建 DaemonSet
|
# 创建 DaemonSet
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 46
|
vssueId: 46
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了 Kubernetes DaemonSet 的概念、行为及用法
|
description: 本文描述了 Kubernetes DaemonSet 的概念、行为及用法
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,DaemonSet
|
||||||
---
|
---
|
||||||
|
|
||||||
# 介绍 DaemonSet
|
# 介绍 DaemonSet
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 48
|
vssueId: 48
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了 Kubernetes DaemonSet 如何调度 Pod
|
description: 本文描述了 Kubernetes DaemonSet 如何调度 Pod
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,DaemonSet
|
||||||
---
|
---
|
||||||
|
|
||||||
# DaemonSet 是如何调度的
|
# DaemonSet 是如何调度的
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 50
|
vssueId: 50
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了 Kubernetes DaemonSet 的概念、行为及用法
|
description: 本文描述了 Kubernetes DaemonSet 的概念、行为及用法
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,DaemonSet
|
||||||
---
|
---
|
||||||
|
|
||||||
# 更新 DaemonSet
|
# 更新 DaemonSet
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 41
|
vssueId: 41
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了如何通过 Deployment 执行灰度发布(金丝雀发布)
|
description: 本文描述了如何通过 Deployment 执行灰度发布(金丝雀发布)
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,金丝雀发布,灰度发布
|
||||||
---
|
---
|
||||||
|
|
||||||
# 金丝雀发布
|
# 金丝雀发布
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 40
|
vssueId: 40
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了如何在 Kubernetes 中清理 Deployment 中旧的 ReplicaSet
|
description: 本文描述了如何在 Kubernetes 中清理 Deployment 中旧的 ReplicaSet
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,ReplicaSet
|
||||||
---
|
---
|
||||||
|
|
||||||
# 清理策略
|
# 清理策略
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 34
|
vssueId: 34
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了如何创建一个 Deployment,如何理解 Deployment 各个字段,以及如何查看 Deployment 的创建结果
|
description: 本文描述了如何创建一个 Deployment,如何理解 Deployment 各个字段,以及如何查看 Deployment 的创建结果
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署
|
||||||
---
|
---
|
||||||
|
|
||||||
# 创建 Deployment
|
# 创建 Deployment
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 33
|
vssueId: 33
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文介绍了 Kubernetes Deployment 的概念、行为及使用方法
|
description: 本文介绍了 Kubernetes Deployment 的概念、行为及使用方法
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署
|
||||||
---
|
---
|
||||||
|
|
||||||
# 介绍 Deployment
|
# 介绍 Deployment
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 38
|
vssueId: 38
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了如何在 Kubernetes 中暂停 Deployment 的更新,和继续 Deployment 的更新
|
description: 本文描述了如何在 Kubernetes 中暂停 Deployment 的更新,和继续 Deployment 的更新
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署
|
||||||
---
|
---
|
||||||
|
|
||||||
# 暂停和继续 Deployment
|
# 暂停和继续 Deployment
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 36
|
vssueId: 36
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了如何在 Kubernetes 中回滚 Deployment
|
description: 本文描述了如何在 Kubernetes 中回滚 Deployment
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署,回滚
|
||||||
---
|
---
|
||||||
|
|
||||||
# 回滚 Deployment
|
# 回滚 Deployment
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 37
|
vssueId: 37
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了如何在 Kubernetes 中水平伸缩 Deployment (scaling up / scaling down)
|
description: 本文描述了如何在 Kubernetes 中水平伸缩 Deployment (scaling up / scaling down)
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S负载,Deployment,Kubernetes部署,伸缩
|
||||||
---
|
---
|
||||||
|
|
||||||
# 伸缩 Deployment
|
# 伸缩 Deployment
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 35
|
vssueId: 35
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了如何在 Kubernetes 中更新 Deployment
|
description: 本文描述了如何在 Kubernetes 中更新 Deployment
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署
|
||||||
---
|
---
|
||||||
|
|
||||||
# 更新 Deployment
|
# 更新 Deployment
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了 Kubernetes Job 的概念、行为及用法
|
description: 本文描述了 Kubernetes Job 的概念、行为及用法
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes Job
|
||||||
---
|
---
|
||||||
|
|
||||||
# 控制器 - Job
|
# 控制器 - Job
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 43
|
vssueId: 43
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了 Kubernetes StatefulSet 的基本信息:Components、Pod Selector、Pod Identity
|
description: 本文描述了 Kubernetes StatefulSet 的基本信息:Components、Pod Selector、Pod Identity
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,StatefulSet
|
||||||
---
|
---
|
||||||
|
|
||||||
# StatefulSet 的基本信息
|
# StatefulSet 的基本信息
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
---
|
---
|
||||||
vssueId: 42
|
vssueId: 42
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了 Kubernetes StatefulSet 的概念、行为及用法
|
description: 与Deployment相似,StatefulSet 基于一个 Pod 模板管理其 Pod。与 Deployment 最大的不同在于 StatefulSet 始终将一系列不变的名字分配给其 Pod。这些 Pod 从同一个模板创建,但是并不能相互替换:每个 Pod 都对应一个特有的持久化存储标识。
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,StatefulSet
|
||||||
---
|
---
|
||||||
|
|
||||||
# StatefulSet 的使用场景
|
# StatefulSet 的使用场景
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 44
|
vssueId: 44
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了 Kubernetes StatefulSet 的部署和伸缩
|
description: 本文描述了 Kubernetes StatefulSet 的部署和伸缩
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,StatefulSet
|
||||||
---
|
---
|
||||||
|
|
||||||
# StatefulSet 的部署和伸缩
|
# StatefulSet 的部署和伸缩
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 45
|
vssueId: 45
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: 本文描述了 Kubernetes StatefulSet 的更新
|
description: 本文描述了 Kubernetes StatefulSet 的更新
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,StatefulSet
|
||||||
---
|
---
|
||||||
|
|
||||||
# StatefulSet 的更新策略
|
# StatefulSet 的更新策略
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 32
|
vssueId: 32
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文介绍了Kubernetes_Controller控制器的概念以及控制器的种类
|
description: Kubernetes教程_本文介绍了Kubernetes_Controller控制器的概念以及控制器的种类
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes 控制器
|
||||||
---
|
---
|
||||||
|
|
||||||
# 控制器_概述
|
# 控制器_概述
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 67
|
vssueId: 67
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_本文描述了一个经典微服务参考架构_并且通过三个视图(集群概览、名称空间、工作负载)理解微服务与Kubernetes的映射关系。
|
description: Kubernetes教程_本文描述了一个经典微服务参考架构_并且通过三个视图(集群概览、名称空间、工作负载)理解微服务与Kubernetes的映射关系。
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes微服务
|
||||||
---
|
---
|
||||||
|
|
||||||
# 从微服务视角看Kubernetes
|
# 从微服务视角看Kubernetes
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 100
|
vssueId: 100
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_部署api-gateway
|
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_部署api-gateway
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes微服务,Kubernetes Spring Cloud,Kubernetes服务网关
|
||||||
---
|
---
|
||||||
|
|
||||||
# 在K8S上部署api-gateway
|
# 在K8S上部署api-gateway
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 94
|
vssueId: 94
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud_open_capacity_platform微服务能力开放平台_部署auth-center
|
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud_open_capacity_platform微服务能力开放平台_部署auth-center
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes微服务,Kubernetes Spring Cloud
|
||||||
---
|
---
|
||||||
|
|
||||||
# 在K8S上部署auth-center
|
# 在K8S上部署auth-center
|
||||||
|
|||||||
@ -4,7 +4,7 @@ layout: LearningLayout
|
|||||||
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_部署back-center
|
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_部署back-center
|
||||||
meta:
|
meta:
|
||||||
- name: keywords
|
- name: keywords
|
||||||
content: Kubernetes部署SpringCloud,Kubernetes部署OCP,Kuboard部署OCP
|
content: Kubernetes部署SpringCloud,Kubernetes部署OCP,Kubernetes Spring Cloud
|
||||||
---
|
---
|
||||||
|
|
||||||
# 在K8S上部署back-center
|
# 在K8S上部署back-center
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 81
|
vssueId: 81
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_构建docker镜像_推送到docker仓库
|
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_构建docker镜像_推送到docker仓库
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes微服务,Kubernetes Spring Cloud,Kubernetes Docker 镜像
|
||||||
---
|
---
|
||||||
|
|
||||||
# 构建docker镜像并推送到仓库
|
# 构建docker镜像并推送到仓库
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 84
|
vssueId: 84
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_部署eureka-server
|
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_部署eureka-server
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes微服务,Kubernetes Spring Cloud,Kubernetes Eureka
|
||||||
---
|
---
|
||||||
|
|
||||||
# 在K8S上部署eureka-server
|
# 在K8S上部署eureka-server
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 69
|
vssueId: 69
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台
|
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes微服务,Kubernetes Spring Cloud
|
||||||
---
|
---
|
||||||
|
|
||||||
# 在Kubernetes上部署SpringCloud
|
# 在Kubernetes上部署SpringCloud
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 88
|
vssueId: 88
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud_open_capacity_platform微服务能力开放平台_部署mysql
|
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud_open_capacity_platform微服务能力开放平台_部署mysql
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes微服务,Kubernetes MySQL
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 80
|
vssueId: 80
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_准备构建环境
|
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_准备构建环境
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes微服务,Kubernetes Spring Cloud
|
||||||
---
|
---
|
||||||
|
|
||||||
# 准备OCP的构建环境和部署环境
|
# 准备OCP的构建环境和部署环境
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 89
|
vssueId: 89
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud_open_capacity_platform微服务能力开放平台_部署redis
|
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud_open_capacity_platform微服务能力开放平台_部署redis
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes微服务,Kubernetes Redis
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 85
|
vssueId: 85
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_部署eureka-server
|
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_部署eureka-server
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes微服务,Kubernetes Spring Cloud
|
||||||
---
|
---
|
||||||
|
|
||||||
# 部署顺序
|
# 部署顺序
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 96
|
vssueId: 96
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_部署eureka-server
|
description: Kubernetes教程_使用Kuboard在Kubernetes上部署Spring_Cloud微服务平台OCP_open_capacity_platform微服务能力开放平台_部署eureka-server
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes微服务,Kubernetes Spring Cloud
|
||||||
---
|
---
|
||||||
|
|
||||||
# 在K8S上部署user-center
|
# 在K8S上部署user-center
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
vssueId: 68
|
vssueId: 68
|
||||||
layout: LearningLayout
|
layout: LearningLayout
|
||||||
description: Kubernetes教程_微服务参考架构_包含微服务运行时_构建及测试_部署及运维_监控及评估__设计和研发Kuboard的初心便源于此SpringCloud微服务参考架构。
|
description: Kubernetes教程_微服务参考架构_包含微服务运行时_构建及测试_部署及运维_监控及评估__设计和研发Kuboard的初心便源于此SpringCloud微服务参考架构。
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S教程,Kubernetes微服务,Kubernetes Spring Cloud
|
||||||
---
|
---
|
||||||
|
|
||||||
# Spring Cloud on Kubernetes
|
# Spring Cloud on Kubernetes
|
||||||
|
|||||||
@ -18,7 +18,7 @@ description: 在Kubernetes上部署测试数据库mysql的详细介绍。
|
|||||||
* 在开发环境、测试环境使用 Kuboard 部署一个副本数为 1 的 Deployment,以便可以快速复制 开发环境、测试环境
|
* 在开发环境、测试环境使用 Kuboard 部署一个副本数为 1 的 Deployment,以便可以快速复制 开发环境、测试环境
|
||||||
* 在准上线环境和生产环境,使用 IaaS 服务商提供的 RDS 服务,或者自建 MySQL 主从集群,原因是:
|
* 在准上线环境和生产环境,使用 IaaS 服务商提供的 RDS 服务,或者自建 MySQL 主从集群,原因是:
|
||||||
* 直接将 MySQL 部署到 Kubernetes 虽然简便,但是数据库的运维仍然有大量的事情需要考虑,例如数据的备份、恢复、迁移等
|
* 直接将 MySQL 部署到 Kubernetes 虽然简便,但是数据库的运维仍然有大量的事情需要考虑,例如数据的备份、恢复、迁移等
|
||||||
* Kubernetes 管理无状态服务已经非常成熟,在管理有状态的容器例如 MySQL 时,仍然需要等待更好的解决方案。目前这方面最新的进展是 [Kubernetes Operator](http://dockone.io/article/8769)
|
* Kubernetes 管理无状态服务已经非常成熟,在管理有状态的容器例如 MySQL 时,仍然需要等待更好的解决方案。目前这方面最新的进展是 <a rel="nofollow" href="http://dockone.io/article/8769" target="_blank">Kubernetes Operator</a>
|
||||||
* 如果您想尝试部署 MySQL 集群,目前还可以参考 [Run a Replicated Stateful Application](https://kubernetes.io/docs/tasks/run-application/run-replicated-stateful-application/)
|
* 如果您想尝试部署 MySQL 集群,目前还可以参考 [Run a Replicated Stateful Application](https://kubernetes.io/docs/tasks/run-application/run-replicated-stateful-application/)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,12 +1,15 @@
|
|||||||
---
|
---
|
||||||
vssueId: 8
|
vssueId: 8
|
||||||
description: Kubernetes教程_介绍Kuboard_Kubernetes微服务管理界面_并为Kubernetes初学者提供快速的学习路线_含Kubernetes最新版国内安装文档)
|
description: Kuboard是一款免费的Kubernetes管理界面_同时该网站还提供Kubernetes安装文档_在线答疑_K8S_部署_入门_免费中文Kubernetes教程_以及在Kubernetes上部署SpringCloud的详细文档
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes管理界面,K8S管理界面,Kubernetes Dashboard
|
||||||
---
|
---
|
||||||
|
|
||||||
## Kuboard简介
|
## Kuboard简介
|
||||||
|
|
||||||
<p style="max-width: 450px; text-align: middle;">
|
<p style="max-width: 450px; text-align: middle;">
|
||||||
<img src="/images/logo-main.png" style="background-color: #0063dc; max-width: 100%;" alt="Kubernetes教程:Kuboard Logo"/>
|
<img src="/images/logo-main.png" style="background-color: #0063dc; max-width: 100%;" alt="Kubernetes管理界面:Kuboard Logo"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div style="border-top: 1px solid #eaecef;
|
<div style="border-top: 1px solid #eaecef;
|
||||||
@ -98,7 +101,7 @@ description: Kubernetes教程_介绍Kuboard_Kubernetes微服务管理界面_并
|
|||||||
|
|
||||||
单纯地按章节学习 Linux 基础知识、网络知识、容器技术等,每一块儿的基础入门书籍就有几百页之多。
|
单纯地按章节学习 Linux 基础知识、网络知识、容器技术等,每一块儿的基础入门书籍就有几百页之多。
|
||||||
|
|
||||||
最好的学习方法是在 **实践中学习**,碰到问题时去寻求答案,**解决问题** 之后 **总结反思**。这种学习方法趣味性强,得来的知识也最为牢靠,所学知识通常也是工作中实用性最高的。
|
好的学习方法是在 **实践中学习**,碰到问题时去寻求答案,**解决问题** 之后 **总结反思**。这种学习方法趣味性强,得来的知识也较牢靠,所学知识通常也是工作中实际用得到的。
|
||||||
|
|
||||||
<span style="color: red; font-weight: 500;">读 100 页 Kubernetes 文档,不如把 Kubernetes 安装一遍</span>
|
<span style="color: red; font-weight: 500;">读 100 页 Kubernetes 文档,不如把 Kubernetes 安装一遍</span>
|
||||||
|
|
||||||
@ -116,7 +119,7 @@ Kuboard 为 Kubernetes 初学者设计了如下学习路径:
|
|||||||
|
|
||||||
**Kubernetes 入门**
|
**Kubernetes 入门**
|
||||||
* [0. 学习Kubernetes基础知识](/learning/k8s-basics/kubernetes-basics.html) (10分钟)
|
* [0. 学习Kubernetes基础知识](/learning/k8s-basics/kubernetes-basics.html) (10分钟)
|
||||||
* [1. 部署第一个应用程序](/learning/k8s-basics/deploy-app.html) (5分钟)
|
* [1. 部署一个应用程序](/learning/k8s-basics/deploy-app.html) (5分钟)
|
||||||
* [2. 查看 Pods / Nodes](/learning/k8s-basics/explore.html) (10分钟)
|
* [2. 查看 Pods / Nodes](/learning/k8s-basics/explore.html) (10分钟)
|
||||||
* [3. 公布应用程序](/learning/k8s-basics/expose.html) (10分钟)
|
* [3. 公布应用程序](/learning/k8s-basics/expose.html) (10分钟)
|
||||||
* [4. 伸缩应用程序](/learning/k8s-basics/scale.html) (10分钟)
|
* [4. 伸缩应用程序](/learning/k8s-basics/scale.html) (10分钟)
|
||||||
@ -195,7 +198,7 @@ Kuboard 为 Kubernetes 初学者设计了如下学习路径:
|
|||||||
|
|
||||||
### Kubernetes 有经验者
|
### Kubernetes 有经验者
|
||||||
|
|
||||||
作为资深的 Kubernetes 用户,您一定有如下痛苦:
|
作为长时间使用 Kubernetes 的用户,您一定有如下痛苦:
|
||||||
|
|
||||||
* **Yaml 复杂繁多**
|
* **Yaml 复杂繁多**
|
||||||
* Yaml 文件冗长、繁多
|
* Yaml 文件冗长、繁多
|
||||||
@ -203,9 +206,9 @@ Kuboard 为 Kubernetes 初学者设计了如下学习路径:
|
|||||||
* **多环境**
|
* **多环境**
|
||||||
* 准备了开发环境,又要维护测试环境、准上线环境、生产环境
|
* 准备了开发环境,又要维护测试环境、准上线环境、生产环境
|
||||||
* **kubectl 命令复杂难记**
|
* **kubectl 命令复杂难记**
|
||||||
* 反复执行 kubectl 命令,与集群的交互界面始终处于片段化的信息中,需要连续好几个命令才能诊断问题
|
* 反复执行 kubectl 命令,与集群的互动界面始终处于片段化的信息中,需要连续好几个命令才能诊断问题
|
||||||
|
|
||||||
Kuboard 为您的这些痛苦提供了极佳的解决方案,请立刻开始:
|
Kuboard 为您的这些痛苦提供了的解决方案,请立刻开始:
|
||||||
|
|
||||||
* [安装 Kuboard](/install/install-dashboard.html) (5分钟)
|
* [安装 Kuboard](/install/install-dashboard.html) (5分钟)
|
||||||
* 使用 Kuboard [创建 busybox](/guide/example/busybox.html) (10分钟)
|
* 使用 Kuboard [创建 busybox](/guide/example/busybox.html) (10分钟)
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
vssueId: 12
|
vssueId: 12
|
||||||
description: Kuboard通过图形化操作界面以及无YAML操作_帮助降低_Kubernetes_学习门槛。
|
description: Kuboard是一款免费的Kubernetes管理界面_无需编写YAML即可完成微服务在Kubernetes上的部署和维护_可帮助用户降低Kubernetes学习门槛_提高使用过程中的便利性
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes管理界面,K8S管理界面,Kubernetes学习门槛,K8S学习门槛
|
||||||
---
|
---
|
||||||
|
|
||||||
# 如何降低Kubernetes学习门槛
|
# 如何降低Kubernetes学习门槛
|
||||||
|
|||||||
@ -6,7 +6,7 @@ description: Kubernetes教程_以gif动图的形式形象的描述Kubernetes核
|
|||||||
|
|
||||||
> 转载信息:
|
> 转载信息:
|
||||||
>
|
>
|
||||||
> [译文链接](http://www.dockone.io/article/932) 译者:崔婧雯
|
> 译者:崔婧雯
|
||||||
>
|
>
|
||||||
> [原文链接](http://omerio.com/2015/12/18/learn-the-kubernetes-key-concepts-in-10-minutes/) 作者:Omer Dawelbeit
|
> [原文链接](http://omerio.com/2015/12/18/learn-the-kubernetes-key-concepts-in-10-minutes/) 作者:Omer Dawelbeit
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ vssueId: 10
|
|||||||
description: Kuboard提供Kubernetes图形化管理界面_Kubernetes最新版本安装手册_SpringCloud微服务部署实战案例_免费自助无需商务谈判_帮助用户快速落地Kubernetes
|
description: Kuboard提供Kubernetes图形化管理界面_Kubernetes最新版本安装手册_SpringCloud微服务部署实战案例_免费自助无需商务谈判_帮助用户快速落地Kubernetes
|
||||||
---
|
---
|
||||||
|
|
||||||
# 最快速的Kubernetes+微服务落地方案
|
# 在Kubernetes上快速落地微服务
|
||||||
|
|
||||||
## Kubernetes 落地难
|
## Kubernetes 落地难
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
vssueId: 11
|
vssueId: 11
|
||||||
description: Kubernetes教程_Kubernetes已然是当下容器编排领域事实上的标准_各大云服务商都急于推出Kubernetes服务_互联网公司也纷纷跟进_将自己的应用容器化_并使用Kubernetes编排_在Kubernetes图形化工具方面_我们已经获得了极大的可选择空间_什么场景下更适合选择Kuboard呢
|
description: Kuboard是一款免费的Kubernetes管理界面_同时该网站还提供Kubernetes安装文档_在线答疑_K8S_部署_入门_免费中文Kubernetes教程_以及在Kubernetes上部署SpringCloud的详细文档
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes管理界面,K8S教程,Kubernetes教程,K8S管理界面
|
||||||
---
|
---
|
||||||
|
|
||||||
## 为什么选择Kuboard
|
## 为什么选择Kuboard
|
||||||
|
|||||||
Reference in New Issue
Block a user