Code Monkey home page Code Monkey logo

t1-registry's Introduction

WIP: t1-algo-registry

Repository and architecture is still exploration mode. Registry for ML Model and Algotrader deployments.

Local testing for transformer-v1

# build docker images with a specific tag
./build.sh --tag transformer0.4.2 
# starting your docker compose file
docker-compose -f models/transformer-v1/compose.yaml up
# the application should run

Git actions

By tagging the M7 and T1-Models git repository with git tag transformerV0.4.2 && git push --tags github actions are triggered to build and push the images to the registry.

Deploying to Kubernetes

# generate kubernetes ressources from docker compose
cd models/{model-name}
kompose convert -o ./kubernetes/
kubectl apply -f ./kubernetes/
# deleting from kubernetes
kubectl delete -f ./kubernetes/

Port forwarding for local frontend connection

# chose the right service name
kubectl port-forward svc/transformer-v1-tm 7001:7001

Kubernetes Dashboard

Create a token to login: kubectl -n kube-system create token admin-user To access Dashboard run: kubectl -n kubernetes-dashboard port-forward svc/kubernetes-dashboard-kong-proxy 8443:443 Dashboard will be available at: https://localhost:8443

Architecture

t1-registry's People

Contributors

tony-schumacher avatar

Watchers

 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.