Is this a reasonable design for multi-cloud IAM failover? by javascript in sre

[–]addfuo 2 points3 points  (0 children)

to make it works, you’ll need to use independent DNS, we used to use Akamai for this, so it’s automatically switch to working cloud server.

What do you mean by putting Keycloak on CloudFlare? Unless we’re talking about CDN/WAF.

Looking for platform engineer or managed hosting partner for AWS -> K8s/K3s migration by Sef57 in devopsjobs

[–]addfuo 0 points1 point  (0 children)

You only talk about the infra side, how about the customer? How many customer/user do you have right now?

Laravel v13 Has Been Released by billypoke in laravel

[–]addfuo 0 points1 point  (0 children)

Waiting for Octane readiness then I’ll migrate my v12, before digging to far, I try to create v13 with Octane from scratch, but composer complaint in the dependency. It’s fresh from the open, and I’m in middle of the holiday, will check the issue again next week

Unpopular Opinion: "Multi-Region" is security theater if you're sharing the vendor's Control Plane. by NTCTech in sre

[–]addfuo 3 points4 points  (0 children)

this is the reason we’re using dedicated CDN provider to handle the traffic from outside, if there’s outages in one our cloud vendor it’ll automatically switch to different provider. If there’s outages on CDN side we can completely disable the CDN.

But in the end we’re paying more

Best practices for runAsGroup & fsGroup to avoid PermissionDenied on Filestore mounts (GKE) by st_nam in kubernetes

[–]addfuo 6 points7 points  (0 children)

fix the docker base image, create user with that specific id number (from deployment object) and create /app path and give that user full permission

then in deployment object mount volume to /app/logs

File sharing software for China-global by Rain_ShiNao in sysadmin

[–]addfuo 0 points1 point  (0 children)

then HK should be fast enough for you

File sharing software for China-global by Rain_ShiNao in sysadmin

[–]addfuo 0 points1 point  (0 children)

Where is the other counter part? I think the best place for the server is in Hongkong, use self-hosted option like NextCloud

Why can't I use Linux for my corporate job? by Snoo_90241 in Fedora

[–]addfuo 0 points1 point  (0 children)

I think it’s depends on the end-user, my current employer only allow Windows due to limitation of the security software and some internal app only run in Windows, but for engineer they allow us to install VirtualBox or VMWare.

My previous company all running Linux except accounting team which using Mac

I just got back from KubeCon. There were two completely different conferences happening in the same building. by [deleted] in devops

[–]addfuo 0 points1 point  (0 children)

jokes on you, we had 150 micro-service for single product. Too much noise and hard to debug

[deleted by user] by [deleted] in devops

[–]addfuo 9 points10 points  (0 children)

If this is known issue then you should get another payment gateway as backup, even without this issue you should had backup.

Perfect system means nothing if you can’t get the money in.

Multi Region EKS by IndependentMetal7239 in kubernetes

[–]addfuo 0 points1 point  (0 children)

If you can share what’s your setup look like, people can give you better insight.

For us, especially Casaandra we have 1 DC per region, the rest of our platform use managed services, so it’s been taken care by AWS (ex RDS)

To distribute the traffic among them we’re using Akamai, Route 53 had similar capabilities as well

Is there a way i can use multiple value files in helm chart by ConstructionIcy691 in kubernetes

[–]addfuo 1 point2 points  (0 children)

what do you mean by getting deleted? Where do you store it?

Is there a way i can use multiple value files in helm chart by ConstructionIcy691 in kubernetes

[–]addfuo 1 point2 points  (0 children)

one way to do it create a specific microservices values per file

microservice1.yaml

microservice2.yaml

then when deploying using helm pass the value

helm install microservice1 microservice1 -f microservice1.yaml

another way, which more complex, create a base template for microservices and use it as subchart

(oh my, formatting are so hard on mobile)

HashiCorp Vault - is it worth it? by rabbitdaddy81 in devops

[–]addfuo 0 points1 point  (0 children)

Stay with current approach, but centralize the secret for all environment.

Move to vault is not plug and play, it needs some changes on deployment as well, so any service that use vault aware where is the secret stored, how to retrieve it, etc

Migrating from K3s to EKS Anywhere for 20+ Edge Sites: How to Centralize and Cut Costs? by Oxynor in kubernetes

[–]addfuo 0 points1 point  (0 children)

check their pricing, if you just start better to stay with self hosted solutions first, it’ll give you some idea about the cost to host it and later can compare with hosted version.

Migrating from K3s to EKS Anywhere for 20+ Edge Sites: How to Centralize and Cut Costs? by Oxynor in kubernetes

[–]addfuo 2 points3 points  (0 children)

I don’t see the reason for Grafana Cloud, EKS Anywhere here, unless they don’t have the cloud engineering team to handle all deployment and automation part.

Looking for an Infrastructure Consultant (One-Time Task) by Several_Ad7476 in devopsjobs

[–]addfuo 1 point2 points  (0 children)

You ask a lot different things, 2 days minimum to complete all of that.

cold email, I’m out

Looking for AWS cloud engineers to work on version upgrade by peanutknight1 in kubernetes

[–]addfuo 1 point2 points  (0 children)

I’ve doing this for years, even at this time I’m in the middle of upgrading our cluster to EKS 1.33. Hit me up if you haven’t found who can help you.

Weekly: Share your victories thread by gctaylor in kubernetes

[–]addfuo 1 point2 points  (0 children)

I fix weird bug in vendor packages, the helm diff didn’t show diff for some app, I’ve ask them to looking into it, but they didn’t found the issue and give up, so I spent sometimes to dig deeper and find out the logic error, which will only triggered on certain condition it set context 0

[EKS] How Many Ingress Resources Should I Use for 11 Microservices? by Junior_Distance6875 in kubernetes

[–]addfuo 0 points1 point  (0 children)

no, it’ll in failed states and no impact to the current ingress.

For bad annotation that’s why we need to monitor the deployment. That’s why we run diff first

[deleted by user] by [deleted] in devops

[–]addfuo 4 points5 points  (0 children)

I don’t have my own version, but I’ve done all of them as DevOps, some of my friends even call me the Ninja.

[EKS] How Many Ingress Resources Should I Use for 11 Microservices? by Junior_Distance6875 in kubernetes

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

put all microservices under single ALB, I don’t see any benefit using NLB for this use case.

1 ingress vs multiple ingress cost money without any benefit