Giter Club home page Giter Club logo

awi-install's Introduction

Overview

The AWI Install repository was created to simplify the process of installing AWI project. AWI can be easily installed on any k8s cluster - either local one created with minikube, kind or k3d or the ones such as EKS or GKE.

In the future, there will be also available a docker compose file for installing AWI without the need for k8s at all.

Prerequisites

In order to install AWI, the following things needs to be installed:

  • Python3
  • Python3 dependencies - the script requires installed dependencies from requirements.txt
  • AWS CLI - for authenticating cluster with private registry, where our images are stored - it needs to be configured with access key
  • kubectl - for interacting with our cluster, where AWI will be installed
  • k8s cluster - it can be either local cluster installed with minikube or any other tool or external cluster from AWS/GCP etc. which you will have access with your kubectl
  • go compiler - for initializing kubernetes operator (if needed)
  • access to app-net-interface repositories

You need to install python3 dependencies for your project. You can do it by running

pip3 install -r requirements.txt

It is suggested to use virtualenv for that

Deployment

To run the deployment simply run:

python3 deploy.py

To learn how to provide proper secrets to the project check the script helper

python3 deploy.py -h

Contributing

Thank you for interest in contributing! Please refer to our contributing guide.

License

awi-install is free and open-source software licensed under the Apache 2.0 License.

Refer to our license file.

awi-install is also made possible thanks to third party open source projects

awi-install's People

Contributors

saswatp avatar

Stargazers

Ignacy Osetek avatar  avatar

Watchers

Lori Jakab avatar Alberto Rodriguez-Natal avatar  avatar Ignacy Osetek 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.