In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
How to understand the chart directory structure, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can gain something.
Chart is the application packaging format of Helm. Chart consists of a series of files that describe the resources needed for Kubernetes to deploy applications, such as Service, Deployment, PersistentVolumeClaim, Secret, ConfigMap, and so on.
A single chart can be very simple, only used to deploy a service, such as Memcached;chart can also be very complex, deploy the entire application, such as including HTTP Servers, Database, message middleware, cache, and so on.
Chart places these files in a predefined directory structure, and the entire chart is usually packed into tar packages and marked with version information to facilitate Helm deployment.
Below we will discuss in detail the directory structure of chart and the various files it contains.
Chart directory structure
Take the previous MySQL chart as an example. Once a chart is installed, we can find the tar package for chart in ~ / .helm/cache/archive.
After decompression, the MySQL chart directory structure is as follows:
Name and version are required, others are optional.
README.md
README file in Markdown format, equivalent to chart usage document, this file is optional.
During the installation process, the dependent chart is also installed.
Values.yaml
Chart supports customized configuration based on parameters at installation time, while values.yaml provides default values for these configuration parameters.
As with templates, configuration parameters can be inserted into NOTE.txt, and Helm injects parameter values dynamically.
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
How to build a Windows virtual machine
© 2024 shulou.com SLNews company. All rights reserved.