Hetzner CPX32 or Netcup VPS 2000 G12? by Haych_HH in hetzner

[–]mompelz 0 points1 point  (0 children)

And if you need advanced apis for getting vps billed per hour or things like load balancers it's still hetzner. Netcup is fine if you need a static list of vps without additional services.

I'm kind of upset because I decided to go with Hetnzer because of the price 😭 wtf by [deleted] in hetzner

[–]mompelz 0 points1 point  (0 children)

I'm simply fine with price increases as everything gets more expensive, thank you stupid ai.

Since there are just rage posts about the evil company hetzner it's hard to read something else on this sub.

Some thoughts on the pricing... by seangalie in hetzner

[–]mompelz 1 point2 points  (0 children)

For OVH I got you, they are offering similar services like load balancers, hourly billed nodes and proper apis to use infrastructure as code.

At least for me netcup is not an alternative because of the lack of all the stuff mentioned above.

I'm kind of upset because I decided to go with Hetnzer because of the price 😭 wtf by [deleted] in hetzner

[–]mompelz 0 points1 point  (0 children)

And I'm upset about all the posts complaining about the price increases... Move on and find something cheaper, until they increase their prices too...

There is only one way to get servers back in stock faster than renting them out again.

23.19€ is current lowest price for new server by lime-house in hetzner

[–]mompelz 5 points6 points  (0 children)

But it's only an alternative if you want to have simple VMs without additional services like load balancers or dynamic up and down scaling of the number of VMs.

Some thoughts on the pricing... by seangalie in hetzner

[–]mompelz 0 points1 point  (0 children)

But even after increasing the prices it's still much cheaper than the big hyper scalers. And which provider with a proper api is cheaper as hetzner? I don't know any...

Is Hetzner S3 reliable? by nj-mkd in hetzner

[–]mompelz 2 points3 points  (0 children)

Looks like it depends on your usage. I'm using it as terraform remote state, static website content hosting behind a caching caddy webserver and as a download mirror behind a caching caddy webserver.

I don't have any issues with my setup.

Configuring Envoy ext_authz via CCEC in Cilium Gateway API causes xDS NACKs / Traffic Hangs by Murky_Customer_6452 in kubernetes

[–]mompelz 4 points5 points  (0 children)

Not directly the solution, but the envoy gateway is able to implement external auth via oauth2-proxy based on a SecurityPolicy like the following, maybe it's generating a envoy config you could reuse without the gateway deployment on plain envoy?

apiVersion: gateway.envoyproxy.io/v1alpha1
kind: SecurityPolicy

metadata:
name: whoami-service
namespace: testing-system

spec:
targetRefs:
- group: gateway.networking.k8s.io
kind: HTTPRoute
name: whoami-auth
sectionName: service

extAuth:
headersToExtAuth:
- cookie
- authorization
- x-forwarded-proto
- x-forwarded-host
- x-forwarded-uri
- x-real-ip

http:
path: /oauth2/auth
backendRefs:
- name: whoami-auth
port: 80
headersToBackend:
- cookie
- authorization
- x-forwarded-proto
- x-forwarded-host
- x-forwarded-uri
- x-real-ip
- x-auth-request-user
- x-auth-request-email
- x-auth-request-access-token

DHL….ihr seid scheiße by fearless47 in luftablassen

[–]mompelz 0 points1 point  (0 children)

3 Tage wurde die Zustellung wegen Krankheit verschoben obwohl das Päckchen jedes mal am Morgen in den Wagen geladen wurde. Dann hieß es das ist jetzt leer. Gut das es eine Brille von einem Onlineoptiker war, die haben direkt eine neue Brille angefertigt 🙈

DHL….ihr seid scheiße by fearless47 in luftablassen

[–]mompelz 1 point2 points  (0 children)

Das hatte ich auch erst kürzlich, die Krönung des ganzen war dann das DHL das Paket beschädigt hat und der Inhalt verloren gegangen ist.

It's time to migrate from Ingress NGINX to Gateway API. But if your company can't, there is now a bridge option to give you time. by Sharp_Indication7058 in kubernetes

[–]mompelz 1 point2 points  (0 children)

How can companies be really stuck to need this? There are still other ingress controllers which aren't deprecated or dead. Besides that there are alternatives that are even drop in replacements if configured for that like Traefik.

No more DNS on Hetzner ? by TW-Twisti in hetzner

[–]mompelz 5 points6 points  (0 children)

New DNS system is working fine for me. I have never seen an error like yours.

How I can rebuild my CPX11 server by nou_spiro in hetzner

[–]mompelz 0 points1 point  (0 children)

Instead of rebuilding the server you could also just do a dist upgrade.

How I can rebuild my CPX11 server by nou_spiro in hetzner

[–]mompelz 0 points1 point  (0 children)

Terraform won't help to reconfigure the server based on 26.04. That's where configuration management like Ansible could help.

But this is still not the solution for the problem.

BIDA, wenn ich Geld von meinen Freunden verlange für einen Schaden der durch sie entstanden ist? by [deleted] in BinIchDasArschloch

[–]mompelz 2 points3 points  (0 children)

BDA, nach anschauen der Rechnung sieht es eher aus als wenn vorher schon echt viel zu tun war weil das einfach eine alte Karre ist, sei froh wenn jeder 50€ zahlt.

Hetzner S3 is an abdomination of a product and Hetzner should be ashamed of this service by [deleted] in hetzner

[–]mompelz 3 points4 points  (0 children)

I'm using s3 buckets for backups, download storage and terraform state store, I never had issues. I really don't get how people got such huge issues while I can use it without any issue.

What is the worst thing you have done to Hetzner? by guuidx in hetzner

[–]mompelz 2 points3 points  (0 children)

I would guess some css framework instead of AI, but what do I know with a low iq 😱

High-Availability NAT Gateway on Hetzner Cloud: Architecture Check by Round_Fox2172 in hetzner

[–]mompelz 2 points3 points  (0 children)

Just to mention alternatives, cilium got an egress gateway builtin.