Code Monkey home page Code Monkey logo

arkid-charts's Introduction

ArkID

ArkID是全新一代企业单点登录解决方案, 彻底告别企业内多系统多账号的烦恼, 节省管理成本, 自带功能全面的WEB管理界面,提升管理效率。

项目说明

部署方式

1、docker-compose 方式部署

git clone https://github.com/longguikeji/arkid-charts.git

cd arkid-charts/docker-compose

docker-compose up -d

浏览器打开http://127.0.0.1:8989 探索 ArkID 的完整功能。

2、helm/charts 方式部署

Prerequisites

  • Kubernetes 1.12+
  • Helm 3.1.0
  • PV provisioner support in the underlying infrastructure
  • ReadWriteMany volumes for deployment scaling

安装CRD

CHARTCRD=`kubectl get crd|grep helmcharts.helm.cattle.io`
if [ -z "$CHARTCRD" ];then
    kubectl create -f https://gitee.com/longguikeji/arkid-charts/raw/main/helmchartscrd.yaml
fi

部署arkid

kubectl create ns arkid
kubectl create -f https://gitee.com/longguikeji/arkid-charts/raw/main/arkid.yaml

访问arkid

注意:首次访问时,确认访问地址之后就不能再更改了

  • 通过port-forward

只能再试用时使用这种方式访问

> kubectl -n arkid port-forward svc/arkid-portal  8989:80
Forwarding from 127.0.0.1:8989 -> 80
Handling connection for 8989

浏览器打开http://127.0.0.1:8989 探索 ArkID 的完整功能。

  • 通过nodeport 32580

arkid默认会打开nodeport 32580 http://某个nodeip:32580

  • 通过ingress

查看chart/values.yaml 中的配置项,设置ingress kubectl -n arkid edit helmchart arkid

arkid-charts's People

Contributors

notevery avatar welylongguikeji avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arkid-charts's Issues

mysql 镜像拉取失败,arkid-be启动失败

环境
用的是v2-dev分支,helm安装的,其他镜像拉取都正常,只有mysql镜像有问题

报错
Error response from daemon: manifest for harbor.longguikeji.com/ark-releases/mysql:5.7.37-debian-10-r55 not found: manifest unknown: manifest unknown

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.