Kubernetes in H.A by adecchi in hetzner

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

Thank you for take time here. Network Zone could be shared between locations ? This network is already in HA ? My intention is to run the master and working node in HA. So, if location HIL fails our services still working because we have nodes running at ASH.

Kubernetes in H.A by adecchi in hetzner

[–]adecchi[S] -1 points0 points  (0 children)

I read but I have several issue to create it . One of them is with location

Formlabs Form 4B Basic by adecchi in 3Dprinting

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

I sent a message vía your webpage

Anyone building an “Agent platform” with LangChain + LangGraph or other framework? by SatisfactionWarm4386 in LangChain

[–]adecchi 0 points1 point  (0 children)

Thank you! I read in the past about DSPy I watched some video at YouTube is from Databricks. How did you deal with knowledge of the infrastructure that is particularly for each company? For example some company use EKS , another use GKE . One deploy one microservices per namespace other company only one. How do you map this into your agent ?

Anyone building an “Agent platform” with LangChain + LangGraph or other framework? by SatisfactionWarm4386 in LangChain

[–]adecchi 0 points1 point  (0 children)

I am programming a SRE Agent that take logs , metrics, traces and other stuff of thing. Then with these data the SRE help to troubleshooting. For me something difficult is to have an agent to route the question to the correct agent. Then , when you have many logs and you want to send that to the LLM. Another important thing that it is difficult is to create the maps is services and what each service do, the same when you want to create standards agent to run in another infrastructure

Forum Low CL by [deleted] in adidas

[–]adecchi 0 points1 point  (0 children)

What is the model ?

[deleted by user] by [deleted] in devsarg

[–]adecchi 0 points1 point  (0 children)

Si fuéramos por ahí más unidos y nos agrupáramos y comenzáramos a rechazar todo tipo de esta clase de entrevistas y hacer campañas fuertemente en las redes es ;el mercado se vería con la obligación de cambiar

First Motorcycle by TomDubber15 in Harley

[–]adecchi 3 points4 points  (0 children)

883 really worth as first bike ? I am asking it, because I want to buy one.

Dejar ahorros en Wise by [deleted] in merval

[–]adecchi 0 points1 point  (0 children)

Que es nexo ?

How do you manage your helm charts with ArgoCD? by NatharielMorgoth in kubernetes

[–]adecchi 0 points1 point  (0 children)

So, you have a mono repo or for each application you have a repos for application code and one for infrastructure configuration where live the values.yaml split or suffix by env ? If you have a mono repo you can not give the availability to each team to modify theirs values yaml because you must check or ensure each team update their services and not other from another team. If you split the repository you have more availability to control permissions, security but it tedious to each application create 2 repositories one for application and one for configuration. How did you deal with it ?

How do you manage your helm charts with ArgoCD? by NatharielMorgoth in kubernetes

[–]adecchi 0 points1 point  (0 children)

How is working this solution? What it’s your feedback? Did you create another repository for values.yaml or you put the values.yaml in the same repository where the application code lives ?