GithubHelp home page GithubHelp logo

akana-docker's Introduction

Akana Docker Images

Introduction

Pre-baked akana docker container images for deployment.

akana

Check list prior to running the images

  1. MySql DB
  2. ElasticSearch

Images

Base

Base image sitting on-top of CentOS and include the necessary binaries and packages to run Akana docker container

Control Plane (Init)

Image for Akana's Policy Manager and Community Manager. This is meant for a fresh installaing as a new database will be created without any existing configs or policies. Additionally, a tenant will be created.

docker run -d -p 9900:9900 -e CLUSTERNAME=<clustername> -e DOMAINNAME=<domainname> -e ES_HOST=<es_host_url> -e DB_HOST=<db_host_url> ronaldkan/akana-controlplane-init:latest

Control Plane

Run this image subsequently if you need to rebuilt your PM/CM. This will reuse the existing database with the current configs or policies

docker run -d -p 9900:9900 -e CLUSTERNAME=<clustername> -e DOMAINNAME=<domainname> -e ES_HOST=<es_host_url> -e DB_HOST=<db_host_url> ronaldkan/akana-controlplane:latest

ND (Network Director)

ND , are processing units meant to powered API transactions. Run this image to spin up a ND and also register a ND to a specific tenant.

docker run -d -p 9991:9991 -e TENANTID=<tenant_id> -e PM_HOST=<pm_host_url> ronaldkan/akana-nd:latest

akana-docker's People

Contributors

robincher avatar ronaldkan avatar ronaldxkan avatar

Stargazers

 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.