github project address

https://github.com/horizoncd/horizon

CN

部分改进 issue 提议

Horizon Deployment


Horizon Installation Plan

Horizon installation experience is not great and we hope that when deploying locally, there is no need for Kubernetes' HA deployment. We propose two new solutions:

Solution 1: Install and deploy using K3s

K3s is a lightweight Kubernetes distribution that can be quickly deployed in resource-limited environments. Using K3s for Horizon installation and deployment can reduce system burden and resource consumption. The specific steps are as follows:

  1. Install K3s
  2. Pull Horizon image
  3. Create Horizon's Kubernetes deployment file
  4. Deploy Horizon

The first solution not only consumes fewer resources, but also makes it more convenient for local debugging and development by using the independently deployed k3s solution, compared to using kind to launch a k8s cluster inside a container.