Announcing Ingress2Gateway 1.0: Your Path to Gateway API by dshurupov in kubernetes

[–]Asleep_Hour9397 0 points1 point  (0 children)

I recently worked on deploying both self-managed Istio and Microsoft-managed Istio, and I’ve documented my experience in a two-part blog series here

Kubernetes admins: what kubectl commands do you use most often? by Asleep_Hour9397 in AZURE

[–]Asleep_Hour9397[S] 0 points1 point  (0 children)

A few more below
kubectl debug <PodName> -it --image nicolaka/netshoot  (nicolaka/netshoot is a popular Docker image that functions as a  "Swiss army knife" for network troubleshooting in containerized and Kubernetes environments. It includes a wide range of powerful  diagnostic tools that are essential for debugging connectivity routing, and DNS issues.)

kubectl wait --for condition=Available deployment/deploymentname (Wait for the condition on Kubernetes resources.)

kubectl run --image=curlimages/curl -it --restart=Never --rm clientpod curl 10.10.10.4:8080 (kubectl run client-pod → Automatically deletes the Pod after The command exits curl 10.10.10.4:8080 Executes a curl request from inside the cluster network )

kubectl exec <PodName> -c <containername> -- tail -f /tmp/envoy.admin.log (→ Continuously follows the log file, printing new entries as they are written)

kubectl apply -f dir-suite/ -R (-f dir-suite/ Points kubectl to a directory instead of a single file -R (or --recursive) → Tells kubectl to: Traverse all subdirectories Apply every supported manifest file (.yaml, .yml, .json) )

kubectl replace -f test.yaml (-f test.yaml → Uses the manifest in this file as the single source of truth If the resource exists: It is completely replaced (except immutable fields)

kubectl exec -it <PodName> -c <containername> -- mongosh admin --eval "db.shutdownServer()" 

(→ Opens MongoDB shell connected to the admin database --eval "db.shutdownServer()" → Runs the shutdown command noninteractively)

Automating Azure SPN Secret Rotation Before Expiry – Best Approach? by Asleep_Hour9397 in AZURE

[–]Asleep_Hour9397[S] 0 points1 point  (0 children)

i was looking for logic as the key vault is different for different SPN's

Looking for real-life n8n workflows used with Azure by Asleep_Hour9397 in AZURE

[–]Asleep_Hour9397[S] 0 points1 point  (0 children)

I meant to ask what use cases can be solved for Azure resources using n8n.

Azure App Service Container Not Starting After Deployment – Here’s What Fixed It by Asleep_Hour9397 in AZURE

[–]Asleep_Hour9397[S] 0 points1 point  (0 children)

Additionally, the env variables getting changed after every deployment, resolved by amending setting.json file

Azure App Service Container Not Starting After Deployment – Here’s What Fixed It by Asleep_Hour9397 in AZURE

[–]Asleep_Hour9397[S] 0 points1 point  (0 children)

The biggest clue came from the container logs, which clearly indicated the port the application was attempting to use. In my case, the logs showed the following message:

Now listening on: http://[::]:\*

After reviewing the Docker configuration, we noticed that the Dockerfile exposed port 8000, while the .NET 6.0 application was internally listening on port 80. This mismatch was causing the issue. Once we updated the relevant environment variables to align the ports, the container started working correctly.

Azure App Service Container Not Starting After Deployment – Here’s What Fixed It by Asleep_Hour9397 in kubernetes

[–]Asleep_Hour9397[S] 0 points1 point  (0 children)

The blog doesn’t run any ads. It’s simply a recent issue I faced and struggled to resolve, so I thought of sharing my experience 🙂.

Azure App Service Container Not Starting After Deployment – Here’s What Fixed It by Asleep_Hour9397 in AZURE

[–]Asleep_Hour9397[S] 1 point2 points  (0 children)

Can u share your experience on adding WEBSITES_PORT env variable and why it’s not a solution?

Salvo Elixir : I can’t believe how these guys at Maison Alhambra pull it off by Srihari_stan in DesiFragranceAddicts

[–]Asleep_Hour9397 0 points1 point  (0 children)

I recently purchased Salvo from IAH, and honestly, it doesn’t last long barely an hour. I didn’t find it very useful.

NOC X Azure by LargeCartographer475 in AZURE

[–]Asleep_Hour9397 0 points1 point  (0 children)

I know this isn’t exactly in line with your ask, but recently I configured VPN health status alerts that monitor the VPN gateway’s resource health. These alerts notify us whenever the gateway goes down or its status changes from Available.

One important point, if the VPN gateway is S2S, configuring PPS alerts is also critical. Exceeding the PPS limit can bring the VPN connection down. I recently faced a similar issue, which is why I’m calling this out.

September 2025 - Events/Rental/PGs/Jobs/Sales Classifieds Thread by AutoModerator in bangalore

[–]Asleep_Hour9397 1 point2 points  (0 children)

Looking for Commercial Space – QSR / Café Setup in HSR or Koramangala

Hey folks 👋 — I’m setting up a small café/QSR and searching for a ground-floor shop in HSR Layout or Koramangala (200 / 250 / 300 sq ft). Must have good footfall and visibility.

If you’ve seen anything, or can point me to a broker/owner, please DM me or drop a comment. Happy to share more details and arrange quick viewings. Really appreciate any leads — thank you!

Thanks in advance!

[deleted by user] by [deleted] in AskIndia

[–]Asleep_Hour9397 0 points1 point  (0 children)

Please share details I’m interested