当前位置:网站首页>Kustomize user manual
Kustomize user manual
2022-07-02 10:45:00 【chenxy02】
Related website :Kustomize - Kubernetes native configuration management
kustomize What is it?
Kubernetes Integrated configuration management tools . Lightweight version helm;
Some middleware deployed by our company in the future , Can be encapsulated kustomize Managed file structure
It only needs kubectl apply -k You can quickly deploy applications in different environments
Demo usage

kustomization.yaml
commonLabels:
app: hello # Every resource built has app=hello label
resources: # Which resources to deploy
- deployment.yaml
- service.yaml
- configMap.yamlfunction
kubectl apply -k demoAdvanced usage
When we have a large number of microservices or environments , We have many sets of configurations , These configurations are only slightly different , To a large extent, they are the same ,kustomize You can inherit the template , then Personalized overlay template Generate the description file required for the final deployment Application .
Many times, we deploy differently for different environments , We can pass in “demo usage ” On the basis of , newly build overlays Folder to define Deployment of different environments . Below we define a production environment and a demonstration environment :


as for kustomization What can be written in the document , May refer to : Configuration Management | SIG CLI
边栏推荐
- 《MySQL 8 DBA基础教程》简介
- Sus system availability scale
- Blender volume fog
- 14. Code implementation of semaphore
- Post disaster reconstruction -- Floyd thought
- VLAN experiment
- [pit avoidance guide] pit encountered by unity3d project when accessing Tencent bugly tool
- 4. Random variables
- 02-taildir source
- Internet News: Tencent conference application market was officially launched; Soul went to Hong Kong to submit the listing application
猜你喜欢

2021-10-04

MySQL数据库远程访问权限设置

【JetBrain Rider】构建项目出现异常:未找到导入的项目“D:\VisualStudio2017\IDE\MSBuild\15.0\Bin\Roslyn\Microsoft.CSh

Delivery mode design of Spartacus UI of SAP e-commerce cloud

对话吴纲:我为什么笃信“大国品牌”的崛起?

判断数组中是否存在重复元素

(五)APA场景搭建之挡位控制设置

Win11 arm系统配置.net core环境变量

Stm32 et développement de moteurs (système supérieur)

12. Process synchronization and semaphore
随机推荐
LeetCode+ 76 - 80 暴搜专题
Mock Server基本使用方法
从MediaRecord录像中读取H264参数
AI技术产业热点分析
flink 提交程序
1287_FreeRTOS中prvTaskIsTaskSuspended()接口实现分析
pytest--之测试报告allure配置
01安装虚拟机
Shutter - canvas custom graph
Introduction to MySQL 8 DBA foundation tutorial
01-spooldir
Blender camera surround motion, animation rendering, video synthesis
转换YV12到RGB565图像转换,附YUV转RGB测试
Windows环境MySQL8忘记密码文件解决方案
数据库字典Navicat自动生成版本
sqoop创建job出现的一系列问题解决方法
stm32和電機開發(上比特系統)
网络通信学习
【JetBrain Rider】构建项目出现异常:未找到导入的项目“D:\VisualStudio2017\IDE\MSBuild\15.0\Bin\Roslyn\Microsoft.CSh
Operator-1初识Operator