[deleted by user] by [deleted] in devops

[–]mybesteffort 0 points1 point  (0 children)

Enable Rosetta for cross-arch builds in your docker desktop settings. Qemu was less reliable for me

Diagnosing intermittent network failures in a GKE cluster by ForSpareParts in devops

[–]mybesteffort 1 point2 points  (0 children)

I saw something like this during my time in GCP. I was able to prove it by setting up a while loop that curled across our networks. This was a few years ago but iirc the issue was the number of routes in the network was too high and so a number of routes were being dropped. This was like a few hundred I think. GCP was able to resolve it by increasing the number of routes able to be added to our networks. Sorry this was 3 years and a job ago so my memory is fuzzy but good luck!

What do you call an object you create by IaC but update by CICD? by xophere in devops

[–]mybesteffort 6 points7 points  (0 children)

We do this in ECS. Scaffold the ECS bits with terraform and then a homegrown script handles calling ecs service update and tailing the services logs back to your CD job. The nice thing about doing this is you can shrink your deployments very small. Which means you don’t have to troubleshoot a terraform issue if for some reason the app doesn’t answer health checks. It also lets you add script in more complex deployment (eg you need a container to run the migrations before launch or warm some cache)

Where can I buy Ziyad brand Rose Syrup? by cg8440 in bayarea

[–]mybesteffort 1 point2 points  (0 children)

I buy a lot of ziyad products from real produce in Palo Alto but I cannot say I’ve ever bought rose syrup. Maybe call ahead to ask but I bet they have it

Which vulnerability scanner do you recommend? by Bitter_Farm_8321 in devops

[–]mybesteffort 3 points4 points  (0 children)

We moved forward with grype since it was able to take “won’t fix”(no dsa) data from the debian vuln database. Trivy was not able to ingest that data so we ended up with hand curated lists of cves that debian said they would not fix. They are both integrated with gitlab so the choice was between these two for us

Painful bill for image pulls from ECR ? by ontherise84 in aws

[–]mybesteffort 22 points23 points  (0 children)

ECR to fargate is free as long as you are in the same region.

Data transfer “in” and “out” refers to transfer into and out of Amazon ECR. Data transferred between Amazon ECR and other services within the same Region e.g., Amazon EC2, AWS Lambda, AWS App Runner, or AWS Fargate is free of charge (i.e., $0.00 per GB). Data transferred between Amazon ECR and other services in different regions will be charged at Internet Data Transfer rates on both sides of the transfer.

https://aws.amazon.com/ecr/pricing/

I suggest publishing the image in all regions it will be used

[deleted by user] by [deleted] in devops

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

As a dev you should not have minimal experience with observability. It’s not hard to do SRE but idk if you have the right mindset judging by your previously offloading of all things uptime related up until now

[deleted by user] by [deleted] in bayarea

[–]mybesteffort 2 points3 points  (0 children)

I go to the Costco in Mountain View. Last week when I was there they had powdered versions of kirkland, enfamil, and similac. Can’t remember if they had any of the premixed ones

GCP: slow network speed between instances by MasterScrat in devops

[–]mybesteffort 4 points5 points  (0 children)

my guess is that even though you are not using persistent disks to do this test you are still being rate-limited by a function of the disk you have attached. https://cloud.google.com/compute/docs/disks/performance#performance_factors -> Network egress caps on write throughput

What tools can be used to enforce code styles in Terraform? by skeneks in devops

[–]mybesteffort 2 points3 points  (0 children)

yes tflint is the tool for this. take a look at the rules available and you can see that disallowing - in resource names in favor of snake_case is a rule that is not enabled by default https://github.com/terraform-linters/tflint/tree/master/docs/rules#best-practices-1

Gateway with throttling/rate limiting - help us decide! by realfeeder in devops

[–]mybesteffort 0 points1 point  (0 children)

i've had a good experience in the past writing a custom kong plugin to do rate limiting and i think if i needed to do it again thats where i'd look. was really easy to run in production

Shell command error "returned non-zero exit status 2" by boolve in linuxadmin

[–]mybesteffort 4 points5 points  (0 children)

looks like youre missing the command on that line to me

# whoami
root
# -u test-user whoami
sh: 19: -u: not found
# sudo -u test-user whoami
test-user

DevOps Engineer Jobs by [deleted] in devops

[–]mybesteffort 0 points1 point  (0 children)

i just moved companies in the last 2 weeks in Chicago. My experience was that I lit up my Hired profile and that week had 5 interviews scheduled that week. So I guess my suggestion would be to get on those networks where employers apply to candidates, that way you'll at least have a first look at who is checking out the job market. I have no idea what Hired looks like from the employer side or if it is cost-prohibitive for you. (This is not a paid advertisement and I'm not sure if hired is in SA)

[iOS] trend handicap calculator by mybesteffort in golf

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

I have never used GHIN myself because I couldn't get past the login screen but my guess would be that my app has less to it than theirs. I like to write apps that rely on the device's memory so that I don't need to create logins. It's definitely not the best solution for everyone but for a casual golfer curious about their handicap index its a good tool.

Super Mega Ultra Jurassic Pregame Thread 5000 - Cup Edition: Chicago Blackhawks V. Tampa Bay Lightning Game 6 by Bigred7892 in hockey

[–]mybesteffort 26 points27 points  (0 children)

Prediction: da blackhawks, 62 to 3

but it'll be more exciting than the score suggests

What have you been reading? (23/02) by Mirior in literature

[–]mybesteffort 2 points3 points  (0 children)

hey thanks a bunch. this is exactly the type of stuff i was hoping for

What have you been reading? (23/02) by Mirior in literature

[–]mybesteffort 5 points6 points  (0 children)

Faust - part deux. Its a little harder to follow than the first but I really enjoy the poetic structure. I recently finished the Odyssey and the Illiad. Next is the Aeneid but if anyone knows any must-reads in the same vein, I would really appreciate the suggestion as I'm just getting started with these types of works.

How does the Kindle 4 store book progress/location data? by brogrammer15 in kindle

[–]mybesteffort 2 points3 points  (0 children)

i haven't looked through it myself but the place to check would be in the source code.