- Notifications
You must be signed in to change notification settings - Fork0
Install AWI operator and corresponding catalyst SDWAN plugins in a K8S cluster. You could use this to install in minikube environment as well.
License
app-net-interface/awi-install
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 AWIwithout the need for k8s at all.
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 ourimages 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 anyother tool or external cluster from AWS/GCP etc. which you will have accesswith your kubectl
- go compiler - for initializing kubernetes operator (if needed)
- access to
app-net-interfacerepositories
You need to install python3 dependencies for your project. You can do it by running
pip3 install -r requirements.txt
It is suggested to usevirtualenv for that
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
Thank you for interest in contributing! Please refer to ourcontributing guide.
awi-install is free and open-source software licensed under theApache 2.0License.
Refer toour license file.
awi-install is also made possible thanks to third partyopen source projects
About
Install AWI operator and corresponding catalyst SDWAN plugins in a K8S cluster. You could use this to install in minikube environment as well.
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.