- Learn Helm
- Andrew Block Austin Dewey
- 213字
- 2021-06-30 14:51:37
Chapter 3:
Installing your First Helm Chart
Earlier in this book, we referred to Helm as the "Kubernetes package manager" and compared it to an operating system's package manager. A package manager allows users to quickly and easily install applications of varying complexities and manages any dependencies that an application might have. Helm works in a similar fashion.
Users simply determine the application they want to deploy on Kubernetes and Helm does the rest of the work for them. A Helm chart—a packaging of Kubernetes resources—contains the logic and components required to install an application, allowing users to perform installations without needing to know the specific resources required. Users can also pass in parameters, called values, to a Helm chart to configure different aspects of the application without needing to know the specific details about the Kubernetes resources that are being configured. You will explore these features in this chapter by leveraging Helm as a package manager to deploy a WordPress instance onto Kubernetes.
We will cover the following main topics in this chapter:
- Puppet實戰
- 網絡操作系統:Windows Server 2003管理與應用
- 玩到極致 iPhone 4S完全攻略
- 混沌工程實戰:手把手教你實現系統穩定性
- 蘋果OS X Mavericks 10.9應用大全
- Kali Linux 2018:Windows Penetration Testing
- Linux服務器配置與管理
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- Kali Linux高級滲透測試
- Vim 8文本處理實戰
- 分布式高可用架構之道
- Windows 10從新手到高手
- Building Telephony Systems With Asterisk
- Windows Server 2008組網技術與實訓(第3版)
- Zabbix監控系統之深度解析和實踐