- Learn Helm
- Andrew Block Austin Dewey
- 71字
- 2021-06-30 14:51:35
Chapter 2:
Preparing a Kubernetes and Helm Environment
Helm is a tool that provides a variety of benefits that help users deploy and manage Kubernetes applications more easily. Before users can start experiencing these benefits, however, they must satisfy several prerequisites. First, a user must have access to a Kubernetes cluster. Next, a user should have the command-line tools for both Kubernetes and Helm. Finally, a user should be aware of Helm's basic configuration options in order to be productive with as little friction as possible.
In this chapter, we will outline the tools and concepts that are required in order to begin working with Helm. The following topics will be covered in this chapter:
- Preparing a local Kubernetes environment with Minikube
- Setting up kubectl
- Setting up Helm
- Configuring Helm
Technical requirements
In this chapter, you will install the following technologies to your local workstation:
- Minikube
- VirtualBox
- Helm
These tools can be installed with a package manager or by downloading them directly from a download link. We will provide instructions for using the Chocolatey package manager on Windows, the Homebrew package manager on macOS, the apt-get package manager for Debian-based Linux distributions, and the dnf package manager for RPM-based Linux distributions.
- pcDuino開(kāi)發(fā)實(shí)戰(zhàn)
- Linux實(shí)戰(zhàn)
- 新手易學(xué):系統(tǒng)安裝與重裝
- 深入Linux內(nèi)核架構(gòu)與底層原理(第2版)
- Windows Server 2019 Administration Fundamentals
- 從實(shí)踐中學(xué)習(xí)Kali Linux無(wú)線(xiàn)網(wǎng)絡(luò)滲透測(cè)試
- NetDevOps入門(mén)與實(shí)踐
- 計(jì)算機(jī)系統(tǒng)的自主設(shè)計(jì)
- Python UNIX和Linux系統(tǒng)管理指南
- 鴻蒙操作系統(tǒng)設(shè)計(jì)原理與架構(gòu)
- Linux軟件管理平臺(tái)設(shè)計(jì)與實(shí)現(xiàn)
- 基于Arduino的嵌入式系統(tǒng)入門(mén)與實(shí)踐
- 完美應(yīng)用Ubuntu(第4版)
- Embedded Systems Architecture
- Windows 10從入門(mén)到精通