Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 454 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 454 Bytes

Registry Controller

Overview

Registry Controller lets you integrate external container registries in your Kubernetes cluster.

CustomResourceDefinitions

The core feature of the Registry Controller is to manage the DockerConfig credentials in your Namespaces with the usage of CustomResourcesDefinitions (CRD).

Those are the implemented CRD:

  • RegistryCredentials: an object to store the DockerConfig credentials for container registries.