Harbor
Introduction
Harbor is an open-source trusted cloud-native registry project that stores, signs, and scans content. Harbor extends the open-source Docker Distribution by adding the functionalities usually required by users such as security, identity, and management.
Installation
To install Harbor, run:
make install
Usage
After installation, verify the deployment:
kubectl get pods -n harbor
To access Harbor Portal:
kubectl port-forward svc/harbor-portal 8080:80 -n harbor
Then open http://localhost:8080 in your browser.
Default credentials: admin/Harbor12345