Apissix Upstream on k8s #10952
Unanswered
vijaychandranimmakuri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,I deployed apisix on k8s using helm with ingress controller true.
I created APISIX Upstream by the below config file
apiVersion: apisix.apache.org/v2
kind: ApisixUpstream
metadata:
name: upstream-1
spec:
nodes:
- host: 127.0.0.1
port: 80
weight: 1
- host: 127.0.0.2
port: 80
weight: 2
But I am getting an error as spec.nodes unknown field.
Why I am doing this instead of configuring route with backends due to I have only ip address of the backend service.
Hope you understand my concern.
How to achieve that? using CRDS only.
Beta Was this translation helpful? Give feedback.
All reactions