The DevOps Handbook
developers 2. Segregated processes so we know the dependencies – eliminates “worked on my machine” 3. Package the application to enable repeatable installation and configuration into an environment 4. Environments deployment pipeline 1. Commit stage – build & package software, runs automated unit tests, and code quality (static analysis, coverage, style, etc.) 2. Package the code only once – use the same packages0 码力 | 8 页 | 23.08 KB | 5 月前3k8s操作手册 2.3
│ ├── service.yaml │ └── tests │ └── test-connec�on.yaml └── values.yaml # helm package --version 1.0.2 test-chart #将chart项目目录打包为一个 tgz压缩文件 Successfully packaged chart local/share/helm/plugins/helm-push # helm plugin list NAME VERSION DESCRIPTION cm-push 0.10.4 Push chart package to ChartMuseum # helm添加harbor的repo # helm repo add harbor-246 h�p://cof-lee.com/chartrepo/test-chart0 码力 | 126 页 | 4.33 MB | 1 年前3
共 2 条
- 1