nexus3 安装helm_如何使用Helm 3 Package Manager在Kubernetes群集上安装软件

nexus3 安装helm 介绍 (Introduction)Helm is a package manager for Kubernetes that allows developers and operators to more easily configure and deploy applications on Kubernetes clusters. Helm是Kubernetes...
摘要由CSDN通过智能技术生成

nexus3 安装helm

介绍 (Introduction)

Helm is a package manager for Kubernetes that allows developers and operators to more easily configure and deploy applications on Kubernetes clusters.

Helm是Kubernetes的软件包管理器,使开发人员和操作员可以更轻松地在Kubernetes集群上配置和部署应用程序。

In this tutorial, you will set up Helm 3 and use it to install, reconfigure, rollback, and delete an instance of the Kubernetes Dashboard application. The dashboard is an official web-based Kubernetes GUI.

在本教程中,您将设置Helm 3并将其用于安装,重新配置,回滚和删除Kubernetes Dashboard应用程序的实例。 该仪表板是基于Web的官方Kubernetes GUI。

For a conceptual overview of Helm and its packaging ecosystem, please read our article, An Introduction to Helm.

有关Helm及其包装生态系统的概念性概述,请阅读我们的文章Helm简介

先决条件 (Prerequisites)

For this tutorial you will need:

对于本教程,您将需要:

  • A Kubernetes cluster with role-based access control (RBAC) enabled. Helm 3.1 supports clusters from versions 1.14 to 1.17. For further information check the Helm releases page.

    启用了基于角色的访问控制(RBAC)的Kubernetes集群。 Helm 3.1支持从版本1.14到1.17的群集。 有关更多信息,请查看“ Helm版本”页面。

  • The kubectl command-line tool installed on your local machine, configured to connect to your cluster. You can read more about installing kubectl in the official documentation.

    安装在本地计算机上的kubectl命令行工具,配置为连接到集群。 您可以在官方文档中阅读有关安装kubectl更多信息。

    You can test your connectivity with the following command:

    您可以使用以下命令测试连接性:

    • kubectl cluster-info

      kubectl集群信息

    If you see no errors, you’re connected to the cluster. If you access multiple clusters with kubectl, be sure to verify that you’ve selected the correct cluster context:

    如果没有看到错误,则说明您已连接到集群。 如果您使用kubectl访问多个集群, kubectl确保验证您选择了正确的集群上下文:

    • kubectl config get-contexts

      kubectl配置获取上下文
    
         
         
         
    Output
    CURRENT NAME CLUSTER AUTHINFO NAMESPACE * do-fra1-helm3-example do-fra1-helm3-example do-fra1-helm3-example-admin

    In this example the asterisk (*) indicates that we are connected to the do-fra1-helm3-example cluster. To switch clusters run:

    在此示例中,星号( * )表示我们已连接到do-fra1-helm3-example集群。 要切换集群,请运行:

    • kubectl config use-context context-name

      kubectl配置使用上下文上下文名称

When you are connected to the correct cluster, continue to Step 1 to begin

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值