Brc's blog
首页
前端
后端
运维
  • 工作笔记
  • 分类
  • 标签
  • 归档
关于

Brc

努力中
首页
前端
后端
运维
  • 工作笔记
  • 分类
  • 标签
  • 归档
关于
  • 工具安装

    • 安装AWS CLI
    • 安装kubectl
    • 安装eksctl
      • 安装helm
      • 安装EFS客户端
    • AWS

    • EKS

    • 其他

    • AWS创建EKS集群
    • 谷歌云创建GKE集群
    • 工作笔记
    • 工具安装
    Brc
    2023-06-11
    目录

    安装eksctl

    # To install or update eksctl on Linux
    1. Download and extract the latest release of eksctl with the following command.

      curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
      
      1
    2. Move the extracted binary to /usr/local/bin.

      sudo mv /tmp/eksctl /usr/local/bin
      
      1
    3. Test that your installation was successful with the following command.

      eksctl version
      
      1
    #AWS#K8S
    Last Updated: 2023/11/08, 14:45:54
    安装kubectl
    安装helm

    ← 安装kubectl 安装helm→

    最近更新
    01
    谷歌云创建GKE集群
    07-26
    02
    ElastiCacheForRedis启用密码
    07-26
    03
    upload-to-gcs
    06-29
    更多文章>
    Theme by Vdoing | Copyright © 2021-2024 Brc | MIT License | 浙ICP备19031881号-4
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式