agiledon / kubean

Kubernetes lifecycle management operator based on kubespray.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌱 KuBean

example workflow codecov CII Best Practices

Introduction

kubean is a cluster lifecycle management tool based on kubespray.

Quick Start

Deploy Kubean-Operator

helm repo add kubean-io https://kubean-io.github.io/kubean-helm-chart/
helm install kubean kubean-io/kubean --create-namespace -n kubean-system

Then check kubean-operator status by kubectl get pods -n kubean-system | grep 'kubean'.

Start KuBeanClusterOps for cluster.yml playbook

We cloud use the example in folder artifacts/demo which uses online resources to install k8s cluster.

  1. cd artifacts
  2. modify demo/hosts-conf-cm.yml by replacing IP1, IP2... with the real ip where we want to install k8s cluster
  3. kubectl apply -f demo to start kubeanClusterOps which will start the kubespray job
  4. kubectl get job -n kubean-system to check the kubespray job status

quick_start_image

Offline Usage

offline

About

Kubernetes lifecycle management operator based on kubespray.

License:Apache License 2.0


Languages

Language:Go 65.6%Language:Shell 31.0%Language:Makefile 1.4%Language:Smarty 1.0%Language:Dockerfile 1.0%