Usage Scenario
You have already deployed your application to a Kubernetes cluster and created a Service for it. To expose this Service to the outside world, you must create an APIRule.
Task Flow
In this exercise, you will perform the following tasks:
- Expose a Service with an APIRule.
- Test the exposed Service.
Prerequisites
Before you begin, ensure that the following prerequisites are met:
- You have created a SAP BTP, Kyma runtime instance in the SAP BTP subaccount. See Deploying a Kubernetes Cluster with Kyma on SAP BTP.
- You have configured kubectl to interact with your SAP BTP, Kyma runtime instance, and you have access to Kyma dashboard. See Setting and Configuring Kubectl for Kyma and Accessing Your Kyma Runtime Instance Using Kyma Dashboard.
- You have successfully created the hello-kyma Deployment in the exercise Creating and Managing a Deployment.
- You have successfully created the hello-kyma-svc Service in the exercise Creating a Service for a Deployment.
