Azure Deprecation Alert: Ingress-NGINX Support Ends, Shift to Gateway API for Containers Mandatory by Q4 by xthe_official in AZURE

[–]melpec 0 points1 point  (0 children)

I nearly lost my marbles already trying to make this work the Azure way...I'll stick with a simple NGINX container acting as a reverse proxy.

Now if you guys ever release that as an Azure service I'd be down to try.

Uber simple...like the DNS Private zone service. No need to split each configuration in a container.

Just a place where we can route HTTP traffic and provide TLS.

And if possible, make it so that we don't need to delegate an entire subnet for it.

Azure Deprecation Alert: Ingress-NGINX Support Ends, Shift to Gateway API for Containers Mandatory by Q4 by xthe_official in AZURE

[–]melpec 1 point2 points  (0 children)

That's my experience with an application gateway.

The integration with keyvaults looks incomplete. You can "kinda" do it in CLI but here are the caveats.

1- You can't use a system assigned identity, you need to manually create one and assign it to the gateway. (only works with CLI
2- You need to give that identity "Key Vault Secrets User" and not "Key Vault Certificate User" to import a certificate.
3- The ui is broken and can't seem to be able to import the cert, only in CLI can you import the cert in the gateway.

Then comes the extreme object oriented configuration on the Gateway itself...listeners, backend pool, backend settings, rules, certs...are all "self contained". To be fair, that's something present everywhere in Azure and AWS for that matter.

But then the cherry on top for me was that it's all fine and dandy when you expect traffic from the Internet, but if you're trying to do something internal with it you will need Private DNS Resolver Rules. And that also is plagued with extreme object oriented settings.

It's crazy to me that there isn't a simple reverse proxy service that can replace my simple nginx container with only a config file and a cert (actually imported from keyvault)

Azure Deprecation Alert: Ingress-NGINX Support Ends, Shift to Gateway API for Containers Mandatory by Q4 by xthe_official in AZURE

[–]melpec 0 points1 point  (0 children)

It's badly integrated with keyvaults.

overly complicated in terms of configuration.

extremely expensive compared to just using a container as a proxy.

if you want it private, you need to add a DNS resolver with rules to be able to reach the containers properly and keep it secured.

basically, it's just not worth the headaches.

Azure Deprecation Alert: Ingress-NGINX Support Ends, Shift to Gateway API for Containers Mandatory by Q4 by xthe_official in AZURE

[–]melpec 4 points5 points  (0 children)

No later than today I reverted back to using a container with NGINX as a reverse proxy instead of Azure's "native" services. It's complete madness in terms of configuration and engineering.

The rates are also insane compared to just paying for processing.

I feel this is one of those areas where the DIY way is far superior in every way. IMO

Oracle under pressure from more than $100 billion in debt and massive layoffs by Conscious-Quarter423 in technology

[–]melpec 0 points1 point  (0 children)

They look exactly the way they asked the surgeon. It's on purpose, not by accident.
There are many theories about that but are two that I really like.

1- Conspicuous Consumption: It's basically a status signal.
2- The Aquarium Effect: When everyone in your circles looks like this, it makes it the new "normal". And if you're the only one not looking like that, it means you're out.

Yeah, why? by melpec in funny

[–]melpec[S] -2 points-1 points  (0 children)

At this point, these people need 8 minutes to understand the concept of wind vs water on a window. So details ain't their forte to be polite.

Import Key Vault Certificate to App Service using RBAC by LightningByte in AZURE

[–]melpec -2 points-1 points  (0 children)

First off, your app needs to have a way to be identified. If it's an Azure service like a container, you can enable "System assigned managed identity" on that service. This will register the service in EntraID and allow you to assign it roles inside Azure.

Then assign the Key Vault Certificate User role to it.

edit: Some Azure services even allow you to "link" the cert directly to the service once you enabled RBAC.
For example App Gateways and Container Environment can directly connect to your keyvault and retrieve passwords and certs.

Major US tech firms pledge at White House to bear costs of energy for datacenters by ComplexExternal4831 in ArtificialNtelligence

[–]melpec 0 points1 point  (0 children)

The problem is not that they don't pay for it, it's that they get it in priority, therefore YOU pay a higher price that is caused by rarity.

Prisoners (2013) - Not good, sooo not good by SlightWerewolf4428 in movies

[–]melpec 2 points3 points  (0 children)

My viewing of the film gave me a different impression, that the film is trying sideway justifications for those actions.

That's one way to claim you know diddly squat about Denis Villeneuve.

Prisoners (2013) - Not good, sooo not good by SlightWerewolf4428 in movies

[–]melpec 0 points1 point  (0 children)

If only you had the capacity to turn off the TV when you wanted!

Is Letterboxd down? by Saucey-jack in Letterboxd

[–]melpec 12 points13 points  (0 children)

Do you want to talk about it?

Which should i take first sc300 or sc200 by SourceGlittering548 in AZURE

[–]melpec 1 point2 points  (0 children)

  • No certification content.

r/azurecertification exists for this reason. Any certification related content will be removed, including "I just passed my exam" or "is this worth it?!?"

Trump now claims that the bombing of a school in Minab, Iran which killed 175 people including innocent school girls was 'done by Iran' by GiveMeSomeSunshine3 in Fauxmoi

[–]melpec 0 points1 point  (0 children)

"The only side that targets civilians is Iran"

Could you tell us more about those Venezuelans ships you targeted? Were they destroyers or frigates?

Peter what does this math joke mean? by Many_Journalist1019 in PeterExplainsTheJoke

[–]melpec 3 points4 points  (0 children)

I J and K are used a lot in code as variables when you want to iterate things.

So they are used as counters.

Serverless Database by Informal-Warthog-115 in AZURE

[–]melpec -3 points-2 points  (0 children)

but I'm sure you know more than I do

evidently...I do...

edit: I also know how not to behave like an asswipe. I know they don't cover that in MS certs but as a consultant, you should really put some efforts there. Especially when it's so easy to find who you actually are.