GithubHelp home page GithubHelp logo

panwang3 / dubbo-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/dubbo-admin

0.0 0.0 0.0 15.14 MB

The ops and reference implementation for Apache Dubbo

Home Page: https://dubbo.apache.org

License: Apache License 2.0

Shell 1.11% JavaScript 4.42% Java 66.50% CSS 0.85% HTML 0.13% Batchfile 0.25% Vue 25.60% Dockerfile 0.69% Mustache 0.46%

dubbo-admin's Introduction

Dubbo Admin

GitHub Workflow Status codecov license Average time to resolve an issue Percentage of issues still open

中文说明

Dubbo Admin is a console for better visualization of Dubbo services, it provides fully support for Dubbo3 and is compatible with 2.7.x, 2.6.x and 2.5.x.

index

There are four ways to deploy Dubbo Admin to a production environment

  1. Linux with Admin
  2. Docker with Admin
  3. Kubernetes with Admin
  4. Helm with Admin

Choose either method based on your environment, where Helm is the recommended installation method because Helm can be installed with a single click and automatically helps manage all of Admin's required production environment dependencies.

1.1 Linux with Admin

  1. Download code: git clone https://github.com/apache/dubbo-admin.git
  2. dubbo-admin-server/src/main/resources/application.properties Designated Registration Center Address
  3. Build
    • mvn clean package -Dmaven.test.skip=true
  4. Start
    • mvn --projects dubbo-admin-server spring-boot:run or
    • cd dubbo-admin-distribution/target; java -jar dubbo-admin-${project.version}.jar
  5. Visit http://localhost:38080

1.2 Docker with Admin

Admin image hosting at: https://hub.docker.com/repository/docker/apache/dubbo-admin

modify application.properties File default parameters,For example, address of registration center and configuration center, Get the address through 'docker inspect',172.17.0.2 is the registration center address of zookeeper.

  admin.registry.address: zookeeper://172.17.0.2:2181
  admin.config-center: zookeeper://172.17.0.2:2181
  admin.metadata-report.address: zookeeper://172.17.0.2:2181

docker start

$ docker run -p 38080:38080 --name dubbo-admin -d dubbo-admin

Visit http://localhost:38080

1.3 Kubernetes with Admin

1. Download Kubernetes manifests

$ git clone https://github.com/apache/dubbo-admin.git

Switch to the 'deploy/k8s' directory to see the Admin kubernetes resource file

$ cd /dubbo-admin/deploy/kubernetes

2. Install Dubbo Admin

modify application.properties Parameter configuration in configmap.yaml ,Just define the parameters to be overwritten。

Run the following command:

$ kubectl apply -f ./

3. Visit Admin

$ kubectl port-forward service dubbo-admin 38080:38080

Visit http://localhost:38080

1.4 Helm with Admin

There are two ways to run Admin through Help. They have the same effect, so you can choose any of the following.

1.4.1 Run Admin based on Chart source file

1. Download chart source file

clone Dubbo Admin project storehouse:

$ git clone https://github.com/apache/dubbo-admin.git

Switch from the warehouse root directory to the following directory deploy/charts/dubbo-admin

$ cd dubbo-admin/deploy/charts/dubbo-admin

2. Install helm chart

Start parameters of Admin so that Admin can connect to the real production environment registry or configuration center. You can specify a custom configuration file through the following -f help parameter:

properties:
  admin.registry.address: zookeeper://zookeeper:2181
  admin.config-center: zookeeper://zookeeper:2181
  admin.metadata-report.address: zookeeper://zookeeper:2181

zookeeper://zookeeper:2181 Visit address of the Kubernetes Cluster registration center zookeeper。

$ helm install dubbo-admin -f values.yaml .

properties The content specified in the field will be overwritten Admin application.properties Specified default configuration,In addition to 'properties', you can customize other properties defined by Admin help chart,Here is availableComplete parameters

3. Visit Admin

Visit http://127.0.0.1:38080

1.4.2 Run Admin based on Chart warehouse

1. Add helm chart (Temporarily unavailable)

$ helm repo add dubbo-charts https://dubbo.apache.org/dubbo-charts
$ helm repo update

2. Install helm chart

$ helm install dubbo-admin dubbo-charts/dubbo-admin

reference resources 1.4.1 Run Admin based on Chart warehouse Learn how to customize installation parameters.

$ helm install dubbo-admin -f properties.yaml dubbo-charts/dubbo-admin

3. Visit Dubbo Admin

Dubbo Admin Now that the installation should be successful, run the following command to obtain the access address:

$ kubectl --namespace default port-forward service/dubbo-admin 38080:38080

Visit http://127.0.0.1:38080

2. Want To Contribute

Below contains the description of the project structure for developers who want to contribute to make Dubbo Admin better.

2.1 Admin UI

  • Vue.js and Vue Cli

  • dubbo-admin-ui/README.md for more detail

  • Set npm proxy mirror:

    If you have network issue, you can set npm proxy mirror to speedup npm install:

    add registry=https://registry.npmmirror.com to ~/.npmrc

2.2 Admin Server

2.3 Setting up a local developing environment

  • Run admin server project

    backend is a standard spring boot project, you can run it in any java IDE

  • Run admin ui project

    at directory dubbo-admin-ui, run with npm run dev.

  • visit web page

    visit http://localhost:38082, frontend supports hot reload.

3 License

Apache Dubbo admin is under the Apache 2.0 license, Version 2.0. See LICENSE for full license text.

dubbo-admin's People

Contributors

aaron-boom avatar albumenj avatar aworker avatar beiwei30 avatar biyuhao avatar chenjjl avatar chenzhiguo avatar chickenlj avatar cnjxzhao avatar dependabot[bot] avatar haoyann avatar hrsstd avatar htynkn avatar keran213539 avatar kexianjun avatar kezhenxu94 avatar kimmking avatar lovepoem avatar majinkai avatar mfordjody avatar nzomkxia avatar panxiaojun233 avatar qq925716471 avatar ralf0131 avatar robberphex avatar sunbufu avatar tzr164 avatar wolf427 avatar wuwen5 avatar zhaixiaoxiang avatar

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.