Open michmike opened 5 years ago
We have used Harbor in production
We have used Harbor in production
@Vivian7755 can you elaborate if you can how many containers are under management and if you can disclose your company? thank you for using Harbor!
Hi @michmike
I am evaluating harbor for the faster disaster recovery time of my k8s clusters. At present, it takes a lot of time in pulling container images of my internal docker registry. Do you have any comments or suggestions?
-Thanks
Updating this with some stats on how Hyland Software uses Harbor:
@michmike hope that helps!
Hi @michmike
I am evaluating harbor for the faster disaster recovery time of my k8s clusters. At present, it takes a lot of time in pulling container images of my internal docker registry. Do you have any comments or suggestions?
-Thanks
hi @bjethwan how are you. Can you open an issue (bug) with the delays you are seeing and add lots of details and some statistics. For example
thank you!
Hi @michmike
I am evaluating harbor for the faster disaster recovery time of my k8s clusters. At present, it takes a lot of time in pulling container images of my internal docker registry. Do you have any comments or suggestions?
-Thanks
hi @bjethwan absolutely. you can install Harbor locally in your k8s clusters using our Helm chart deployment. then, you can configure Harbor to host your images as they come out of your CI/CD pipeline, or you can configure Harbor replication so that harbor can cache locally all the images you need in that Kubernetes cluster. look at the replication capabilities in our docs. let us know if you have any more questions. thanks
:wave: @michmike and the rest of the Harbor team, I work in the Core Platform team at Mulesoft, a Salesforce company and we have been using Harbor in production since v1.7.0
deployed on Kubernetes using a forked version of the Helm chart. We currently run two instances of Harbor, one development test bed for our team and one in production which is serving Images to all of our environments. Our production instance is consumed by around 400+ end users which are authenticated via LDAP (we are testing OIDC however before we go live we require group scoping for projects which I believe is targeted for v1.10.X
, https://github.com/goharbor/harbor/issues/8017). As far as replication goes we are looking to use Harbor to replicate to ECR within all of our environments once we are able to upgrade to v1.9.X
.
Here are some numbers that I was able to pull from our prod instance: Number of unique Images: 1000~ Number of Helm Charts: 300~ Storage size: 5.5TB~ Pull Operations: 17 Million~
While we did a PoC to store our helm charts within Harbor unfortunately due to how we use project structure and ChartMuseums depth being static we decided to wait until OCI storage of charts is supported due to our index-cache.yaml growing too large to be consumable efficiently. On the topic of OCI Image support we are really excited by the possibility of storing Images/Charts/OPA policies all in Harbor in the future.
Migrating to Harbor has been a fairly positive experience for our end users however the sheer number of Images being stored certainly has made the UI close to unusable at all times (I know there is a few open issues to address this).
I would like to thank you for supporting a great project and we are always looking for ways we can contribute to Harbor.
efficiently
@burdzwastaken your team is a Harbor power user! that's a great testimonial and we look forward to working with your team in the future. If you have links to the exact UI tickets your team, please paste them in here for our team to revisit and discuss with you. cheers!
@michmike here were a few tickets of the behaviour we were seeing: https://github.com/goharbor/harbor/issues/6314 https://github.com/goharbor/harbor/issues/9719
however I am pleased to report that after upgrading to v1.9.2
tonight and removing ChartMuseum (while we await Helm v3 & OCI support in Harbor) we have noticed a huge performance improvement in the UI. is it extremely responsive and we have had no reported issues.
Hi ! I work at Agoda, an OTA company part of the Booking Holding.
We are running Harbor (v1.7.1) in production right now. We got 5 Harbor registries across 5 different datacenter. Each of them run in HA and deployed through Ansible:
We are replicating images from the main Datacenter to the 4 others to be able to do multi-DC deployment. All registries are deployed with clair. Currently not using Harbor Helm Chart repository. We planned to use Notary but it do/did? not support HA so currently Harbor is deployed without it.
We plan to upgrade to latest version available beginning of 2020. Right now we run a lot of custom scripts as we are missing some features from last version available (retention being the main one).
In term of numbers we an disclose:
Our 3 main issues are:
Feel free to ask me anything if you need more info about our setup ! Thanks for supporting Harbor project !
Hello @michmike We are trying to scale a SaaS around Harbor with container-registry.com in the hope to keep us afloat and one day contribute more to the project. We used Portus (Fork) in the past and only recently switched to Harbor.(Not Fork)
We have a shared instance c8n.io and a dozen dedicated cluster so far with Harbor; We are working on a rollout for a Cloud Provider with 5k clients.
- Number of container images and Helm Charts under management
Not sure,
- Storage size consumed by Harbor
Not sure, but it's not much, a few TB maybe. We expected more per customer.
-Number of end users (i.e. developers)
At the moment we have 100+ devs using our service.
Hi ! I work at Agoda, an OTA company part of the Booking Holding.
We are running Harbor (v1.7.1) in production right now. We got 5 Harbor registries across 5 different datacenter. Each of them run in HA and deployed through Ansible:
- CEPH using swift API as backend
- External Potgresql cluster
- External Redis cluster
- 2 Haproxy
- LDAP auth
We are replicating images from the main Datacenter to the 4 others to be able to do multi-DC deployment. All registries are deployed with clair. Currently not using Harbor Helm Chart repository. We planned to use Notary but it do/did? not support HA so currently Harbor is deployed without it.
We plan to upgrade to latest version available beginning of 2020. Right now we run a lot of custom scripts as we are missing some features from last version available (retention being the main one).
In term of numbers we an disclose:
- Number of images: > 8000 tags in 1141 repositories in 75 projects (its a rough low estimation as right now we face this from UI and API goharbor/harbor#6314 i will update if we find a fix)
- Storage size consumed by Harbor (main DC): 28 Tb
Our 3 main issues are:
- replication inter DC failure/resiliency and retry not fitting our needs
- GC too long on CEPH backend (~19h to complete) blocking any push
- UI/API slow and for few project impossible to use as too much tags to retrieve/list
Feel free to ask me anything if you need more info about our setup ! Thanks for supporting Harbor project !
thanks @guillaumelfv for the details. Can you please let us know how many # of developers consuming harbor.
Hi @shahidv3 !
We recently migrated from 1.10.1 to 2.1.3. We still deploy on VM in HA setup with ansible and we also made the following changes just fyi:
Updated numbers:
We have issues right now with the prometheus exporter https://github.com/c4po/harbor_exporter so we missing some data (nb of tags, pull per minutes...). Hopefully the internal metrics Harbor will soon provide will work better.
* Use pgbouncer in front of the external Postgres
@guillaumelfv Do you use transaction or session mode in pgboucer?
@Timosha I just checked and we do use the default mode so i think it is set to session mode
:
;pool_mode = session
But we had to increase max_client_conn
and default_pool_size
:
pg_bouncer_max_connections: 2500
pg_bouncer_default_pool_size: 150
Other way we would see the pool being depleted and causing connection to be queued.
Thanks to the Harbor Core team for this great solution! :)
This really isn't an issue, but we'd love to hear about your use of Harbor so we thought we'd post this to find out more from you.
Some key things of interest may be
Please feel free to add a comment below and let us know. We will keep this issue open, making it a posting board for Harbor usage.
thank you in advance,
@michmike Harbor Core Maintainer