An open API service indexing awesome lists of open source software.

https://github.com/sap-samples/btp-kyma-runtime-multitenancy-tutorial

Sample code for Developer Tutorials: "Develop a Node.js Application in the SAP BTP Kyma Runtime" and "Develop and Register Multitenant Application in the SAP BTP Kyma Runtime".
https://github.com/sap-samples/btp-kyma-runtime-multitenancy-tutorial

developer-tutorials kyma kyma-runtime multitenancy sample sample-code sap-btp

Last synced: about 1 year ago
JSON representation

Sample code for Developer Tutorials: "Develop a Node.js Application in the SAP BTP Kyma Runtime" and "Develop and Register Multitenant Application in the SAP BTP Kyma Runtime".

Awesome Lists containing this project

README

          

# SAP BTP Kyma Runtime Multitenancy Tutorial
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/btp-kyma-runtime-multitenancy-tutorial)](https://api.reuse.software/info/github.com/SAP-samples/btp-kyma-runtime-multitenancy-tutorial)

> **Note**: The content of this Github repository has been created as source for the SAP Developer Center missions:
>
> - [Develop a Node.js Application in the SAP BTP Kyma Runtime](https://developers.sap.com/mission.cp-kyma-node-js.html)
> - [Develop and Register Multitenant Application in the SAP BTP Kyma Runtime](https://developers.sap.com/mission.cp-kyma-multitenant.html)

## Description
**Mission [Develop a Node.js Application in the SAP BTP Kyma Runtime](https://developers.sap.com/mission.cp-kyma-node-js.html)** shows the basic steps on deploying application in the Kyma runtime, including preparing Kyma environment, building application into OCI image, preparing Kubernetes objects description and deploying in the Kyma runtime.

↪ **Sample code** can be found [here](https://github.com/SAP-samples/btp-kyma-runtime-multitenancy-tutorial/tree/main/Mission%20-%20Develop%20a%20Node.js%20Application%20in%20the%20SAP%20BTP%20Kyma%20Runtime) in this repository.

**Mission [Develop and Register Multitenant Application in the SAP BTP Kyma Runtime](https://developers.sap.com/mission.cp-kyma-multitenant.html)** focuses on the development and deployment of a Node.js-based multitenant application in the Kyma runtime. Learn about how to create approuter application, consume the Authorization and Trust Management Service (XSUAA) and the SAP SaaS Provisioning Service for multitenant applications in the Kyma Runtime. Moreover, this mission also shows the basic steps on how to prepare Kyma environment and how to build application into OCI image.

↪ **Sample code** can be found [here](https://github.com/SAP-samples/btp-kyma-runtime-multitenancy-tutorial/tree/main/Mission%20-%20Develop%20and%20Register%20Multitenant%20Application%20in%20the%20SAP%20BTP%20Kyma%20Runtime) in this repository.

## Requirements

- You have installed [Node.js](https://nodejs.org/en/download/).
- You have a Kyma runtime environment on SAP Business Technology Platform (BTP). If not, please follow this tutorial: [Enable SAP BTP, Kyma Runtime](https://developers.sap.com/tutorials/cp-kyma-getting-started.html).
- You have installed [Docker](https://docs.docker.com/get-started/#download-and-install-docker).
- You have [Docker Hub](https://hub.docker.com/) account.
- You have installed [Kubernetes command-line tool](https://kubernetes.io/docs/tasks/tools/#kubectl).

## How to obtain support
[Create an issue](https://github.com/SAP-samples/btp-kyma-runtime-multitenancy-tutorial/issues) in this repository if you find a bug or have questions about the content.

For additional support, [ask a question in SAP Community](https://answers.sap.com/questions/ask.html).

## Contributing
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).

## License
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.