From 8a9d592e413653090ca0c091a70bd9f8b8d6d6ba Mon Sep 17 00:00:00 2001 From: peefy Date: Tue, 19 Dec 2023 13:09:26 +0800 Subject: [PATCH] chore: change kcl tool integration blog to 2023.12.19 Signed-off-by: peefy --- .../index.md | 4 ++-- .../index.md | 4 ++-- .../cloud-native-tool-integration.png | Bin 3 files changed, 4 insertions(+), 4 deletions(-) rename blog/{2023-12-18-how-to-apply-kcl-config-to-cluster => 2023-12-19-how-to-apply-kcl-config-to-cluster}/index.md (97%) rename i18n/zh-CN/docusaurus-plugin-content-blog/{2023-12-18-how-to-apply-kcl-config-to-cluster => 2023-12-19-how-to-apply-kcl-config-to-cluster}/index.md (97%) rename static/img/blog/{2023-12-18-how-to-apply-kcl-config-to-cluster => 2023-12-19-how-to-apply-kcl-config-to-cluster}/cloud-native-tool-integration.png (100%) diff --git a/blog/2023-12-18-how-to-apply-kcl-config-to-cluster/index.md b/blog/2023-12-19-how-to-apply-kcl-config-to-cluster/index.md similarity index 97% rename from blog/2023-12-18-how-to-apply-kcl-config-to-cluster/index.md rename to blog/2023-12-19-how-to-apply-kcl-config-to-cluster/index.md index f1365cad..806d83b6 100644 --- a/blog/2023-12-18-how-to-apply-kcl-config-to-cluster/index.md +++ b/blog/2023-12-19-how-to-apply-kcl-config-to-cluster/index.md @@ -1,5 +1,5 @@ --- -slug: 2023-12-18-how-to-apply-kcl-config-to-cluster +slug: 2023-12-19-how-to-apply-kcl-config-to-cluster title: How to Apply KCL Configuration to Cluster authors: name: KCL Team Member @@ -15,7 +15,7 @@ tags: [KCL, KubeVela] ## Several Ways to Deploy KCL Configuration to a cluster -![cloud-native-tool-integration](/img/blog/2023-12-18-how-to-apply-kcl-config-to-cluster/cloud-native-tool-integration.png) +![cloud-native-tool-integration](/img/blog/2023-12-19-how-to-apply-kcl-config-to-cluster/cloud-native-tool-integration.png) Since KCL can output YAML/JSON files, theoretically, any method that supports deploying YAML/JSON configurations to a cluster can be used to deploy KCL configurations. Usually, KCL files are stored in Git or Module Registry for easy sharing among different roles and teams. However, KCL can do much more than that, and the main ways to deploy KCL configurations to a cluster are as follows. diff --git a/i18n/zh-CN/docusaurus-plugin-content-blog/2023-12-18-how-to-apply-kcl-config-to-cluster/index.md b/i18n/zh-CN/docusaurus-plugin-content-blog/2023-12-19-how-to-apply-kcl-config-to-cluster/index.md similarity index 97% rename from i18n/zh-CN/docusaurus-plugin-content-blog/2023-12-18-how-to-apply-kcl-config-to-cluster/index.md rename to i18n/zh-CN/docusaurus-plugin-content-blog/2023-12-19-how-to-apply-kcl-config-to-cluster/index.md index d6b585ac..7de25c8a 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-blog/2023-12-18-how-to-apply-kcl-config-to-cluster/index.md +++ b/i18n/zh-CN/docusaurus-plugin-content-blog/2023-12-19-how-to-apply-kcl-config-to-cluster/index.md @@ -1,5 +1,5 @@ --- -slug: 2023-12-18-how-to-apply-kcl-config-to-cluster +slug: 2023-12-19-how-to-apply-kcl-config-to-cluster title: 如何将 KCL 代码部署到集群? authors: name: KCL 团队 @@ -15,7 +15,7 @@ tags: [KCL] ## 将 KCL 配置部署到集群的几种方式 -![cloud-native-tool-integration](/img/blog/2023-12-18-how-to-apply-kcl-config-to-cluster/cloud-native-tool-integration.png) +![cloud-native-tool-integration](/img/blog/2023-12-19-how-to-apply-kcl-config-to-cluster/cloud-native-tool-integration.png) 因为 KCL 本身可以输出为 YAML/JSON 文件,因此理论上支持将 YAML/JSON 配置部署到集群的方式,都可以将 KCL 配置部署到集群,通常我们将 KCL 文件放在 Git 或者 Module Registry 中保存方便与不同的角色和团队之间共享配置,但是 KCL 可以做到的远不止这些,这里将可以将 KCL 配置部署到的集群主要分为如下几种情况。 diff --git a/static/img/blog/2023-12-18-how-to-apply-kcl-config-to-cluster/cloud-native-tool-integration.png b/static/img/blog/2023-12-19-how-to-apply-kcl-config-to-cluster/cloud-native-tool-integration.png similarity index 100% rename from static/img/blog/2023-12-18-how-to-apply-kcl-config-to-cluster/cloud-native-tool-integration.png rename to static/img/blog/2023-12-19-how-to-apply-kcl-config-to-cluster/cloud-native-tool-integration.png