当前位置:网站首页>Kustomize使用手册
Kustomize使用手册
2022-07-02 06:55:00 【chenxy02】
相关网址:Kustomize - Kubernetes native configuration management
kustomize是什么
Kubernetes集成的配置管理工具。轻量版的helm;
以后我们公司自己部署的一些中间件等,可以封装kustomize管理的文件结构
只需要kubectl apply -k 即可快速部署不同环境应用
Demo用法
kustomization.yaml
commonLabels:
app: hello # 构建出来的每个资源上都有app=hello标签
resources: # 要部署哪些资源
- deployment.yaml
- service.yaml
- configMap.yaml
运行
kubectl apply -k demo
进阶用法
当我们的微服务数量很多或者环境数量很多时,我们就有许多套的配置,这些配置只有细微的差别,而在很大程度上都一样,kustomize可以通过继承模版的方式,然后个性化覆盖模版生成最终部署应用所需的描述文件。
很多时候我们针对不同环境部署上会有差异,我们可以通过在“demo用法”的基础上,新建 overlays文件夹来定义 对不同环境的部署。如下我们定义了一个生产环境和一个演示环境:
至于 kustomization文件能写哪些内容,可参考: Configuration Management | SIG CLI
边栏推荐
- [Fantasy 4] the transformation from U3D to UE4
- Stm32 et développement de moteurs (système supérieur)
- pytest--之测试报告allure配置
- SPSS做Shapiro-Wilk正态分析
- 两数之和,求目标值
- 07 data import sqoop
- What is the significance of the college entrance examination
- SUS系统可用性量表
- Considerations for Apache deploying static web page projects
- flume 190 INSTALL
猜你喜欢
How to get the password of cpolar?
Message mechanism -- getting to know messages and message queues for the first time
Pytest framework implements pre post
JS reduce accumulator
12.进程同步与信号量
session-cookie与token
SPSS做Shapiro-Wilk正态分析
Flink calculates topn hot list in real time
虛幻AI藍圖基礎筆記(萬字整理)
Application of rxjs operator withlatestfrom in Spartacus UI of SAP e-commerce cloud
随机推荐
07 data import sqoop
14. Code implementation of semaphore
简洁、快速、节约内存的Excel处理工具EasyExcel
《MySQL 8 DBA基础教程》简介
"Talking about podcasts" vol.352 the age of children: breaking the inner scroll, what can we do before high school?
Session cookies and tokens
Blender volume fog
SAP Spartacus express checkout design
Ctrip starts mixed office. How can small and medium-sized enterprises achieve mixed office?
Stm32 et développement de moteurs (système supérieur)
01安装虚拟机
shell编程01_Shell基础
Use WinDbg to statically analyze dump files (summary of practical experience)
拆解美图SaaS:开着飞机换引擎
使用sqlcipher打开加密的sqlite方法
01-spooldir
Network communication learning
Is this code PHP MySQL redundant?
Blender stone carving
【教程】如何让VisualStudio的HelpViewer帮助文档独立运行