Skip to content

kyma-project/application-connector-manager

REUSE status

Application Connector Manager

Status

GitHub tag checks state

Overview

This repository contains the following projects:

  • Application Connector Manager - operator compatible with Lifecycle Manager that manages the Application Connector module in Kyma.
  • Application Connector Module build configuration - delivers the functionality of Application Connector as a Kyma module.

NOTE: Docker images for the Application Connector binaries are built separately from the main GitHub Kyma repository.

How It Works

The Application Connector module represents a specific version of the Application Connector binaries. The configuration of the released module is described as a ModuleTemplate custom resource (CR) and delivered as an OCI image. You can install it in the Kyma cluster managed by Template Operator.

The installed Application Connector module is represented as the ApplicationConnector Kubernetes CR.

apiVersion: operator.kyma-project.io/v1alpha1
kind: ApplicationConnector
metadata:
  labels:
    app.kubernetes.io/name: applicationconnector
    app.kubernetes.io/instance: applicationconnector-sample
  name: applicationconnector-sample
spec: {}

Any update to this CR is intercepted by Application Connector Manager and applied to the Application Connector binaries.

See also: