All Projects → kyma-project → control-plane

kyma-project / control-plane

Licence: Apache-2.0 license
A flexible and easy way to manage Kyma Runtimes

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects
Mustache
554 projects
Smarty
1635 projects
PLpgSQL
1095 projects

Kyma Control Plane

Overview

Kyma Control Plane (KCP) is a central system to manage Kyma Runtimes.

For more information on KCP and its components, read the KCP documentation.

Prerequisites

Installation

Dependencies

Kyma Control Plane depends on Kyma and Compass. For local development and CI integration jobs, fixed Kyma and Compass versions are used. To change Kyma or Compass version, see the README.md in the installation/resources directory.

Local installation with Kyma

To install Kyma Control Plane with the minimal Kyma installation, Compass and Kyma Control Plane, run this script:

./installation/cmd/run.sh

You can also specify Kyma version, such as 1.6 or newer:

./installation/cmd/run.sh {version}

Reconciler

If you want to deploy only the Reconciler for testing purposes, run:

cd tools/reconciler
make deploy-reconciler
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].