Start Mind Mapping Now!
- Professional Mind Mapping
- Best MS Office Integration
- Build-in Gantt chart & Timeline
- Templates & Tutorials
CI-CD Scripts - Mind Map

- DORAScripts
- vm-cluster
- Wordpress (Contaims the script to setup the VM for wordpress)
- setup-vm.sh
- Installs Mysql, PHP and other required packages
- install-wp.sh
- Installs wordpress and configure it through some predefined posts
- db/create-db.sh (create wordpress Schema)
- db/wordpress.sql (Creates some dummy post on WP database)
- db/wordpress.sql (Creates some dummy post on WP database)
- files directory
- Contains WP configuration files which we copy to VM while installing WP through install.sh
- k8s-cluster
- configuration Contains Configuration scripts for gitlab, nexus, Jenkins, Nginx-Ingress
- helm Contains helm charts for Gitlab, jenkins, Prometheus, Grafana
- others Contains configuration scripts for MetalLB, Ingress and Nexus
- load-test-simulation Contains script for load testing on GitLab, etc
- environment.sh
- Need to setup All the variables in this file, as these variables will be used throughout all the scripts
- install.sh (Installs and configure Services on K8s cluster)
- 1. Creates Namespace on K8s cluster
- 2. Install Sonatype Nexus (Script Loc: /others/nexus/)
- 3. Installs Jenkins (Script: /helm/jenkins)
- 4. Installs gitlab (Script: /helm/gitlab/)
- 5. Install metal-LB (Script: /others/metal-lb)
- 6. Install Ingress-Nginx (Scripts: /others/nginx- ingress)
- uninstall.sh
- Uninstalls everything on the K8s cluster from the Namespace provided in environment.sh
More Maps by This User