Using the Swagger UI, you can visualize Kyma Environment Broker's (KEB's) APIs on a single page.
The Swagger UI static files are copied from the official source and then they are injected into KEB's container which exposes them on the root endpoint.
KEB uses a Swagger schema file mounted as a volume to the Pod. You can use templates in the Swagger schema file to configure it.
You can port-forward the Pod to expose and use the Swagger UI. To do it, use the following command:
kubectl port-forward -n kcp-system svc/kcp-kyma-environment-broker 8888:80
Open the following website http://localhost:8888/
.