当前位置:网站首页>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
边栏推荐
- [jetbrain rider] an exception occurred in the construction project: the imported project "d:\visualstudio2017\ide\msbuild\15.0\bin\roslyn\microsoft.csh" was not found
- JS reduce accumulator
- 拆解美图SaaS:开着飞机换引擎
- 01-spooldir
- (五)APA场景搭建之挡位控制设置
- Pytest framework implements pre post
- Start class, data analysis, high salary training plan, elite class
- Blender model import UE, collision settings
- Database dictionary Navicat automatic generation version
- 2021-10-02
猜你喜欢

Flink calculates topn hot list in real time

07数据导入Sqoop

12.进程同步与信号量
![[MySQL] an exception occurs when connecting to MySQL: connection must be valid and open](/img/09/a75ce6742d787c640b8066e0e8e694.png)
[MySQL] an exception occurs when connecting to MySQL: connection must be valid and open

13. Semaphore critical zone protection

14. Code implementation of semaphore

01安装虚拟机

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

KS009基于SSH实现宠物管理系统

Kustomize使用手册
随机推荐
UVM learning - build a simple UVM verification platform
01-spooldir
flink 提交程序
01安装虚拟机
Importing tables from sqoop
Blender volume fog
Win11 arm系统配置.net core环境变量
【Unity3D】嵌套使用Layout Group制作拥有动态子物体高度的Scroll View
《实习报告》Skywalking分布式链路追踪?
UVM——Callback
[unity3d] cannot correctly obtain the attribute value of recttransform, resulting in calculation error
flume 190 INSTALL
Rapid prototyping
axis设备的rtsp setup头中的url不能带参
从MediaRecord录像中读取H264参数
618再次霸榜的秘密何在?耐克最新财报给出答案
大华设备播放过程中设置播放速度
SUS系统可用性量表
UVM learning - object attribute of UVM phase
Pytest learning --base