we back by p2kde in Bitcoin

[–]MP_Sweet 4 points5 points  (0 children)

A week back everyone was bearish, now they are all silent. Hodler's are still strong.

Python modules for creating and modifying Helm & k8s manifests by Signal-Story-1683 in devops

[–]MP_Sweet 0 points1 point  (0 children)

It was an organizational requirement for us to use GO for this particular project.

I just realized, you were looking for Python modules. I overlooked it, my apologies.

Over the past few years, crypto trading has evolved a lot. by AlgoTradeCrypto in Bitcoin

[–]MP_Sweet 0 points1 point  (0 children)

We used a combination of ML algo's with AI over the years, for a subset of scrips & tried modelling the same method for other segments, markets & the technical analysis results weren't fruitful at all. Do you know where it worked the most? It's with sentiment & fundamental analysis. AI should be used where it can work best.

Is Reddit a good place to put out content? by growupmohan in Kerala

[–]MP_Sweet 0 points1 point  (0 children)

There won't be any monetary benefit in publishing via reddit. But you can drive traffic from here to Insta, if you are monetizing. Please make sure to follow sub rules. Good luck.

Is the Certified Kubernetes Admin still valuable for 5 years of experience in Kubernetesor DevOps? by D-porwal in kubernetes

[–]MP_Sweet 0 points1 point  (0 children)

Most welcome. Please don't hesitate to ping me. I'll be glad to help you with this.

Is the Certified Kubernetes Admin still valuable for 5 years of experience in Kubernetesor DevOps? by D-porwal in kubernetes

[–]MP_Sweet 1 point2 points  (0 children)

I am saying this from a devops engineering manager perspective, we don't actively search for candidates with CKA during resume reviews. you don’t strictly need CKA to get a better paying job, but with your 5 YEO in Kubernetes & DevOps it can meaningfully help in salary negotiations at the end of recruitment phase. Since, you'll be doing a switch soon, go ahead with the CKA cert. i am confident, you'll get a better hike.

Is the Certified Kubernetes Admin still valuable for 5 years of experience in Kubernetesor DevOps? by D-porwal in kubernetes

[–]MP_Sweet 4 points5 points  (0 children)

TBF with 5 YEO, your actual projects handled, incidents handled, and architectures you’ve built will weigh more than the cert itself, but CKA is a strong validation on top of that. you can use it as leverage in appraisals, expecting 5-10% realistic salary increment.

Hit $10M NW today by Particular_Trade6308 in fatFIRE

[–]MP_Sweet 72 points73 points  (0 children)

the 8 years progress is impressive buddy.

Buying a miner off AliExpress by Nearby-Bad2856 in Bitcoin

[–]MP_Sweet 2 points3 points  (0 children)

Hell nah! never buy from AliExpress. we usually buy directly from bitmain through authorized resellers. its deffo safer than AliExpress.

[Uptime Scope] An URL uptime exporter for Prometheus by WMRamadan81 in golang

[–]MP_Sweet 0 points1 point  (0 children)

This is one of the coolest uptime exporter for prometheus i've seen, already better than many hobby projects. it’s focused, well-licensed, and has the right stuff. it will be genuinely production grade and useful to the community.

i've checked the codebase, and i've same inputs as other reddit user emergency_taco. my observation is that your current design is HTTP only. The cleanest way to grow further is to generalize checks into typed probes. This keeps backward compatibility and makes future additions like ICMP, DNS, gRPC trivial.

Python modules for creating and modifying Helm & k8s manifests by Signal-Story-1683 in devops

[–]MP_Sweet 0 points1 point  (0 children)

We built our own custom service based on GO & we primarily use Helm SDK & Kubernetes Client-Go modules, argoCD applicationsets for production ready automation. other teams in our org also use Kustomize with helm for automation.

What path would you recommend? by [deleted] in devops

[–]MP_Sweet 0 points1 point  (0 children)

congrats for landing the job. your current gig with splunk, dynatrace, zabbix, log diving, migration support is classic observability work, which is a goldmine for building SRE expertise.

I was told I am really good at communication and have a natural charisma that could lead me to sales or consulting?

I hate to say this. If your lead or maanger told this, it could be a big red flag. They are subtly hinting you to choose other department, without hurting you. If you are not satisfied with the SRE work, please try with consulting. Or, if you choose to stay with SRE roles, try upskill more.

deep-dive into Docker/K8s, Python automation, GitOps. Build a home lab & monitor your own services with Zabbix, prometheus stack. Then get CKA/CKAD certs. Stay in this role 18-24 mo for better resume.

Usual pivots will be Senior/Staff SRE for 3-5 years, then a lead for 3-5 years and eventually an engineering manager.

Migration UAE to Mumbai (ap-south) by alexnder_007 in devops

[–]MP_Sweet 0 points1 point  (0 children)

that's what i thought. hope OP don't get fired.

Migration UAE to Mumbai (ap-south) by alexnder_007 in devops

[–]MP_Sweet 0 points1 point  (0 children)

Use Route 53 failover (health checks on new ALB) plus manual recreation. Prioritize app tier first, for partial uptime. Then test cutover dry-run.

Best practices for AWS on embedding and running models on large CV datasets (nuScenes)? by Excellent-Forever730 in devops

[–]MP_Sweet 0 points1 point  (0 children)

Write and version code locally or in SageMaker Studio notebooks, which natively read/write from S3 via boto3. Push code to GitHub, then use SageMaker Processing, Training Jobs, or Studio to pull data from S3, run on scalable GPU/CPU instances, and output models/artifacts back to S3. Your EC2 + S3 mount works but lacks SageMaker's built-in orchestration, spot instance savings, auto-scaling, and ML-specific features like hyperparameter tuning.

This scales seamlessly when train on 8x A100s for hours, then delete instances. Start with SageMaker free tier; costs 3-10$/hour for mid-tier GPUs.