Skip to content

A flexible and easy way to manage Kyma Runtimes

License

Notifications You must be signed in to change notification settings

varbanv/control-plane

 
 

Repository files navigation

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

About

A flexible and easy way to manage Kyma Runtimes

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.1%
  • Shell 1.3%
  • Makefile 0.5%
  • Mustache 0.4%
  • Smarty 0.3%
  • PLpgSQL 0.2%
  • Other 0.2%