Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Guys, I deployed a .NET WEB API application to Kubernets, however, when I try to access the external endpoint provided by LoadBalancer, nothing returns, do I need to configure anything else? Can anyone help me?
my configuration;
**
apiVersion: apps/v1
kind: Deployment
metadata:
name: car-companie-deployment
labels:
app: car-companie-deployment
spec:
replicas: 1
selector:
matchLabels:
app: car-companie-deployment
template:
metadata:
labels:
app: car-companie-deployment
spec:
containers:
- name: car-companie-container
image: <IMAGE>
ports:
- containerPort: 80
---
apiVersion: v1
kind: Service
metadata:
name: car-companie-service
spec:
selector:
app: car-companie-deployment
ports:
- protocol: TCP
port: 80
targetPort: 80
type: LoadBalancer
**
images pods : https://imgur.com/a/N1esvEd
e4cae417fdc741e0ab200f8d384713
116394ca073b4f59a7d140cc23e444
0d46685ff370452cb0d5923fa4beeb
fa67bc2bfdcd40d999abfc928af7f4
HappyTurquoiseMorel
tvcsop
2b7fefb7c4754ed5894601dac5191d
SandyLightSeaGreenRaft
777660d35d5648a38934aaa4666965
BubblyBlueRay
Peter Willson
Kyle k