-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page Distortion Issues for a .NET 4.8 WebForms AKS Applications based on a NGINX controller #10952
Comments
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-kind bug
|
Please post the ingress object you used to create this site. The path will matter; the controller needs to know how to reach the paths, like /images, /CSS, etc. |
ingress-etravel_Ingress1.txt |
Hi @strongjz, @Abhishek2096 attached the ingress details ingress-etravel_Ingress1.txt , please help us investigate the issue. Thanks. |
Please fill out the template questions as well, it will help in troubleshooting. Are you trying to do SSL pass through? more details https://kubernetes.github.io/ingress-nginx/user-guide/tls/#ssl-passthrough If you hit the service directly does it work? https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/
|
Hi Team , we have filled those details of the template which were applicable to us . yes if we hit the service directly through port-forwarding it works and we dont see any port-forward issues . Please let us know if you need any more details . Kindly help us . |
Hi @strongjz, please find answers to your questions in the last comment above from Abhishek2096. Thanks for your help. |
if you can experiment, then
|
This is stale, but we won't close it automatically, just bare in mind the maintainers may be busy with other tasks and will reach your issue ASAP. If you have any question or request to prioritize this, please reach |
Hello Team ,
What happened:
We have a issue in one of our .NET 4.8 Webforms AKS applications based on a Nginx load balancers which is added as an Web Application Routing Addon from Microsoft . The issue is that we observed that on the page load the images/icons/fonts/css etc . are not loading / or are distorted and on the developer console it gives an error - '502 Bad Gateway' .We have tried adding different sorts of nginx annotations to our ingress but none has helped so far and the issue still persists . Also , when the same application was deployed on application gateway there were no issues as such and the application was working fine . It has only happened when we migrated to Nginx for our AKS clusters .
What you expected to happen:
We think the issue has mostly happened post we migrated from app gateways to nginx load balancers and moreever issues are highly observed in ASP .NET 4.8 Web Forms applications.NGINX Ingress controller version (exec into the pod and run nginx-ingress-controller --version.): the version is 1.9.4
Kubernetes version (use
kubectl version
):Environment:
Cloud provider or hardware configuration: Azure AKS
OS (e.g. from /etc/os-release):Widnows
Kernel (e.g.
uname -a
):Install tools:
Please mention how/where was the cluster created like kubeadm/kops/minikube/kind etc.
- it was created based on terraformBasic cluster related info:
kubectl version
kubectl get nodes -o wide
How was the ingress-nginx-controller installed:
helm ls -A | grep -i ingress
helm -n <ingresscontrollernamespace> get values <helmreleasename>
Current State of the controller:
kubectl describe ingressclasses
kubectl -n <ingresscontrollernamespace> get all -A -o wide
kubectl -n <ingresscontrollernamespace> describe po <ingresscontrollerpodname>
kubectl -n <ingresscontrollernamespace> describe svc <ingresscontrollerservicename>
Current state of ingress object, if applicable:
kubectl -n <appnamespace> get all,ing -o wide
kubectl -n <appnamespace> describe ing <ingressname>
Others:
kubectl describe ...
of any custom configmap(s) created and in useHow to reproduce this issue:
Anything else we need to know:
I am attaching the developer console screenshot for the error as well for reference .
![error](https://private-user-images.githubusercontent.com/44576011/301409124-246984a7-1a03-4e59-85dc-81539d899480.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDU0NjQsIm5iZiI6MTczOTU0NTE2NCwicGF0aCI6Ii80NDU3NjAxMS8zMDE0MDkxMjQtMjQ2OTg0YTctMWEwMy00ZTU5LTg1ZGMtODE1MzlkODk5NDgwLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE0NTkyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFmOWMxYzdkMmI2ZmY1ZDc4OTBjNWFmZGE1N2Q3MzUwYWU0YzdlNTI3YTk3ODkxZDQ2ZTc0MzliZTEzYTgwOGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.P7FOKhOu1fIRvrF0r4_EvRGjAxF8KbKakT_Oh2EBTwU)
Request for your help and suggestions .
The text was updated successfully, but these errors were encountered: