
VNPT Cloud Server
VNPT Cloud GPU
VNPT Virtual Private Cloud
VNPT Kubernetes Service
VNPT Elastic Container Registry
VNPT Cloud Database
VNPT Cloud Object Storage
VNPT Cloud File Storage
VNPT Cloud Block Storage
VNPT Cloud Backup
VNPT CodeBuild
VNPT CodeDeploy
VNPT Tools & SDKs
VNPT APM Service
VNPT Cloud Load Balancer
VPN Site to Site
VNPT Cloud CDN
VNPT Cloud WAAP
VNPT Cloud Endpoint
VNPT Cloud Firewall
VNPT Penetration Testing
VNPT Cloud Message Streaming for Kafka
VNPT Cloud Message Broker for RabbitMQ
VNPT Cloud API Gateway
Tư vấn Giải pháp CNTT
Quản lý Hạ tầng Cloud
Vận hành & Hỗ trợ Kỹ thuật
Tối ưu Chi phí hạ tầng CNTT
VNPT eKYC
VNPT vnFace
VNPT SmartVoice
Và nhiều dịch vụ khác ...
VNPT Cloud Web Hosting
VNPT Cloud Email Hosting
VNPT License Leasing
VNPT Cloud Box

Cập nhật lần cuối: 27/01/2026 09:45
Nginx Ingress Controller là một Ingress Controller cho Kubernetes, sử dụng Nginx làm Reverse Proxy và Load Balancer để định tuyến lưu lượng HTTP/HTTPS từ bên ngoài vào các dịch vụ bên trong cụm Kubernetes một cách linh hoạt, dựa trên các quy tắc được định nghĩa trong tài nguyên Ingress, giúp quản lý truy cập và cấu hình cho các ứng dụng được triển khai
Vai trò:
Bước 1: Đứng từ VM đã kết nối được tới cụm VNPT Kubernetes Service và cài đặt Helm.
curl -L https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bashBước 2: Thêm repo Helm của Ingress:
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo update
helm install ingress-nginx ingress-nginx/ingress-nginx \
--version 4.12.1 \
--namespace ingress-nginx \
--create-namespace \
--set controller.replicaCount=2 \
--set controller.service.annotations.lb.vnptplatform.vn/load-balancer-id=125
Trong đó:
Bước 3: Kiểm tra
Cập nhật lần cuối: 27/01/2026 09:45
