The Non-Obvious properties of JSON Encoder.Encode directly to http.ResponseWriter Today I came across the following code snipped in a golang HTTP handler: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 import( "encoding/json" …
Managing Kubernetes Ingress JSON Log Format with Sanity The nginx ingress supports a custom log format. The option can be set via the log_format field in the ingress configmap. As you can see, the …