ads
This commit is contained in:
@ -5,7 +5,7 @@ module.exports = [
|
||||
strong: '一键离线安装',
|
||||
action: '去看看',
|
||||
url: 'https://github.com/fanux/sealos',
|
||||
weight: 30
|
||||
weight: 60
|
||||
},
|
||||
// {
|
||||
// name: '阳明的博客',
|
||||
@ -29,7 +29,7 @@ module.exports = [
|
||||
strong: '百款云产品一折起',
|
||||
action: '去抢',
|
||||
url: 'https://cloud.tencent.com/act/cps/redirect?redirect=1052&cps_key=2ee6baa049659f4713ddc55a51314372&from=console',
|
||||
weight: 60
|
||||
weight: 30
|
||||
},
|
||||
{
|
||||
name: '阿里云',
|
||||
@ -37,7 +37,7 @@ module.exports = [
|
||||
strong: '低至一折',
|
||||
action: '去抢',
|
||||
url: 'https://www.aliyun.com/1212/2019/home?userCode=obezo3pg',
|
||||
weight: 60
|
||||
weight: 30
|
||||
},
|
||||
{
|
||||
name: 'Kubetrain',
|
||||
@ -45,7 +45,7 @@ module.exports = [
|
||||
strong: '不满意可无条件退款',
|
||||
action: '现在就去',
|
||||
url: 'https://kubetrain.cn/?from=kuboard-ads',
|
||||
weight: 30
|
||||
weight: 60
|
||||
}
|
||||
|
||||
// {
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<div class="page-nav" style="max-width: 1000px; margin-top: 56px;">
|
||||
</div>
|
||||
<div v-show="!$isSharing && !$frontmatter.lessAds" class="page-nav" style="max-width: 1000px; margin: auto;">
|
||||
<div class="tip custom-block" style=" padding: 1rem; margin-top: 0;">
|
||||
<div style="display: inline-block; vertical-align: top; line-height: 1.6rem;">
|
||||
<div class="tip custom-block row" style="padding: 1rem; margin-top: 0;">
|
||||
<div style="display: inline-block; vertical-align: top; line-height: 1.6rem;" class="col-md-10">
|
||||
<li>
|
||||
<span style="color: red; font-weight: 500;">免费</span>
|
||||
Kubernetes教程K8S教程,绝不降低品质
|
||||
@ -23,6 +23,11 @@
|
||||
</span> -->
|
||||
</li>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="https://kubetrain.cn/?from=page-top" target="_blank">
|
||||
<FancyImage src="/images/courses/intermediate.png" title="K8S高薪培训" description="360讲师授课" alt="K8S培训_高薪培训" type="Rectangle"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<slot name="top" />
|
||||
|
||||
@ -92,6 +92,7 @@ Kubernetes教程的主要依据是:Kubernetes 官网文档,以及使用 Kubo
|
||||
* 问题诊断
|
||||
* <a href="https://kuboard.cn/learning/k8s-advanced/ts/application.html">诊断应用程序</a>
|
||||
* <a href="https://kuboard.cn/learning/k8s-advanced/ts/cluster.html">诊断集群问题</a>
|
||||
* <a href="https://kuboard.cn/learning/k8s-advanced/ts/deployment.html">Deployment故障排除图解</a>
|
||||
* 日志
|
||||
* <a href="https://kuboard.cn/learning/k8s-advanced/logs/">日志</a>
|
||||
* 调度
|
||||
@ -102,6 +103,8 @@ Kubernetes教程的主要依据是:Kubernetes 官网文档,以及使用 Kubo
|
||||
* <a href="https://kuboard.cn/learning/k8s-advanced/policy/lr.html">Limit Range</a>
|
||||
* <a href="https://kuboard.cn/learning/k8s-advanced/policy/rq.html">Resource Quota</a>
|
||||
* 安全
|
||||
* <a href="https://kuboard.cn/learning/k8s-advanced/sec/rbac/api.html">RBAC 授权接口</a>
|
||||
* <a href="https://kuboard.cn/learning/k8s-advanced/sec/rbac/example.html">RBAC Example</a>
|
||||
* 监控
|
||||
* 联邦
|
||||
|
||||
|
||||
Reference in New Issue
Block a user