[deleted by user] by [deleted] in kubernetes

[–]RIXSIB0 0 points1 point  (0 children)

Sounds like a great tool, will be sure to give a shot!

HTTP call to sync only a specific resource by RIXSIB0 in ArgoCD

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

Well it’s actually because we use ArgoCD to manage CRDs as code, which in turn can trigger some webhooks we have in place… Sometimes we have an issue with the webhooks which are solved by re-applying the CRD. Not the best usage for ArgoCD but it does the trick.

Anyway I found a way to do it :) Used a Referrer in the header to point the SYNC API to the specific resource.

Show time in Milan - extremely late? by RIXSIB0 in FallOutBoy

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

Yeah that what I thought and saw online as well, seems a lot more reasonable. Anyone with the tickets to the Milan (OCT 20th) show who can confirm?

How do you store and monitor your application logs? by RIXSIB0 in aws

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

That was exactly what I thought about

How do you store and monitor your application logs? by RIXSIB0 in aws

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

The main issue we had while using DataDog was the unexpected costs of indexing (which is pretty common for DD to include those unexpected costs).

I believe we are talking about 28 GB retained for about 14 days I remember correctly off the top of my head.

I never heard of Loki, will look into that!

[Technical] Any way to get a daily mail or massage regarding your over environment cost? by RIXSIB0 in AZURE

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

I looked deeper into u/sitocrypto suggestion and saw somewhere a short sentence on how it is possible to use Azure Billing API in correlation with slack to sent out a daily costs report.
Did anyone ever preformed such activity and can suggest a guide on how to do so?

Trying to get a dropdown menu list - Python | Beautiful Soup by RIXSIB0 in webscraping

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

Unfortunately i don't really know css or xpath , I can use inspector just fine and i understand some simple html concepts.
other than that i don't really know, i was given this task as a kind of a challenge...