Skip to content

linkernetworks/vortex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Vortex Build Status Go Report Card codecov Docker Build Status

Vortex server

Vortex share the same config and dependent services with aurora. Make sure dependent services are available before start vortex server.

  • MongoDB

GoBuild

Build

make deps vortex

Run

make run

Docker build

make docker.build

Test vortex image

  1. Start dependent services like mongo or influxdb
  2. Use docker run with host network
docker run -it --network=host asia.gcr.io/linker-aurora/vortex:<git-branch> bash
// example
docker run -it --network=host asia.gcr.io/linker-aurora/vortex:develop bash

Deploy to Kubernetes

  1. Apply base storage system
  2. Apply service
  3. Apply apps
  • require cluster admin to apply role binding
kubectl apply -f deploy/kubernetes/base/service/mongodb

kubectl apply -f deploy/kubernetes/apps/monitoring/monitoring-namespace.yaml
kubectl apply -f deploy/kubernetes/apps/ --resursive

About

πŸ”πŸ”πŸ”πŸ”πŸ”

Resources

License

Stars

Watchers

Forks

Packages

No packages published