使用 Helm 进行操作
原文英文,约600词,阅读约需2分钟。发表于: 。Now that Helm is installed, let's dive into the core functionalities of working with Helm. Whether you're installing a new application, upgrading an existing deployment, or managing multiple...
Helm是简化Kubernetes操作的工具,可安装、管理和升级应用程序。使用helm install命令安装应用程序,使用helm list命令查看已安装的应用程序,使用helm status命令查看详细信息,使用helm upgrade命令升级应用程序,使用helm rollback命令回滚应用程序,使用helm uninstall命令卸载应用程序。