kyma-project / application-connector-manager

Apache License 2.0
0 stars 12 forks source link

REUSE status

Application Connector Manager

Status

GitHub tag checks state

Overview

This repository contains the following projects:

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: