Kubernetes - Ingress
You wrote this Ingress rule but traffic to '/api' is not routed correctly:
paths:
- path: api
pathType: Prefix
backend:
service:
name: api-service
port:
number: 80
What is the likely error?