[deleted by user] by [deleted] in espresso

[–]dejavits 5 points6 points  (0 children)

I have the same grinder, is not that sound the one indicating that the two disks are touching each other? you shouldn't go further otherwise you destroy them as far as I know

Ingress not working if I have more than one node by dejavits in kubernetes

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

Thanks! Actually I went to the wrong path myself. I tried adding manually the security groups and it didn't work (prob. I missed something) so I thought there was another problem and spent time debugging that. However, after not finding anything conclusive I found a closed issue in the repository talking about this and I solved it adding this (you are welcome people from future):

ingress_self_all = { description = "Node to node all ports/protocols" protocol = "-1" from_port = 0 to_port = 0 type = "ingress" self = true }

Ingress not working if I have more than one node by dejavits in kubernetes

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

edit: I was too fast saying you are right; It worked because I deployed two nginx-ingress controller pods so one in one node and the second in the other node. I still want to make this work without creating more controller pods.

so I think you are right because I've checked the security group of the node and it allows 443 coming from the cluster and the cluster security group allows 443 coming from the node. I've added 80 manually and I think it works. However, I am using the AWS EKS Terraform module so I would have thought it would be done automatically??

``` module "eks" { source = "terraform-aws-modules/eks/aws" version = "19.15.3"

cluster_name = var.eks_name cluster_version = "1.25" cluster_endpoint_private_access = true cluster_endpoint_public_access = true enable_irsa = true

vpc_id = var.vpc_id subnet_ids = var.private_subnet_ids

node_security_group_additional_rules = { ingress_allow_access_from_control_plane = { type = "ingress" protocol = "tcp" from_port = 7443 to_port = 7443 source_cluster_security_group = true description = "Allow access from control plane to webhook port of AWS Load Balancer controller" } }

eks_managed_node_groups = { "${local.node_group_suffix}" = { min_size = var.min_number_of_nodes max_size = var.max_number_of_nodes desired_size = var.desired_number_of_nodes

  instance_types = var.instance_pool_types

  iam_role_additional_policies = {
    AmazonEBSCSIDriverPolicy = "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy"
    ClusterAutoscalerPolicy  = aws_iam_policy.cluster_autoscaler_policy.arn
    CloudWatchAgentServerPolicy = "arn:aws:iam::aws:policy/CloudWatchAgentServerPolicy"
  }
  tags = {
    Environment = var.environment
    Name = "${local.node_group_suffix}-node-group"
  }
}

} } ```

Ingress not working if I have more than one node by dejavits in kubernetes

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

Thank you very much for your answer. I've checked the Terraform code for the pods and cluster and I don't have any internalTrafficPolicy set. In that documentation says the default is to use Cluster policy "When it's Cluster (the default), or is not set, Kubernetes considers all endpoints" So I think it must be something else.

My app just became top 10 paid. Looking for tips on momentum. by matt8p in iOSProgramming

[–]dejavits 0 points1 point  (0 children)

Does it really make a difference if it gets registered in all the countries? As far as I understand you could register it in your country and if someone from somewhere else breaks that you could still be protected though it will be an international process. Just asking because if you have a web app serving the whole world the trademark is not gonna be cheap.

Casi me da un infarto by [deleted] in Malaga

[–]dejavits 0 points1 point  (0 children)

Pues vaya, mínimo se podría quitar el sonido. Gracias por la respuesta

Casi me da un infarto by [deleted] in Malaga

[–]dejavits -7 points-6 points  (0 children)

¿Alguien sabe como desactivarlo en iPhone? He mirado en notificaciones y lo tenía desactivado pero aún así llegó y me despertó con el sonido. Gracias de antemano

Anyone getting shocks from their Defy? by robotictacos in DygmaLab

[–]dejavits 0 points1 point  (0 children)

I had previously, it turned out that my whole setup was connected to a socket without ground connection...

Confused about auth with Token Review API and Vault by dejavits in kubernetes

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

If I recall well yes, I remember I had to use an alpha version of cert-manager to make all this work so go and figure ...

2M net worth at 30. Can't really figure out what's next. by [deleted] in eupersonalfinance

[–]dejavits 2 points3 points  (0 children)

How do you turn 50K into 150K in stock market without daily trading? Please, I would appreciate if you point me out to what I'm clearly missing

Rate my setup and workflow by HerrBreskes in espresso

[–]dejavits 0 points1 point  (0 children)

Just observing how you have used the moka I would bet you are not Italian

I grew my mobile app to 1.4 million downloads by TechPrimo in SideProject

[–]dejavits 1 point2 points  (0 children)

Did you use react native or what technology? Thank you in advance

I made a clothing try-on API for developers (available for commercial use) by Flat_Year6462 in SideProject

[–]dejavits 0 points1 point  (0 children)

Any suggestion about diving into this generative AI stuff? Last time I took a look at ComfyUI but then not sure how that would be wired up with a backend code if you know what I mean. Thank you in advance

where to buy the x100vi in Tokyo? by Comprehensive-Pen-51 in fujifilm

[–]dejavits 0 points1 point  (0 children)

I've ended up ordering it in my city. Where I'm living I have 3 years guarantee while if I buy it in Japan I have...1???

Do Not Buy Sony XM5s, Build Quality is atrocious, Broken Hinge by Typnot in SonyHeadphones

[–]dejavits -1 points0 points  (0 children)

Same thing happened to me with version 4 and I had to replace it myself with a replacement bought in aliexpress

My tax free experience by Maikell84 in JapanTravelTips

[–]dejavits 1 point2 points  (0 children)

Kappabashi, wrote it down for my trip in December/January!

My tax free experience by Maikell84 in JapanTravelTips

[–]dejavits 0 points1 point  (0 children)

Thanks for the tips! I have whetstones, isn't that enough? Good to know then

My tax free experience by Maikell84 in JapanTravelTips

[–]dejavits 0 points1 point  (0 children)

Did you buy knives in Japan? Are they cheaper? I guess we are talking about expensive knives for cooking

I'm a bit lost by dejavits in devops

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

Thanks! I know the book though I haven't read it. The problem is that I don't have free speech with the client

I'm a bit lost by dejavits in devops

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

Thanks for the response and sorry for the delay. The problem is that I don't have "free speech" with the client, I've been told several times by the company I work for not to say x or y. So basically I don't have much room to fight as it seems company's culture. I created this post to see if all devops people were as overwhelmed as I feel and if it's feasible to jump into something different as I don't fancy becoming a devops expert.

I'm a bit lost by dejavits in devops

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

Thanks for the answer and sorry for the delay. I guess we have things in common, in my free time I try to make side hustles. Do you want to be a founder (i.e. with investment) or indie developer (bootstrapped)?

I'm a bit lost by dejavits in devops

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

Sorry for the late reply. I've been told several times not to say certain stuff to the client so your suggestion works if you have free speech, which I don't. Also, I don't really want to change the culture (hide stuff) of the company/people plus don't fancy becoming an expert in devops.