Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HA deployment via helm chart. #5813

Closed
reasonerjt opened this issue Sep 4, 2018 · 0 comments
Closed

HA deployment via helm chart. #5813

reasonerjt opened this issue Sep 4, 2018 · 0 comments
Assignees
Labels
area/HA area/helm-chart The issues about helm chart of Harbor Epic priority/high target/1.7.0 Work items that should be delivered in 1.7.0 timeframe.

Comments

@reasonerjt
Copy link
Contributor

When the target env meets the prerequisite , user should easily deploy the helm chart to his cluster to support HA.

  • Goal:

Deploy Harbor on k8s via helm to make it highly available, that is, if one of node that has Harbor's container running becomes un accessible. User does not experience interrupt of service of Harbor.

  • Pre-requisite:

    • Functional k8s cluster (>= 1.11) and helm ( >=2.9.2)
    • Load Balancer or High available ingress controller (Harbor does not manage the external endpoint)
    • HA postgres DB (Harbor does not handle the deployment of HA of DB)
    • External Object storage for storing image data
    • A StorageClass on K8S cluster for dynamically provision the PV that can be shared across nodes(optional): If user do not setup the StorageClass, he will need to create the PVC or PV before he deploy's Harbor's chart.
    • HA redis (maybe optional?)
@reasonerjt reasonerjt added Epic area/HA area/helm-chart The issues about helm chart of Harbor and removed Epic labels Sep 4, 2018
@reasonerjt reasonerjt added target/1.7.0 Work items that should be delivered in 1.7.0 timeframe. Epic labels Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/HA area/helm-chart The issues about helm chart of Harbor Epic priority/high target/1.7.0 Work items that should be delivered in 1.7.0 timeframe.
Projects
None yet
Development

No branches or pull requests

2 participants