Business Scenario
You have already deployed your application to a Kubernetes cluster using a deployment and created a service for it. To expose this service to the outside world, you must create an API rule.
Live Environment
In this exercise, you will perform the following tasks:
- Expose the service with an API Rule
- Test the exposed service
Prerequisites
- You have successfully created a SAP BTP, Kyma runtime instance in the SAP BTP subaccount.
- You have the default modules API Gateway and Istio added to your SAP BTP, Kyma runtime instance.
- You have configured kubectl to work with your SAP BTP, Kyma runtime instance.
- You have successfully created the hello-kyma deployment in the exercise Create and test a serverless function.
- You have successfully created the hello-kyma-svc service in the exercise Create a service for a deployment.