You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/btp-hyperscaler-extension/btp-hyperscaler-extension.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
---
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.
- 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
33
31
34
32
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).
35
33
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.
37
35
38
36
---
39
37
@@ -329,23 +327,23 @@ Login to SAP BTP cockpit to verify cross consumable services from SAP Business T
329
327
[ACCORDION-END]
330
328
331
329
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)]
333
331
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`.
0 commit comments