Class KubeNodePort
Defines reserved node and cluster network ports.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public static class KubeNodePort
Fields
IstioIngressHttp
The node port exposed by the Istio Ingress HTTP service.
Declaration
public const int IstioIngressHttp = 30080
Field Value
Type | Description |
---|---|
int |
IstioIngressHttps
The node port exposed by the Istio Ingress HTTPS service.
Declaration
public const int IstioIngressHttps = 30443
Field Value
Type | Description |
---|---|
int |
KubeApiServer
The port exposed by the Kubernetes API servers on the control-plane nodes.
Declaration
public const int KubeApiServer = 6443
Field Value
Type | Description |
---|---|
int |
KubeFirstNodePort
The first port reserved by Kubernetes for exposing node ports.
Declaration
public const int KubeFirstNodePort = 30000
Field Value
Type | Description |
---|---|
int |
KubeLastNodePort
The last port reserved by Kubernetes for exposing node ports.
Declaration
public const int KubeLastNodePort = 32767
Field Value
Type | Description |
---|---|
int |