nphariharan

Results 3 comments of nphariharan

@Revolyssup - Please refer the below config files and correct me where I am wrong. 1) ApisixRoute apiVersion: apisix.apache.org/v2 kind: ApisixRoute metadata: name: helloworld-route namespace: ingress-apisix spec: http: - name:...

https://apisix.apache.org/blog/2023/10/18/ingress-apisix/ As per the above link, I need to install apisix with mock etcd server using yaml files.

The above link describes installation of apisix outside kubernetes. But I want to install Apisix in kubernetes. Do you have any guide for the same? At least give me the...