Files
helm-anything/src/harbor
2026-02-22 22:12:04 +08:00
..
2026-02-22 22:12:04 +08:00
2026-02-19 23:04:16 +08:00
2026-02-19 23:04:16 +08:00
2026-02-19 23:04:16 +08:00

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

Documentation