chain312 / ops

a ops tool for host, cluster

Home Page:https://www.chenshaowen.com/ops/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start

install Opscli

Supported OS Linux and macOS.

If Good network connections to GitHub

curl -sfL https://raw.githubusercontent.com/shaowenchen/ops/main/getcli.sh | VERSION=latest sh -

else Poor network connections to GitHub

curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/shaowenchen/ops/main/getcli.sh |VERSION=latest sh -

install Ops Controller

  1. Add Helm repo
helm repo add ops https://www.chenshaowen.com/ops/charts
  1. Install Opscli Controller
helm install myops ops/ops --version 1.0.0 --namespace ops-system --create-namespace

More

Go to docs for more information.

About

a ops tool for host, cluster

https://www.chenshaowen.com/ops/


Languages

Language:Go 84.5%Language:Vue 6.4%Language:JavaScript 3.3%Language:Makefile 3.3%Language:Smarty 0.9%Language:Shell 0.8%Language:Dockerfile 0.5%Language:HTML 0.2%Language:CSS 0.1%