Business Scenario
You have already deployed your application to a Kubernetes cluster using a deployment. Before exposing it to the outside world, you must define a stable internal endpoint for the deployment. This is done by creating a Service.
Live Environment
In this exercise, you will create a Service for the deployment in three steps:
- Create a Service manifest and apply it to the cluster.
- Verify the created Service with kubectl.
- Verify the created Service with Kyma dashboard.
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 previous exercise.