banner
NEWS LETTER

基于KubeSphereLuban快速部署单机Kubernetes

Scroll down

本文作者:丁辉

基于KubeSphereLuban搭建开发环境

官方文档

  1. 准备 Kubernetes 集群

    1
    2
    curl -sfL https://get-kk.kubesphere.io | sh -
    ./kk create cluster --with-local-storage --with-kubernetes v1.25.4 --container-manager containerd -y
  2. 准备 Helm 工具

    1
    curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
  3. 安装 KubeSphere Luban Helm Chart

    1
    helm upgrade --install -n kubesphere-system --create-namespace ks-core  https://charts.kubesphere.io/main/ks-core-0.4.0.tgz --set apiserver.nodePort=30881 --debug --wait

    更多配置参数,请参考KubeSphere Helm Chart 配置

I'm so cute. Please give me money.

其他文章
cover
基于KubeKey快速部署单机Kubernetes
  • 70/01/01
  • 00:00
  • Kubernetes-部署文档
cover
Grafana可视化面板下载
  • 70/01/01
  • 00:00
  • Kubernetes-监控
目录导航 置顶
  1. 1. 基于KubeSphereLuban搭建开发环境
请输入关键词进行搜索