dariadomagala-sap / compass

A flexible and easy way to register, manage and group your applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compass

Overview

A flexible and easy way to register, manage and group your Applications across Kyma Runtimes.

Prerequisities

Installation

Chart installation

If you have already running Kyma 1.1.0 instance with created secrets which contains Tiller client certificates, run:

helm install --name "compass" ./chart/compass --tls

Local installation with Kyma

To install the Compass with minimal Kyma installation from master branch, run:

./installation/scripts/run.sh

You can specify Kyma version, such as 1.2.2 or newer:

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

Kyma installation with Compass module enabled

To install Kyma with experimental Compass module enabled, follow the instructions for custom component installation and enable compass module.

Tests

To run tests, install the Compass and run:

./installation/scripts/testing.sh

Deep dive

To learn more about how the installation and testing are performed, check this document

About

A flexible and easy way to register, manage and group your applications

License:Apache License 2.0


Languages

Language:Go 91.2%Language:Shell 7.1%Language:Makefile 0.8%Language:Dockerfile 0.7%Language:Smarty 0.1%