MicroK8s deployment scripts:
- moved old deployment scripts to scripts/old - added NGINX-based ingress controller to expose http-based endpoints from a single connection point - adapted webui K8s manifest to be used with the ingress controller - improved install_requirements.sh (renamed from install_development_dependencies.sh) to prevent collision of package versions - adapted script to show deployment - created functional example settings script my_deploy.sh - created improved deploy.sh script - added first version of the deployment tutorial. Run Experiments and Development are work in progress.
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- deploy.sh 233 additions, 0 deletionsdeploy.sh
- install_requirements.sh 51 additions, 0 deletionsinstall_requirements.sh
- manifests/nginx_ingress_http.yaml 38 additions, 0 deletionsmanifests/nginx_ingress_http.yaml
- manifests/webuiservice.yaml 11 additions, 1 deletionmanifests/webuiservice.yaml
- my_deploy.sh 6 additions, 0 deletionsmy_deploy.sh
- scripts/old/configure_dashboards_in_kubernetes.sh 0 additions, 0 deletionsscripts/old/configure_dashboards_in_kubernetes.sh
- scripts/old/deploy_in_kubernetes.sh 1 addition, 1 deletionscripts/old/deploy_in_kubernetes.sh
- show_deploy.sh 33 additions, 0 deletionsshow_deploy.sh
- tutorial/1-0-deployment.md 11 additions, 0 deletionstutorial/1-0-deployment.md
- tutorial/1-1-create-vm.md 100 additions, 0 deletionstutorial/1-1-create-vm.md
- tutorial/1-2-install-microk8s.md 121 additions, 0 deletionstutorial/1-2-install-microk8s.md
- tutorial/1-3-deploy-tfs.md 97 additions, 0 deletionstutorial/1-3-deploy-tfs.md
- tutorial/1-4-access-webui.md 18 additions, 0 deletionstutorial/1-4-access-webui.md
- tutorial/2-0-run-experiments.md 10 additions, 0 deletionstutorial/2-0-run-experiments.md
- tutorial/2-1-python-environment.md 74 additions, 0 deletionstutorial/2-1-python-environment.md
- tutorial/2-2-ofc22.md 3 additions, 0 deletionstutorial/2-2-ofc22.md
- tutorial/2-3-oeccpsc22.md 3 additions, 0 deletionstutorial/2-3-oeccpsc22.md
- tutorial/3-0-development.md 9 additions, 0 deletionstutorial/3-0-development.md
- tutorial/3-1-configure-vscode.md 77 additions, 0 deletionstutorial/3-1-configure-vscode.md
deploy.sh
0 → 100755
manifests/nginx_ingress_http.yaml
0 → 100644
my_deploy.sh
0 → 100644
File moved
show_deploy.sh
0 → 100755
tutorial/1-0-deployment.md
0 → 100644
tutorial/1-1-create-vm.md
0 → 100644
tutorial/1-2-install-microk8s.md
0 → 100644
tutorial/1-3-deploy-tfs.md
0 → 100644
tutorial/1-4-access-webui.md
0 → 100644
tutorial/2-0-run-experiments.md
0 → 100644
tutorial/2-1-python-environment.md
0 → 100644
tutorial/2-2-ofc22.md
0 → 100644
tutorial/2-3-oeccpsc22.md
0 → 100644
tutorial/3-0-development.md
0 → 100644
tutorial/3-1-configure-vscode.md
0 → 100644
Please register or sign in to comment