gpt4 book ai didi

nginx - kubernetes nginx入口给出503和404

转载 作者:行者123 更新时间:2023-12-02 11:48:57 25 4
gpt4 key购买 nike

在为现有API创建Ingress规则时是否必须使用TLS?

我得到了所有API的404和503错误代码,除了没有任何路径的情况下。

我正在使用nginx入口 Controller 。

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: hello-world-ing
annotations:
kubernetes.io/ingress.class: "nginx"
spec:
rules:
- http:
paths:
- path: /test
backend:
serviceName: example-project
servicePort: 8085

这是我创建的入口规则:
gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.10- Controller 版本

最佳答案

在K8s Nginx元素中。默认情况下,我们已经配置了一些nginx来阻止您的服务。

kubectl describe configMap nginx-configuration -n ingress-nginx 

https://github.com/kubernetes/ingress-nginx/blob/146db437945a130d675540285fe02fa9639ba1f0/docs/user-guide/configmap.md

关于nginx - kubernetes nginx入口给出503和404,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49992755/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com