简体   繁体   English

如何在安装了 kubeadm 的 Kubernetes 集群上配置 Ingress Controller

[英]How to configure Ingress Controller on Kubernetes Cluster installed with kubeadm

I installed a Kubernetes cluster with "kubeadm" on Hetzner Cloud.我在 Hetzner Cloud 上安装了一个带有“kubeadm”的 Kubernetes 集群。

After successful installation, I installed the Ingress Controller with Helm.安装成功后,我用 Helm 安装了 Ingress Controller。

The EXTERNAL-IP of the ingress controller service is in the pending state.入口 controller 服务的 EXTERNAL-IP 在待处理的 state 中。 The default type is LoadBalancer and as I know this type is only supported by cloud providers like AWS, Google...默认类型是 LoadBalancer,据我所知,这种类型仅受 AWS、Google 等云提供商支持...

So I changed the service type to NodePort.所以我将服务类型更改为NodePort。

How should I configure the external DNS to my services?我应该如何为我的服务配置外部 DNS?

I don't want to append the 3.... ports but let the Ingress controller manage that for me.我不想 append 3.... 端口,但让 Ingress controller 为我管理。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Kubernetes 中配置 HAproxy Ingress controller - How to configure HAproxy Ingress controller in Kubernetes 如何使用 kubeadm 在 EC2 上部署的 Kubernetes 将 AWS 负载均衡器连接到 nginx 入口控制器? - How to connect an AWS Load Balancer to nginx ingress controller with Kubernetes deployed on EC2 with kubeadm? 如何使用 kubeadm 创建 kube.netes 集群? - How to use kubeadm to create kubernetes cluster? 如何修复Kubernetes Ingress Controller切断集群中的节点 - How to fix Kubernetes Ingress Controller cutting off nodes from cluster 如何在没有负载均衡器和入口 controller 的情况下将域指向 Kubernetes 集群 - How to point domain to Kubernetes cluster without Load Balancer and Ingress controller 如何在 minikube kubernetes 集群上检查入口 controller 版本 - How to check ingress controller version on minikube kubernetes cluster 如何为Kubernetes集群部署入口控制器 - How can I deploy an ingress controller for my Kubernetes cluster 在2个命名空间中配置集群Kubernetes中的Ingress-Nginix - Configure Ingress-Nginix in Cluster Kubernetes in 2 Namespace 如何在kubernetes Nginx入口控制器API对象中配置本地化的URL - How to configure localized URLs in kubernetes nginx ingress controller API object 如何配置Kubernetes Ingress控制器以支持两项服务? - How do I configure Kubernetes Ingress controller to support two services?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM