https://kubernetes.github.io/ingress-nginx/deploy/#bare-metal-clusters
wget https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.2/deploy/static/provider/baremetal/deploy.yaml
vi deploy.yaml # nodePort 고정
nodePort: 30080 # 추가
nodePort: 30443 # 추가
kubectl apply -f deploy.yaml
kubectl get ingressclass -o json
'Infra > IaC' 카테고리의 다른 글
[SSL] certbot ssl 발급 : nginx forward proxy 설정까지 (0) | 2023.11.29 |
---|---|
[k8s] 모니터링 : Prometheus & Grafana (nginx ingress 설정까지) (1) | 2023.11.26 |
[k8s] kubeflow install : 진행중 (0) | 2023.11.19 |
[k8s] NFS Provider - Persistent Volumes 구성 (0) | 2023.11.19 |
[k8s] Nginx Ingress : Rewrite Target (0) | 2023.11.16 |