Documentation
¶
Overview ¶
Package provisioner contains all the packages that relate to the provisioner-mode implementation of NKG. Provisioner-mode implements data plane provisioning for NGINX Kubernetes Gateway (NKG): it creates an NKG static mode Deployment for each Gateway that belongs to the provisioner GatewayClass.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartManager ¶
StartManager starts a Manager for the provisioner mode, which provisions a Deployment of NKG (static mode) for each Gateway of the provisioner GatewayClass.
The provisioner mode is introduced to allow running Gateway API conformance tests for NKG, which expects an independent data plane instance being provisioned for each Gateway.
The provisioner mode is not intended to be used in production (in the short term), as it lacks support for many important features. See https://github.com/nginxinc/nginx-kubernetes-gateway/issues/634 for more details.