Using Application Load Balancer
Integrate with ALB
Deploy a ALB
Step 1: Create Deployment, Service type NodePort
Step 2: Check the Deployment and Service information just deployed
Step 3: Create Ingress Resource
New annotations for NLB and ALB:
vks.vngcloud.vn/is-poc
:true
orfalse
(default:false
). Iftrue
, the LoadBalancer will be created in the POC.vks.vngcloud.vn/enable-autoscale
:true
orfalse
(default:false
). Iftrue
, the LoadBalancer will be created with autoscale.vks.vngcloud.vn/ignore
:true
orfalse
(default:false
). Iftrue
, the operator will not manage the resourceService
andIngress
. Any changes to the resource will be ignored and LoadBalancer will not be updated.
New annotations for ALB only:
vks.vngcloud.vn/implementation-specific-params
:vks.vngcloud.vn/header
:string
, default: "".vks.vngcloud.vn/client-certificate-id
:string
, default: "".
Last updated