Kubernetes Fury Registry provides all components necessary to deploy a container registry on top of Kubernetes based on the Harbor project for the Kubernetes Fury Distribution (KFD).
If you are new to KFD please refer to the official documentation on how to get started with KFD.
Kubernetes Fury Registry provides the following packages:
Package | Version | Description |
---|---|---|
Harbor | v2.7.0 |
Harbor is an open-source container image registry that secures images with role-based access control, scans images for vulnerabilities, and signs images as trusted. |
Click on each package to see its full documentation.
Kubernetes Version | Compatibility | Notes |
---|---|---|
1.22.x |
✅ | Conformance tests passed. |
1.23.x |
✅ | Conformance tests passed. |
1.24.x |
✅ | Conformance tests passed. |
1.25.x |
✅ | Conformance tests passed. |
1.26.x |
✅ | Conformance tests passed. |
1.27.x |
✅ | Conformance tests passed. |
1.28.x |
✅ | Conformance tests passed. |
1.29.x |
✅ | Conformance tests passed. |
Check the compatibility matrix for additional information on previous releases of the module.
Tool | Version | Description |
---|---|---|
furyctl | >=0.6.0 |
The recommended tool to download and manage KFD modules and their packages. To learn more about furyctl read the official documentation. |
kustomize | >=3.10.0 |
Packages are customized using kustomize . To learn how to create your customization layer with kustomize , please refer to the repository. |
All packages in this repository have the following dependencies, for package specific dependencies, please visit the single package's documentation:
- List the packages you want to deploy and their version in a
Furyfile.yml
bases:
- name: registry/harbor
version: "v3.1.0"
See
furyctl
documentation for additional details aboutFuryfile.yml
format.
-
Execute
furyctl vendor -H
to download the packages -
Inspect the download packages under
./vendor/katalog/registry/harbor
. -
Define a
kustomization.yaml
that includes the./vendor/katalog/registry/harbor
directory as resource.
resources:
- ./vendor/katalog/registry/harbor
-
Apply the necessary patches. You can see some examples in the examples directory.
-
To deploy the packages to your cluster, execute:
kustomize build . | kubectl apply -f -
The Registry Module also includes metrics and dashboards for Harbor's components.
You can monitor the status of Harbor from the provided Grafana Dashboards. Here are some screenshots:
click on each screenshot for the full screen version
The following set of alerts is included:
Alert Name | Summary | Description |
---|---|---|
HarborIsDown | The service of Harbor is Down | [Critical]: Check the deployment of Harbor and all components as they may be down |
To see examples on how to customize Kubernetes Fury Registry, please view the examples directory.
Before contributing, please read first the Contributing Guidelines.
In case you experience any problem with the module, please open a new issue.
This module is open-source and it's released under the following LICENSE