Skip to content
8 changes: 5 additions & 3 deletions from-zero-to-cap-on-kyma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
## Prerequisites

- [SAP BTP, Kyma runtime instance](../prerequisites/README.md#kyma)
> Note: if you are using BTP trial account, use trial subaccount that supports SAP Hana. At the time of writing SAP Hana is available in the US, but not in Signapore
Comment thread
abbi-gaurav marked this conversation as resolved.
Outdated
- [Docker](../prerequisites/README.md#docker)
- [make](https://www.gnu.org/software/make/)
- [Kubernetes tooling](../prerequisites/README.md#kubernetes)
- [Pack](../prerequisites/README.md#pack)
- [NodeJS 20 or higher](https://nodejs.org/en/download/)
- [SAP CAP](../prerequisites/README.md#sap-cap)
- SAP Hana Cloud Instance
> Note: If using trial, make sure your subaccount location supports SAP Hana Cloud
Comment thread
abbi-gaurav marked this conversation as resolved.
Outdated
- Entitlement for `hdi-shared` plan for Hana cloud service in your SAP BTP subaccount.
- [SAP Hana Cloud Instance mapped to Kyma](https://blogs.sap.com/2022/12/15/consuming-sap-hana-cloud-from-the-kyma-environment/)

Expand Down Expand Up @@ -74,7 +76,7 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
### Configuring Environment Variables

1. Set up the required environment variables:

> Note: You will download the kubeconfig file from your Kyma runtime instance in the SAP BTP cockpit. or, if you are using default, it might be available in your local machine under `~/.kube/config`.
Comment thread
abbi-gaurav marked this conversation as resolved.
Outdated
- In shell

```shell
Expand Down Expand Up @@ -102,7 +104,7 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
2. Create a namespace. You can skip this step if you already have a namespace. You can use any non-system namespace of your choice to deploy the sample application.

> [!Note]
> The following are system namespaces:
> The following are some of the system namespaces:
> - `kube-system`
> - `istio-system`
> - `kyma-system`
Expand Down Expand Up @@ -134,7 +136,7 @@ The sample uses [Helm charts](https://helm.sh/) to define the required configura

`cds` can intelligently inspect what is defined in your CAP application and generate the necessary configurations (Helm charts) to deploy the application on Kyma runtime.

1. Create a Helm chart.
1. Create a Helm chart. When asked for the registry server, if you are using docker hub, enter your use name. For private registries, enter the registry server URL.
Comment thread
abbi-gaurav marked this conversation as resolved.
Outdated

```shell
make create-helm-chart
Expand Down
8 changes: 5 additions & 3 deletions from-zero-to-cap-on-kyma/the-detailed-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
## Prerequisites

- [SAP BTP, Kyma runtime instance](../prerequisites/README.md#kyma)
> Note: if you are using BTP trial account, use trial subaccount that supports SAP Hana. At the time of writing SAP Hana is available in the US, but not in Signapore
Comment thread
abbi-gaurav marked this conversation as resolved.
Outdated
- [Docker](../prerequisites/README.md#docker)
- [make](https://www.gnu.org/software/make/)
- [Kubernetes tooling](../prerequisites/README.md#kubernetes)
- [Pack](../prerequisites/README.md#pack)
- [NodeJS 20 or higher](https://nodejs.org/en/download/)
- [SAP CAP](../prerequisites/README.md#sap-cap)
- SAP Hana Cloud Instance
> Note: If using trial, make sure your subaccount location supports SAP Hana Cloud
Comment thread
abbi-gaurav marked this conversation as resolved.
Outdated
- Entitlement for `hdi-shared` plan for Hana cloud service in your SAP BTP subaccount.
- [SAP Hana Cloud Instance mapped to Kyma](https://blogs.sap.com/2022/12/15/consuming-sap-hana-cloud-from-the-kyma-environment/)

Expand Down Expand Up @@ -74,7 +76,7 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
### Configuring Environment Variables

1. Set up the required environment variables.

> Note: You will download the kubeconfig file from your Kyma runtime instance in the SAP BTP cockpit. or, if you are using default, it might be available in your local machine under `~/.kube/config`.
Comment thread
abbi-gaurav marked this conversation as resolved.
Outdated
- In shell

```shell
Expand Down Expand Up @@ -106,7 +108,7 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
2. Create a namespace. You can skip this step if you already have a namespace. You can use any non-system namespace of your choice to deploy the sample application.

> [!Note]
> The following are system namespaces:
> The following are some of system namespaces:
> - `kube-system`
> - `istio-system`
> - `kyma-system`
Expand Down Expand Up @@ -170,7 +172,7 @@ The sample uses [Helm charts](https://helm.sh/) to define the required configura

`cds` can intelligently inspect what is defined in your CAP application and generate the necessary configurations (Helm charts) to deploy the application on Kyma runtime.

1. Create a Helm chart.
1. Create a Helm chart. When asked for the registry server, if you are using docker hub, enter your use name. For private registries, enter the registry server URL.
Comment thread
abbi-gaurav marked this conversation as resolved.
Outdated

```shell
make create-helm-chart
Expand Down