CentOS
For PoC use,this post will guide you to install all components on the same machine.
Prerequisites
- CentOS version: 7.6 or higher.
- 1 Virtual Machine/Bare Metal Machine with at least 2 CPU cores and 4GB memory.
Get Control Plane Components
Control Plane components includes etcd and API7-Dashboard.
Download Package
curl "https://api7-enterprise-1301662268.cos.ap-chengdu.myqcloud.com/packages/vm-install/api7-dashboard-enterprise-edition-2.13.2304.1.x86_64.tar.gz?q-sign-algorithm=sha1&q-ak=AKIDKSKwHL8eutb3E8k5AyVlkTv5ybx1pNee&q-sign-time=1682678018%3B1698230018&q-key-time=1682678018%3B1698230018&q-header-list=host&q-url-param-list=&q-signature=89480aa1686d16b9194ba1a78ff7c18a2a5e80d9" -o api7-dashboard-enterprise-edition-2.13.2304.1.x86_64.tar.gz
Unzip the Package
tar -zxvf api7-dashboard-enterprise-edition-2.13.2304.1.x86_64.tar.gz
Install etcd and API7-Dashboard.
yum -y localinstall *.rpm --disablerepo="*"
Configure etcd and API7-Dashboard.
yum -y localinstall *.rpm --disablerepo="*"
Start etcd and API7-Dashboard.
yum -y localinstall *.rpm --disablerepo="*"
Get Data Plane Component
Data Plane components refers to API7-Gateway.
Download Package
curl "https://api7-enterprise-1301662268.cos.ap-chengdu.myqcloud.com/packages/vm-install/api7-dashboard-enterprise-edition-2.13.2304.1.x86_64.tar.gz?q-sign-algorithm=sha1&q-ak=AKIDKSKwHL8eutb3E8k5AyVlkTv5ybx1pNee&q-sign-time=1682678018%3B1698230018&q-key-time=1682678018%3B1698230018&q-header-list=host&q-url-param-list=&q-signature=89480aa1686d16b9194ba1a78ff7c18a2a5e80d9" -o api7-dashboard-enterprise-edition-2.13.2304.1.x86_64.tar.gz
Unzip the Package
tar -zxvf api7-dashboard-enterprise-edition-2.13.2304.1.x86_64.tar.gz
Install API7-Gateway.
yum -y localinstall *.rpm --disablerepo="*"
Configure API7-Gateway.
yum -y localinstall *.rpm --disablerepo="*"
Start API7-Gateway.
yum -y localinstall *.rpm --disablerepo="*"
Enable Audit Logs(Optional)
Install OpenSearch
Installing OpenSearch using RPM Package Manager (RPM)
Enable Observability(Optional)
Install Prometheus
Installing OpenSearch using RPM Package Manager (RPM)
Install Grafana
Installing OpenSearch using RPM Package Manager (RPM)
Install confd
Installing OpenSearch using RPM Package Manager (RPM)