Easy Install
This project does automated installaion and helps you with other deployments.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/khushalchandak17/auto_script_install.git
-
Make the installation scripts executable:
chmod +x auto_script_install/main.sh auto_script_install/data/*
-
Run the main installation script:
./auto_script_install/main.sh
This will clone the repository and make the necessary sub-scripts executable, allowing you to run the main installation script.
This will perform the following set of tasks:
- Install Ubuntu Dependencies
- Install CenOs-dependencies
- Install Fedora or other OS dependencies
- Install Rancher Manager Using Helm
- Install Rancher Manager Using Docker
- Install RKE
- Install RKE2
- Install k3s
- Install kubectl
- Deploy DNS Server
- Uninstall All
- Create RKE2 Config
- Deploy Private Image Registry
- Install Docker
- Install Helm
- Configure HA-Proxy or Nginx
- Configure proxy usqing Squid
- Install containerd
- install cri-o
- Exit
Make sure to review the script documentation for any additional details or customization options for each task.