Services
Forward a specific service
Start forwarding a specific Kubernetes service
post/v1/services
Request body
Example request
{
"namespace": "default",
"serviceName": "postgres",
"context": "minikube",
"ports": [
"5432"
],
"localIP": "127.1.2.100"
}Response
Service forwarding started
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}