forked from UCloudDoc-Team/uk8s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "Merge branch 'master' of https://github.com/UCloudDoc…
- Loading branch information
Showing
38 changed files
with
267 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# 概览 | ||
|
||
|
||
|
||
|
||
* [产品简介](/uk8s/introduction/README) | ||
* | ||
* [产品概念](/uk8s/introduction/whatisuk8s) | ||
* [使用须知](/uk8s/introduction/restriction) | ||
* [名词解释](/uk8s/introduction/concept) | ||
* [漏洞修复记录](/uk8s/introduction/vulnerability/README) | ||
* [集群节点配置推荐](/uk8s/introduction/node_requirements) | ||
* [kube-proxy模式选择](/uk8s/introduction/kubeproxy_mode) | ||
* [产品价格](/uk8s/price) | ||
* [操作指南](/uk8s/userguide/README) | ||
* | ||
* [使用必读](/uk8s/userguide/before_start) | ||
* [创建集群](/uk8s/userguide/createcluster) | ||
* [删除集群](/uk8s/userguide/deletecluster) | ||
* [查看集群](/uk8s/userguide/describecluster) | ||
* [添加节点](/uk8s/userguide/addnode) | ||
* [kube-proxy模式切换](/uk8s/userguide/kubeproxy_edit) | ||
* [使用kubectl操作集群](/uk8s/manageviakubectl/README) | ||
* | ||
* [kubectl命令行简介](/uk8s/manageviakubectl/intro_of_kubectl) | ||
* [安装及配置kubectl](/uk8s/manageviakubectl/connectviakubectl) | ||
* [使用web kubectl](/uk8s/manageviakubectl/webterminal) | ||
* [创建PVC](/uk8s/manageviakubectl/createpvc) | ||
* [创建Service](/uk8s/manageviakubectl/createservice) | ||
* [存储卷](/uk8s/volume/README) | ||
* | ||
* [Volume 介绍](/uk8s/volume/intro) | ||
* [在UK8S中使用UDISK](/uk8s/volume/udisk) | ||
* [在UK8S中使用已有UDISK](/uk8s/volume/statusudisk) | ||
* [在UK8S中使用UFS](/uk8s/volume/ufs) | ||
* [动态PV 使用UFS](/uk8s/volume/dynamic_ufs) | ||
* [在UK8S中使用UFile](/uk8s/volume/ufile) | ||
* [服务发现](/uk8s/service/README) | ||
* | ||
* [Service 介绍](/uk8s/service/intro) | ||
* [通过内网ULB访问Service](/uk8s/service/internalservice) | ||
* [通过外网ULB访问Service](/uk8s/service/externalservice) | ||
* [使用已有的ULB](/uk8s/service/ulb_designation) | ||
* [ULB参数说明](/uk8s/service/annotations) | ||
* [获取真实客户端IP](/uk8s/service/getresourceip) | ||
* [通过ULB暴露Dashboard](/uk8s/service/dashboard) | ||
* [Ingress支持](/uk8s/service/ingress/README) | ||
* [集群网络](/uk8s/network) | ||
* [网络隔离](/uk8s/networkpolicy) | ||
* [应用商店](/uk8s/helm/README) | ||
* | ||
* [关于应用商店](/uk8s/helm/abouthelm) | ||
* [安装使用应用商店](/uk8s/helm/init) | ||
* [安装应用](/uk8s/helm/install) | ||
* [管理应用](/uk8s/helm/manager) | ||
* [一键安装应用](/uk8s/helm/installapp) | ||
* [日志管理](/uk8s/log/README) | ||
* | ||
* [使用ELK自建UK8S日志解决方案](/uk8s/log/elastic_filebeat_kibana_solution) | ||
* [使用UK8S日志插件功能](/uk8s/log/ELKplugin) | ||
* [监控管理](/uk8s/monitor/README.md) | ||
* | ||
* [Prometheus监控方案](/uk8s/monitor/prometheus/README) | ||
* [集群管理](/uk8s/administercluster/README) | ||
* | ||
* [配置自定义DNS服务](/uk8s/administercluster/custom_dns_service) | ||
* [镜像仓库](/uk8s/dockerhub/README) | ||
* | ||
* [概述](/uk8s/dockerhub/outline) | ||
* [在UK8S中使用UHub](/uk8s/dockerhub/using_uhub_in_uk8s) | ||
* [常见问题](/uk8s/q/README) | ||
* | ||
* [集群常见问题](/uk8s/q/cluster) | ||
* [镜像库常见问题](/uk8s/q/registry) | ||
* [容器常见问题](/uk8s/q/container) | ||
* [存储插件问题](/uk8s/q/storage) | ||
* [最佳实践](/uk8s/bestpractice/README) | ||
* | ||
* [基于Jenkins的CI/CD实践](/uk8s/bestpractice/cicd) | ||
* [权限管理](/uk8s/bestpractice/authorization/README) | ||
* [亲和性实践](/uk8s/bestpractice/affinity) | ||
* [Kubernetes弹性伸缩](/uk8s/bestpractice/autoscaling/README) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,80 @@ | ||
<div class="sidebar_title icon__uk8s"> 容器云 UK8S</div> | ||
|
||
* [概览](compute/uk8s/overview) | ||
* [产品简介](compute/uk8s/introduction/README) | ||
* [概览](/uk8s/README) | ||
* [产品简介](/uk8s/introduction/README) | ||
* | ||
* [产品概念](compute/uk8s/introduction/whatisuk8s) | ||
* [使用须知](/compute/uk8s/introduction/restriction) | ||
* [名词解释](compute/uk8s/introduction/concept) | ||
* [漏洞修复记录](compute/uk8s/introduction/vulnerability/README) | ||
* [集群节点配置推荐](compute/uk8s/introduction/node_requirements) | ||
* [kube-proxy模式选择](compute/uk8s/introduction/kubeproxy_mode) | ||
* [产品价格](compute/uk8s/price) | ||
* [操作指南](compute/uk8s/userguide/README) | ||
* [产品概念](/uk8s/introduction/whatisuk8s) | ||
* [使用须知](/uk8s/introduction/restriction) | ||
* [名词解释](/uk8s/introduction/concept) | ||
* [漏洞修复记录](/uk8s/introduction/vulnerability/README) | ||
* [集群节点配置推荐](/uk8s/introduction/node_requirements) | ||
* [kube-proxy模式选择](/uk8s/introduction/kubeproxy_mode) | ||
* [产品价格](/uk8s/price) | ||
* [操作指南](/uk8s/userguide/README) | ||
* | ||
* [使用必读](compute/uk8s/userguide/before_start) | ||
* [创建集群](compute/uk8s/userguide/createcluster) | ||
* [删除集群](compute/uk8s/userguide/deletecluster) | ||
* [查看集群](compute/uk8s/userguide/describecluster) | ||
* [添加节点](compute/uk8s/userguide/addnode) | ||
* [kube-proxy模式切换](compute/uk8s/userguide/kubeproxy_edit) | ||
* [使用kubectl操作集群](compute/uk8s/manageviakubectl/README) | ||
* [使用必读](/uk8s/userguide/before_start) | ||
* [创建集群](/uk8s/userguide/createcluster) | ||
* [删除集群](/uk8s/userguide/deletecluster) | ||
* [查看集群](/uk8s/userguide/describecluster) | ||
* [添加节点](/uk8s/userguide/addnode) | ||
* [kube-proxy模式切换](/uk8s/userguide/kubeproxy_edit) | ||
* [使用kubectl操作集群](/uk8s/manageviakubectl/README) | ||
* | ||
* [kubectl命令行简介](compute/uk8s/manageviakubectl/intro_of_kubectl) | ||
* [安装及配置kubectl](compute/uk8s/manageviakubectl/connectviakubectl) | ||
* [使用web kubectl](compute/uk8s/manageviakubectl/webterminal) | ||
* [创建PVC](compute/uk8s/manageviakubectl/createpvc) | ||
* [创建Service](compute/uk8s/manageviakubectl/createservice) | ||
* [存储卷](compute/uk8s/volume/README) | ||
* [kubectl命令行简介](/uk8s/manageviakubectl/intro_of_kubectl) | ||
* [安装及配置kubectl](/uk8s/manageviakubectl/connectviakubectl) | ||
* [使用web kubectl](/uk8s/manageviakubectl/webterminal) | ||
* [创建PVC](/uk8s/manageviakubectl/createpvc) | ||
* [创建Service](/uk8s/manageviakubectl/createservice) | ||
* [存储卷](/uk8s/volume/README) | ||
* | ||
* [Volume 介绍](compute/uk8s/volume/intro) | ||
* [在UK8S中使用UDISK](compute/uk8s/volume/udisk) | ||
* [在UK8S中使用已有UDISK](compute/uk8s/volume/statusudisk) | ||
* [在UK8S中使用UFS](compute/uk8s/volume/ufs) | ||
* [动态PV 使用UFS](compute/uk8s/volume/dynamic_ufs) | ||
* [在UK8S中使用UFile](compute/uk8s/volume/ufile) | ||
* [服务发现](compute/uk8s/service/README) | ||
* [Volume 介绍](/uk8s/volume/intro) | ||
* [在UK8S中使用UDISK](/uk8s/volume/udisk) | ||
* [在UK8S中使用已有UDISK](/uk8s/volume/statusudisk) | ||
* [在UK8S中使用UFS](/uk8s/volume/ufs) | ||
* [动态PV 使用UFS](/uk8s/volume/dynamic_ufs) | ||
* [在UK8S中使用UFile](/uk8s/volume/ufile) | ||
* [服务发现](/uk8s/service/README) | ||
* | ||
* [Service 介绍](compute/uk8s/service/intro) | ||
* [通过内网ULB访问Service](compute/uk8s/service/internalservice) | ||
* [通过外网ULB访问Service](compute/uk8s/service/externalservice) | ||
* [使用已有的ULB](compute/uk8s/service/ulb_designation) | ||
* [ULB参数说明](compute/uk8s/service/annotations) | ||
* [获取真实客户端IP](compute/uk8s/service/getresourceip) | ||
* [通过ULB暴露Dashboard](compute/uk8s/service/dashboard) | ||
* [Ingress支持](compute/uk8s/service/ingress/README) | ||
* [集群网络](compute/uk8s/network) | ||
* [网络隔离](compute/uk8s/networkpolicy) | ||
* [应用商店](compute/uk8s/helm/README) | ||
* [Service 介绍](/uk8s/service/intro) | ||
* [通过内网ULB访问Service](/uk8s/service/internalservice) | ||
* [通过外网ULB访问Service](/uk8s/service/externalservice) | ||
* [使用已有的ULB](/uk8s/service/ulb_designation) | ||
* [ULB参数说明](/uk8s/service/annotations) | ||
* [获取真实客户端IP](/uk8s/service/getresourceip) | ||
* [通过ULB暴露Dashboard](/uk8s/service/dashboard) | ||
* [Ingress支持](/uk8s/service/ingress/README) | ||
* [集群网络](/uk8s/network) | ||
* [网络隔离](/uk8s/networkpolicy) | ||
* [应用商店](/uk8s/helm/README) | ||
* | ||
* [关于应用商店](compute/uk8s/helm/abouthelm) | ||
* [安装使用应用商店](compute/uk8s/helm/init) | ||
* [安装应用](compute/uk8s/helm/install) | ||
* [管理应用](compute/uk8s/helm/manager) | ||
* [一键安装应用](compute/uk8s/helm/installapp) | ||
* [日志管理](compute/uk8s/log/README) | ||
* [关于应用商店](/uk8s/helm/abouthelm) | ||
* [安装使用应用商店](/uk8s/helm/init) | ||
* [安装应用](/uk8s/helm/install) | ||
* [管理应用](/uk8s/helm/manager) | ||
* [一键安装应用](/uk8s/helm/installapp) | ||
* [日志管理](/uk8s/log/README) | ||
* | ||
* [使用ELK自建UK8S日志解决方案](compute/uk8s/log/elastic_filebeat_kibana_solution) | ||
* [使用UK8S日志插件功能](compute/uk8s/log/ELKplugin) | ||
* [监控管理](compute/uk8s/monitor/README.md) | ||
* [使用ELK自建UK8S日志解决方案](/uk8s/log/elastic_filebeat_kibana_solution) | ||
* [使用UK8S日志插件功能](/uk8s/log/ELKplugin) | ||
* [监控管理](/uk8s/monitor/README.md) | ||
* | ||
* [Prometheus监控方案](compute/uk8s/monitor/prometheus/README) | ||
* [集群管理](compute/uk8s/administercluster/README) | ||
* [Prometheus监控方案](/uk8s/monitor/prometheus/README) | ||
* [集群管理](/uk8s/administercluster/README) | ||
* | ||
* [配置自定义DNS服务](compute/uk8s/administercluster/custom_dns_service) | ||
* [镜像仓库](compute/uk8s/dockerhub/README) | ||
* [配置自定义DNS服务](/uk8s/administercluster/custom_dns_service) | ||
* [镜像仓库](/uk8s/dockerhub/README) | ||
* | ||
* [概述](compute/uk8s/dockerhub/outline) | ||
* [在UK8S中使用UHub](compute/uk8s/dockerhub/using_uhub_in_uk8s) | ||
* [常见问题](compute/uk8s/q/README) | ||
* [概述](/uk8s/dockerhub/outline) | ||
* [在UK8S中使用UHub](/uk8s/dockerhub/using_uhub_in_uk8s) | ||
* [常见问题](/uk8s/q/README) | ||
* | ||
* [集群常见问题](compute/uk8s/q/cluster) | ||
* [镜像库常见问题](compute/uk8s/q/registry) | ||
* [容器常见问题](compute/uk8s/q/container) | ||
* [存储插件问题](compute/uk8s/q/storage) | ||
* [最佳实践](compute/uk8s/bestpractice/README) | ||
* [集群常见问题](/uk8s/q/cluster) | ||
* [镜像库常见问题](/uk8s/q/registry) | ||
* [容器常见问题](/uk8s/q/container) | ||
* [存储插件问题](/uk8s/q/storage) | ||
* [最佳实践](/uk8s/bestpractice/README) | ||
* | ||
* [基于Jenkins的CI/CD实践](compute/uk8s/bestpractice/cicd) | ||
* [权限管理](compute/uk8s/bestpractice/authorization/README) | ||
* [亲和性实践](compute/uk8s/bestpractice/affinity) | ||
* [Kubernetes弹性伸缩](compute/uk8s/bestpractice/autoscaling/README) | ||
* [基于Jenkins的CI/CD实践](/uk8s/bestpractice/cicd) | ||
* [权限管理](/uk8s/bestpractice/authorization/README) | ||
* [亲和性实践](/uk8s/bestpractice/affinity) | ||
* [Kubernetes弹性伸缩](/uk8s/bestpractice/autoscaling/README) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 集群管理 | ||
|
||
|
||
* [配置自定义DNS服务](compute/uk8s/administercluster/custom_dns_service) | ||
* [配置自定义DNS服务](/uk8s/administercluster/custom_dns_service) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# API文档 | ||
|
||
|
||
* [创建集群](compute/uk8s/api/createuk8s) | ||
* [获取集群列表](compute/uk8s/api/listuk8s) | ||
* [获取集群信息](compute/uk8s/api/describeuk8s) | ||
* [删除集群](compute/uk8s/api/deluk8s) | ||
* [添加云主机节点](compute/uk8s/api/adduhostnode) | ||
* [添加物理云主机节点](compute/uk8s/api/addphostnode) | ||
* [删除节点](compute/uk8s/api/delnode) | ||
* [获取集群kubeconfig](compute/uk8s/api/getconfig) | ||
* [创建集群](/uk8s/api/createuk8s) | ||
* [获取集群列表](/uk8s/api/listuk8s) | ||
* [获取集群信息](/uk8s/api/describeuk8s) | ||
* [删除集群](/uk8s/api/deluk8s) | ||
* [添加云主机节点](/uk8s/api/adduhostnode) | ||
* [添加物理云主机节点](/uk8s/api/addphostnode) | ||
* [删除节点](/uk8s/api/delnode) | ||
* [获取集群kubeconfig](/uk8s/api/getconfig) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# 最佳实践 | ||
* [基于Jenkins的CI/CD实践](compute/uk8s/bestpractice/cicd) | ||
* [权限管理](compute/uk8s/bestpractice/authorization/README) | ||
* [了解RBAC](compute/uk8s/bestpractice/authorization/rbac) | ||
* [权限管理实践](compute/uk8s/bestpractice/authorization/practice) | ||
* [亲和性实践](compute/uk8s/bestpractice/affinity) | ||
* [Kubernetes弹性伸缩](compute/uk8s/bestpractice/autoscaling/README) | ||
* [概述](compute/uk8s/bestpractice/autoscaling/intro) | ||
* [HPA](compute/uk8s/bestpractice/autoscaling/hpa) | ||
* [Cluster Autoscaler](compute/uk8s/bestpractice/autoscaling/ca) | ||
* [基于Jenkins的CI/CD实践](/uk8s/bestpractice/cicd) | ||
* [权限管理](/uk8s/bestpractice/authorization/README) | ||
* [了解RBAC](/uk8s/bestpractice/authorization/rbac) | ||
* [权限管理实践](/uk8s/bestpractice/authorization/practice) | ||
* [亲和性实践](/uk8s/bestpractice/affinity) | ||
* [Kubernetes弹性伸缩](/uk8s/bestpractice/autoscaling/README) | ||
* [概述](/uk8s/bestpractice/autoscaling/intro) | ||
* [HPA](/uk8s/bestpractice/autoscaling/hpa) | ||
* [Cluster Autoscaler](/uk8s/bestpractice/autoscaling/ca) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 权限管理 | ||
|
||
* [了解RBAC](compute/uk8s/bestpractice/authorization/rbac) | ||
* [权限管理实践](compute/uk8s/bestpractice/authorization/practice) | ||
* [了解RBAC](/uk8s/bestpractice/authorization/rbac) | ||
* [权限管理实践](/uk8s/bestpractice/authorization/practice) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Kubernetes弹性伸缩 | ||
* [概述](compute/uk8s/bestpractice/autoscaling/intro) | ||
* [弹性伸缩(HPA)](compute/uk8s/bestpractice/autoscaling/hpa) | ||
* [定时伸缩(CronHPA)](compute/uk8s/bestpractice/autoscaling/cronhpa) | ||
* [Cluster Autoscaler](compute/uk8s/bestpractice/autoscaling/ca) | ||
* [概述](/uk8s/bestpractice/autoscaling/intro) | ||
* [弹性伸缩(HPA)](/uk8s/bestpractice/autoscaling/hpa) | ||
* [定时伸缩(CronHPA)](/uk8s/bestpractice/autoscaling/cronhpa) | ||
* [Cluster Autoscaler](/uk8s/bestpractice/autoscaling/ca) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# 镜像仓库 | ||
|
||
|
||
* [概述](compute/uk8s/dockerhub/outline) | ||
* [在UK8S中使用UHub](compute/uk8s/dockerhub/using_uhub_in_uk8s) | ||
* [概述](/uk8s/dockerhub/outline) | ||
* [在UK8S中使用UHub](/uk8s/dockerhub/using_uhub_in_uk8s) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# 应用商店 | ||
|
||
* [关于应用商店](compute/uk8s/helm/abouthelm) | ||
* [安装使用应用商店](compute/uk8s/helm/init) | ||
* [安装应用](compute/uk8s/helm/install) | ||
* [管理应用](compute/uk8s/helm/manager) | ||
* [一键安装应用](compute/uk8s/helm/installapp) | ||
* [关于应用商店](/uk8s/helm/abouthelm) | ||
* [安装使用应用商店](/uk8s/helm/init) | ||
* [安装应用](/uk8s/helm/install) | ||
* [管理应用](/uk8s/helm/manager) | ||
* [一键安装应用](/uk8s/helm/installapp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# 产品简介 | ||
|
||
|
||
* [产品概念](compute/uk8s/introduction/whatisuk8s) | ||
* [使用须知](compute/uk8s/introduction/restriction) | ||
* [名词解释](compute/uk8s/introduction/concept) | ||
* [漏洞修复记录](compute/uk8s/introduction/vulnerability/README) | ||
* [集群节点配置推荐](compute/uk8s/introduction/node_requirements) | ||
* [产品概念](/uk8s/introduction/whatisuk8s) | ||
* [使用须知](/uk8s/introduction/restriction) | ||
* [名词解释](/uk8s/introduction/concept) | ||
* [漏洞修复记录](/uk8s/introduction/vulnerability/README) | ||
* [集群节点配置推荐](/uk8s/introduction/node_requirements) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.