Create

create a Service

HTTP Request

POST /api/v1/namespaces/default/services

Body Parameters

Parameter

body Service

Response

Code

Description

Created

400

Bad Request

500

Server Error

support type of service:

  • ClusterIP

  • LoadBalancer

not support type of service:

  • ExternalName

  • NodePort

Last updated