Class KubePort
Defines reserved NEONKUBE ports.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public static class KubePort
Fields
KubeFirstSsoPort
The first port reserved by NeonKUBE SSO redirects.
Declaration
public const int KubeFirstSsoPort = 13051
Field Value
Type | Description |
---|---|
int |
KubeLastSsoPort
The last port reserved by NeonKUBE SSO redirects.
Declaration
public const int KubeLastSsoPort = 13074
Field Value
Type | Description |
---|---|
int |
NeonNodeAgent
neon-node-agent network port.
note
IMPORTANT: neon-node-agent runs in the host node's network namespace, so it's important that this port not conflict any other processes running on the node.
Declaration
public const int NeonNodeAgent = 9000
Field Value
Type | Description |
---|---|
int |