1. 创建集群 (跳过不介绍)

2. 创建Ingress-Nginx服务
部署项目地址【点我跳转】
推荐自定义部署 可绑定acm证书什么的自己属性
对应集群版本推荐阵列
https://github.com/kubernetes/ingress-nginx

修改下面的下载文件版本
- Download the deploy.yaml template
wget https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.0/deploy/static/provider/aws/nlb-with-tls-termination/deploy.yaml
- Edit the file and change the VPC CIDR in use for the Kubernetes cluster:

本文介绍了如何在Kubernetes集群中部署Ingress-Nginx服务,包括自定义配置、ACM证书绑定以及部署、测试应用的步骤。通过kubectl命令行操作展示了整个过程和验证方法。

2234

被折叠的 条评论
为什么被折叠?



