Quick Deployment Guide¶
0. Introduction¶
This guide aims to help you quickly deploy Guance in an offline environment.
Prerequisites
Important
- Before starting the deployment, please ensure that all prerequisites are met and carefully read the following deployment manual content
- The related offline packages in this document are currently only compatible with CentOS 7 x86_64 architecture
- The current version of Guance requires a properly functioning NFS server
- Ensure that all nodes have consistent time zone settings and synchronized time
- All commands in this document should be run with root privileges by default
- Ensure installation starts on a clean system; do not use systems that previously had kubeadm or other Kubernetes distributions installed
- Upload the basic environment offline resource package to all cluster nodes and extract it to the /etc directory on the server
- Ensure SSH passwordless login is configured between the deployment node and other cluster nodes (including the deployment node itself)
- Upload the Guance platform offline resource package to all cluster nodes and import it into the container runtime environment (containerd)
- Before executing the one-click installation, make sure to configure and check the configuration files generated by the custom cluster. Mainly check /etc/kubease/clusters/xxx/hosts and /etc/kubeasz/clusters/config.yaml
- Modify hostnames for easier identification [Optional]
Download address for Kubernetes basic environment offline resource package: https://static.guance.com/dataflux/package/k8s_offline.tar.gz
Guance platform offline resource package download address
Launcher helm charts resource package address: https://static.guance.com/dataflux/package/launcher-helm-latest.tgz
Guance proxy service offline resource package download address: https://static.guance.com/dataflux/package/docker-nginx.tar.gz
1. Deploy Guance Basic Components¶
2. Deploy Guance Middleware¶
- Step 1 Redis Deployment Guide
- Step 2 MySQL Deployment Guide
- Step 3 TDengine Deployment Guide
- Step 4 OpenSearch Deployment Guide