Skip to content

Commit cfc0891

Browse files
committed
Automatic commit: Move 'btp-hyperscaler-extension' from QA to Production
1 parent 5717803 commit cfc0891

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

tutorials/btp-hyperscaler-extension/btp-hyperscaler-extension.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
author_name: LalithManokar
3-
author_profile: https://github.com/LalithManokar
4-
title: Consuming SAP BTP Services From Any Hyperscaler
5-
description: Deploy an SAP Fiori Application in any a hyperscaler, such as Google Cloud Platform (GCP), Amazon Web Services (AWS), Alibaba Cloud or Azure and use services from SAP BTP.
2+
title: Consume SAP BTP Services from Any Hyperscaler
3+
description: Deploy an SAP Fiori application in any hyperscaler, such as Google Cloud Platform (GCP), Amazon Web Services (AWS), Alibaba Cloud or Azure, and use services from SAP BTP.
64
auto_validation: true
75
time: 45
86
tags: [ tutorial>intermediate, products>sap-btp\, kyma-runtime]
@@ -28,12 +26,12 @@ primary_tag: products>sap-btp--cloud-foundry-environment
2826

2927
## Details
3028
### You will learn
31-
- How to consume Services running on SAP BTP from other environments e.g K8S clusters managed by hyperscalers
32-
- How to make use of SAP BTP API's , Service Manager and Service Operator to consume services from different environment
29+
- How to consume SAP BTP services running from other environments
30+
- How to use SAP BTP APIs, Service Manager and Service Operator to consume services from other environments
3331

3432
Deploy an SAP Fiori Application in any a hyperscaler, such as Google Cloud Platform (GCP), Amazon Web Services (AWS), Alibaba Cloud or Azure, and still take advantage of the services provided by SAP Business Technology Platform (SAP BTP).
3533

36-
In this tutorial, you use the **`fioriapp`** sample application to learn some best practices of setting up your Kubernetes cluster to communicate with SAP BTP so you can learn how to consume BTP services from any hyperscalers.
34+
In this tutorial, you use the **`fioriapp`** sample application to learn some best practices of setting up your Kubernetes cluster to communicate with SAP BTP so you can learn how to consume SAP BTP services from any hyperscaler.
3735

3836
---
3937

@@ -329,23 +327,23 @@ Login to SAP BTP cockpit to verify cross consumable services from SAP Business T
329327
[ACCORDION-END]
330328
331329
332-
[ACCORDION-BEGIN [Step 7: ](Build and Deploy the application into Kubernetes Cluster)]
330+
[ACCORDION-BEGIN [Step 7: ](Build and deploy app into Kubernetes Cluster)]
333331
334-
To build and deploy the **`fioriapp`** sample application in your cluster, you have to create a pod, which encapsulates the container and ensures that a specified quorum of running instances is fulfilled. To do that, use the `deployment.yaml`.
332+
To build and deploy the **`fioriapp`** sample application in your cluster, you have to create a pod, which encapsulates the container and ensures that a specified quorum of running instances is fulfilled. To do that, use the `deployment.yaml`.
335333
336334
1. Build the docker image of the **`fioriapp`**.
337335
338336
* cd `btp-hyperscaler-extension/basicfioriapp`
339337
340338
* docker build . -t `<docker-username>/fioriapp` -f Dockerfile
341339
342-
>Note: Replace `<docker-username>` with your username
340+
>Replace `<docker-username>` with your username
343341
344342
2. Push the docker image of the `fioriapp` to your Container Image Library.
345343
346344
* docker push `<docker-username>/fioriapp`
347345
348-
>Note: Replace `<docker-username>` with your username
346+
>Replace `<docker-username>` with your username
349347
350348
3. Update the docker image in the `./btp-hyperscaler-extension/k8s/deployment.yaml` file. Line no 21
351349

0 commit comments

Comments
 (0)