mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
---
|
||
title: "创建应用路由"
|
||
linkTitle: "创建应用路由"
|
||
keywords: "Kubernetes, KubeSphere, 集群管理, 应用负载, 应用路由, 创建应用路由"
|
||
description: "介绍如何创建应用路由。"
|
||
weight: 01
|
||
---
|
||
|
||
:ks_permission: **应用负载管理**
|
||
:ks_navigation: **应用负载 > 应用路由**
|
||
|
||
|
||
include::../../../../_custom/clusterManagement/routes/routes-desc-createARoute.adoc[]
|
||
|
||
|
||
== 前提条件
|
||
|
||
:relfileprefix: ../../../../
|
||
* {empty}
|
||
include::../../../../_custom/clusterManagement/clusterManagement-prer-requiredPermission_new.adoc[]
|
||
|
||
:relfileprefix: ./
|
||
|
||
|
||
* 如需创建支持 HTTPS 协议的应用路由,您需要创建 **TLS 信息**类型的保密字典,保密字典中必须包含 Base64 编码的证书和私钥。有关更多信息,请参阅link:../../../06-configuration/02-configmaps/[创建保密字典]。
|
||
|
||
* 应用路由所属的项目中存在至少一个服务。有关更多信息,请参阅link:../../04-services/01-create-a-service/[创建服务]。
|
||
|
||
|
||
|
||
== 操作步骤
|
||
|
||
include::../../../../_custom/clusterManagement/clusterManagement-oper-openClusterPage.adoc[]
|
||
|
||
+
|
||
|
||
include::../../../../../_ks_components/oper-navigate.adoc[]
|
||
|
||
+
|
||
|
||
include::../../../../../_ks_components/oper-clickCreate.adoc[]
|
||
|
||
+
|
||
|
||
include::../../../../_custom/clusterManagement/routes/routes-oper-createARoute_v4.adoc[]
|
||
|