skip to Main Content

Lua NGINX String find multi lines

i'm having lua program that i'm reading some files but they are in .csv format, which I need to find some string. When it's having multi-lines doesn't work, only first line is available. Using : local open_file = io.open(file, "r")…

VIEW QUESTION

How to use nginx ingress in kubernetes of gke?

I want to create an nginx load balancer in kubernetes. apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: ecom-ingress spec: defaultBackend: service: name: ecom-ui-service port: number: 80 rules: - http: paths: - path: /identity pathType: ImplementationSpecific backend: service: name: ecom-identity-service port: number:…

VIEW QUESTION
Back To Top
Search