
func errHandler(w http.ResponseWriter, r *http.Request) īuild the docker image, push into docker hub, deploy it into my test K3s instance with the following Ingress, Service, and Deployment. It accepts a URL param and returns the HTTP status based on this param. To illustrate let's create a sample application with the following HTTP handler implemented.
