gpt4 book ai didi

azure - 为什么无法使用浏览器访问Azure aks服务外部IP?

转载 作者:行者123 更新时间:2023-12-03 07:09:04 24 4
gpt4 key购买 nike

apiVersion: apps/v1
kind: Deployment
metadata:
name: farwell-helloworld-net3-webapi
spec:
replicas: 1
selector:
matchLabels:
app: farwell-helloworld-net3-webapi
template:
metadata:
labels:
app: farwell-helloworld-net3-webapi
spec:
nodeSelector:
"kubernetes.io/os": linux
containers:
- name: farwell-helloworld-net3-webapi
image: devcontainerregistry.azurecr.cn/farwell.helloworld.net3.webapi:latest
env:
- name: ALLOW_EMPTY_PASSWORD
value: "yes"
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 250m
memory: 256Mi
ports:
- containerPort: 8077
---
apiVersion: v1
kind: Service
metadata:
name: farwell-helloworld-net3-webapi
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 8077
selector:
app: farwell-helloworld-net3-webapi

我使用这个命令:kubectl get service farwell-helloworld-net3-webapi --watch然后我得到这个:

NAME                             TYPE           CLUSTER-IP    EXTERNAL-IP     PORT(S)        AGE
farwell-helloworld-net3-webapi LoadBalancer 10.0.116.13 52.131.xxx.xxx 80:30493/TCP 13m

我已经打开了azure端口80,但是无法访问http://52.131.xxx.xxx/WeatherForecast

你能帮我一下吗?或者告诉我一些步骤来帮助查找原因?

最佳答案

看来我把端口号从8077改成80,就可以正常运行了。

关于azure - 为什么无法使用浏览器访问Azure aks服务外部IP?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70788706/

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