harbor
16 Jan 2025
Enabling Prometheus Metrics in Harbor Project
Harbor is an open-source container image registry that provides various features such as vulnerability scanning, role-based access control, and image replication. As with any critical infrastructure component, monitoring is essential to ensure its smooth operation. Prometheus is a popular open-source monitoring and alerting toolkit that can be integrated with Harbor to collect and visualize metrics. In this article, we will explore how to enable Prometheus metrics in the Harbor project.
16 Jan 2025
Using Harbor as a Self-Hosted Image Registry
In the world of containerization, managing container images efficiently is crucial for seamless deployment and scaling. While Docker Hub is a popular choice for hosting container images, organizations often require a self-hosted solution for better control, security, and compliance. Harbor, an open-source cloud-native registry, is a robust option that provides a secure and scalable environment for managing container images. In this article, we will explore how to set up Harbor as a self-hosted image registry using Docker Compose, and demonstrate how to upload an image to your Harbor registry.