当前位置:网站首页>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
边栏推荐
猜你喜欢

sqoop创建job出现的一系列问题解决方法

The nanny level tutorial of flutter environment configuration makes the doctor green to the end

Sum the two numbers to find the target value

Blender stone carving

01 install virtual machine

stm32和電機開發(上比特系統)

Post disaster reconstruction -- Floyd thought

allure--常用配置项

Basic notes of illusory AI blueprint (10000 words)

【避坑指南】使用UGUI遇到的坑:Text组件无法首行缩进两格
随机推荐
Understand the composition of building energy-saving system
Blender camera surround motion, animation rendering, video synthesis
session-cookie与token
Transport Optimization abstraction
使用Windbg静态分析dump文件(实战经验总结)
Excuse me, is it cost-effective to insure love life patron saint 2.0 increased lifelong life insurance? What are the advantages of this product?
Shapiro Wilk normal analysis by SPSS
SPSS做Shapiro-Wilk正态分析
2021-10-02
Webui automated learning
Deep understanding of redis cache avalanche / cache breakdown / cache penetration
14.信号量的代码实现
Rapid prototyping
Database dictionary Navicat automatic generation version
Blender stone carving
[pit avoidance guide] pit encountered by unity3d project when accessing Tencent bugly tool
01安装虚拟机
高考的意义是什么
Ks009 implement pet management system based on SSH
Flutter——Canvas自定义曲线图