Skip to content

Kubernetes Fury Registry. Harbor deployment in your Kubernetes Cluster

License

Notifications You must be signed in to change notification settings

sighupio/fury-kubernetes-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Fury Registry

Release License Slack

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.

Packages

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.

Compatibility

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.

Check the compatibility matrix for additional information on previous releases of the module.

Usage

Prerequisites

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:

Deployment

  1. List the packages you want to deploy and their version in a Furyfile.yml
bases:
  - name: registry/harbor
    version: "v3.0.2"

See furyctl documentation for additional details about Furyfile.yml format.

  1. Execute furyctl vendor -H to download the packages

  2. Inspect the download packages under ./vendor/katalog/registry/harbor.

  3. Define a kustomization.yaml that includes the ./vendor/katalog/registry/harbor directory as resource.

resources:
- ./vendor/katalog/registry/harbor
  1. Apply the necessary patches. You can see some examples in the examples directory.

  2. To deploy the packages to your cluster, execute:

kustomize build . | kubectl apply -f -

Monitoring

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

Examples

To see examples on how to customize Kubernetes Fury Registry, please view the examples directory.

Contributing

Before contributing, please read first the Contributing Guidelines.

Reporting Issues

In case you experience any problem with the module, please open a new issue.

License

This module is open-source and it's released under the following LICENSE