Giter Site home page Giter Site logo

aci-demos's Introduction

aci-demos

Demos with ACI

The imagesRecognition folder has a Dockerfile to deploy python code that does facial recognition on multiple pictures and counts up the amount of throughput for each node - meant to be used across a kubernetes cluster

The other folder has a Dockerfile to deploy an html UI that has a dashboard of the metrics from the cluster's throughput of the above Dockerfile.

Contact [email protected] if you need help!

steps to deploy dis demo

create resource group az group create --name myResourceGroup --location westeurope

deploy acs cluster az acs create --orchestrator-type kubernetes --resource-group myResourceGroup --name myK8sCluster --generate-ssh-keys

get creds az acs kubernetes get-credentials --resource-group=myResourceGroup --name=myK8sCluster

make sure you're connected kubectl get nodes

get the demo image docker pull rbitia/aci-demo

clone this repo git clone https:github.com/rbitia/aci-demos.git

cd imageRecogniton

deploy the pods kubectl create -f deployment.yaml

use the same rg for aci or a new one az group create -n aci-test -l westus

grab your sub id az account list -o table

az ad sp create-for-rbac --role=Contributor --scopes /subscriptions/<subscriptionId>/

clone the aci-connector repo git clone https://github.com/Azure/aci-connector-k8s.git

edit your yaml file from within the aci-connector folder vim examples/aci-connector.yaml

deploy the aci-connector kubectl create -f examples/aci-connector.yaml

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.