All Projects → galaxy-future → comandx

galaxy-future / comandx

Licence: other
The website of BridgX and SchedulX

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Dockerfile
14818 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to comandx

Designing Cloud Native Microservices On Aws
Introduce a fluent way to design cloud native microservices via EventStorming workshop, this is a hands-on workshop. Contains such topics: DDD, Event storming, Specification by example. Including the AWS product : Serverless Lambda , DynamoDB, Fargate, CloudWatch.
Stars: ✭ 131 (+367.86%)
Mutual labels:  cloudnative
Kubefate
Manage federated learning workload using cloud native technologies.
Stars: ✭ 195 (+596.43%)
Mutual labels:  cloudnative
openshift-starter-guides
Getting Started with OpenShift for Developers Workshop
Stars: ✭ 35 (+25%)
Mutual labels:  cloudnative
Dagger
Dagger 是一个基于 Loki 的日志查询和管理系统,它是由达闼科技( CloudMinds )云团队的`大禹基础设施平台`派生出来的一个项目。Dagger 运行在 Loki 前端,具备日志查询、搜索,保存和下载等特性,适用于云原生场景下的容器日志管理场景。
Stars: ✭ 149 (+432.14%)
Mutual labels:  cloudnative
Loki
Like Prometheus, but for logs.
Stars: ✭ 14,483 (+51625%)
Mutual labels:  cloudnative
Kics
Find security vulnerabilities, compliance issues, and infrastructure misconfigurations early in the development cycle of your infrastructure-as-code with KICS by Checkmarx.
Stars: ✭ 189 (+575%)
Mutual labels:  cloudnative
Dubbo Go Pixiu
Based on the proxy gateway service of dubbo-go, it solves the problem that the external protocol calls the internal Dubbo cluster. At present, it supports HTTP and gRPC[developing].
Stars: ✭ 124 (+342.86%)
Mutual labels:  cloudnative
ibm-spectrum-scale-bridge-for-grafana
This tool allows the IBM Spectrum Scale users to perform performance monitoring for IBM Spectrum Scale devices using third-party applications such as Grafana software.
Stars: ✭ 24 (-14.29%)
Mutual labels:  cloudnative
Kruise
Automate application management on Kubernetes (project under CNCF)
Stars: ✭ 2,819 (+9967.86%)
Mutual labels:  cloudnative
Etcdhcp
A DHCP server backed by etcd
Stars: ✭ 250 (+792.86%)
Mutual labels:  cloudnative
Kubecon North America 2018
KubeCon-CloudNativeCon-North-America-2018's slides. / 2018北美CNCF大会PPT。
Stars: ✭ 150 (+435.71%)
Mutual labels:  cloudnative
Speedle
Speedle is an open source project for access control.
Stars: ✭ 153 (+446.43%)
Mutual labels:  cloudnative
Go Fastdfs
go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic r…
Stars: ✭ 2,923 (+10339.29%)
Mutual labels:  cloudnative
Oci Cloudnative
MuShop - Cloud Native microservices demo for Oracle Cloud Infrastructure
Stars: ✭ 147 (+425%)
Mutual labels:  cloudnative
application-modernization-javaee-quarkus
Application Modernization Sample - From Java EE (2010) to Cloud-Native (2021)
Stars: ✭ 99 (+253.57%)
Mutual labels:  cloudnative
Kubevela
The Modern Application Platform.
Stars: ✭ 2,984 (+10557.14%)
Mutual labels:  cloudnative
Aws Workshop For Kubernetes
AWS Workshop for Kubernetes
Stars: ✭ 2,450 (+8650%)
Mutual labels:  cloudnative
kstone
Kstone is an etcd management platform, providing cluster management, monitoring, backup, inspection, data migration, visual viewing of etcd data, and intelligent diagnosis.
Stars: ✭ 592 (+2014.29%)
Mutual labels:  cloudnative
loggie
A lightweight, cloud-native data transfer agent and aggregator
Stars: ✭ 844 (+2914.29%)
Mutual labels:  cloudnative
Fluent Bit
Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
Stars: ✭ 3,223 (+11410.71%)
Mutual labels:  cloudnative

image

Language

English | 中文

Introduction

ComandX is an observable interface-based O&M solution. It is a web-based visual presentation interface for BridgX, providing a simple and easy-to-use operating experience. It has the following key features:

  1. cluster creation and management;
  2. scaling up and scaling down tasks;
  3. K8s cluster creation and management;
  4. service deployment and orchestration;
  5. cloud server management;
  6. cloud account management;
  7. fees management;
  8. Dashboard global display.

Contact Us

Weibo | Zhihu | Bilibili | WeChat Official Account | WeCom Communication Group

Getting Started Guide

1. Environmental Dependence

2. Installation and Deployment

  • (1)Download source code

    • Front-end work:

    git clone https://github.com/galaxy-future/comandx.git

  • (2)macOS Deloyment

    • For front-end deployment, run the following command in the ComandX directory:

      make docker-run-mac

    • When the system is running, type http://127.0.0.1 into your browser to see the management console interface, with the default username root and password 123456.

  • (3)Linux Installation and Deployment

    • The following steps should be performed with the root user or a user with sudo privileges sudo su - after switching to the root user.

    • 1)For users

      • For front-end deployment, run the following command in the ComandX directory:

        make docker-run-linux

      • When the system is running, type http://127.0.0.1 into your browser to see the management console interface, with the default username root and password 123456.
    • 2)For develops

      • Front-end deployment
        • If you are deploying on the same machine as the back-end, you can go directly to the next step; if the back-end is deployed separately, go to cd conf and modify the corresponding configuration ip and port information.

        • Go to the ComandX directory, and then use the following command

          docker-compose up -d //Start BridgX service
          docker-compose down //Stop BridgX service

        • When the system is running, type http://127.0.0.1 into your browser to see the management console interface, with the default username root and password 123456.

3.Quick Start

The Quick Start Guide allows you to master the basic cluster creation, rapid scale-up and scale-down, K8s clustering, and other operational processes.

4.User Manual

The User Manual allows users to get a complete overview of BridgX 's features and to quickly identify which features they are interested in using.

Video Tutorial

ComandX Installation
Adding The Cloud Vendor Account
Create Cluster
Manual Scaling
K8s Cluster Creation and Pod cutting

Technical Articles

《How does cloud-native technology migrate TB data per minute?》
《Best practices for enterprise migration to K8s》
《Top ten methods of cloud-native cost optimization 》

Code of Conduct

Contributor Convention

Authorization

ComandX is licensed under the Apache License 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].