Reddit DevOps
267 subscribers
30.9K links
Reddit DevOps. #devops
Thanks @reddit2telegram and @r_channels
Download Telegram
AWS vs GCP vs Azure

I was wondering which cloud platform to start learning with. Like from ease of use perspective, handling complexities, etc.

https://redd.it/1effwzg
@r_devops
“We just signed a 12 month contract for this service so you have to use it”

Why don’t product teams and leadership ever conceptualize the sunk cost fallacy and that it will be ever harder to move away from a service once you invest more and more engineering hours into it?

https://redd.it/1efi2y4
@r_devops
Best Practice for Docker and Kubernetes Deployment

What's the best practice for creating pipelines from GitHub to Docker registries to cloud Kubernetes clusters?

Like pushing to the GitHub repo triggers a Docker image push?

https://redd.it/1efi25o
@r_devops
I accidentally discovered devops and now I'm hooked, what to do next ?

I've been learning to code for a while, mainly focusing on web dev, using the usual suspects, Typescript, Next js etc. When it came to making a portfolio I decided to try self hosting as it was cheaper and seemed to make sense.

During this, I of course found out what goes into making a simple ubuntu server be capable of safely hosting applications and I really enjoyed it! I enjoyed learning linux, docker, nginx, GitHub actions, watchtower, it was great.

Now, for the next step I'm thinking sign up and get the free AWS/Azure setup and see what happens, I'd also like to learn some python to do another application with a React frontend, python backend and host it again but trying to utilise more concepts (Kubernetes for example).

Any suggestions would be great, or I'd be interested in other people's story if anybody was in a similar situation.

https://redd.it/1efo7ly
@r_devops
BunkerWeb - The open-source and next-gen Web Application Firewall (WAF)

BunkerWeb is a next-generation and open-source Web Application Firewall (WAF).

Being a full-featured web server (based on [NGINX](https://nginx.org/) under the hood), it will protect your web services to make them "secure by default". BunkerWeb integrates seamlessly into your existing environments ([Linux](https://docs.bunkerweb.io/1.5.9/integrations/?utm_campaign=self&utm_source=github#linux), [Docker](https://docs.bunkerweb.io/1.5.9/integrations/?utm_campaign=self&utm_source=github#docker), [Swarm](https://docs.bunkerweb.io/1.5.9/integrations/?utm_campaign=self&utm_source=github#swarm), [Kubernetes](https://docs.bunkerweb.io/1.5.9/integrations/?utm_campaign=self&utm_source=github#kubernetes), …) and is fully configurable (don't panic, there is an [awesome web UI](https://docs.bunkerweb.io/1.5.9/web-ui/?utm_campaign=self&utm_source=github) if you don't like the CLI) to meet your own use-cases . In other words, cybersecurity is no more a hassle.

BunkerWeb contains primary [security features](https://docs.bunkerweb.io/1.5.9/security-tuning/?utm_campaign=self&utm_source=github) as part of the core but can be easily extended with additional ones thanks to a [plugin system](https://docs.bunkerweb.io/1.5.9/plugins/?utm_campaign=self&utm_source=github).


Links :

* Website : [https://www.bunkerweb.io](https://www.bunkerweb.io)
* GitHub : [https://github.com/bunkerity/bunkerweb](https://github.com/bunkerity/bunkerweb)
* Documentation : [https://docs.bunkerweb.io](https://docs.bunkerweb.io)

https://redd.it/1efrxwb
@r_devops
Exploring GCP offer to migrate from AWS

As the title suggests, after discussions with GCP we've been offered a chunk of credits & they will also cover the bill of their consulting partner to do the migration over 4 months.. but rather than a lift and shift they will do all the platform modernisations we've had lined up in our roadmap and resolve our tech debt with infra, IaC, monitoring, CICD etc.. I did take this to AWS and they've said they can't pay someone to be hands on, we'd have to pay for advice on guidance on how to reach our cost efficiency and platform efficiency goals, we don't lack the technical knowhow it's more a lack of resource alongside our regular BAU and project work to prioritise modernising the platform


I guess my main concern is anything I might've missed when doing due diligence? I can't see anything that AWS necessarliy has that GCP doesn't ofc there is stuff like SES but we don't use that anyway & we already use BigQuery in GCP.. just hoping to hear from unbiased views hence me asking AWS vs GCP in here rather than one of the dedicated communities.. I know K8s would be a benefit of GCP but we only use ECS at the minute, K8 would be overkill, so we will be using Cloud Run in GCP

https://redd.it/1efsknb
@r_devops
Winget Validate Issue

Hi all, I'm looking out for helpful solutions I can try for fixing my problem.
Actually, I'm trying to add a CLI tool into the winget-pkg repository so that it can be used by every windows user from the terminal itself.
I already have structured my manifest the way it is supposed to be, as provided in the official Microsoft Winget Manifest Schema. (Installer.yaml + Version.yaml + defaultLocal.yaml)
However, whenever I try to run - "winget validate ." to validate all the yaml files in my manifest folder from CMD, it gives me the following error (1):

Manifest validation failed.

C:\\__w\\1\\s\\external\\pkg\\src\\AppInstallerSharedLib\\Yaml.cpp(252)\\WindowsPackageManager.dll!00007FFA9F3ED5CF: (caller: 00007FFA9F42F23B) Exception(1) tid(5900) 8A150022

And when I try to validate single files like- "winget validate Version.yaml" or "winget validate defaultLocale.yaml" it gives me the error (2):

Manifest validation failed.

Manifest Error: The multi file manifest is incomplete. A multi file manifest must contain at least version, installer and defaultLocale manifest. File: version.yaml

error(3) for defaultLocale.yaml:
Manifest validation failed.

Manifest Error: The multi file manifest is incomplete. A multi file manifest must contain at least version, installer and defaultLocale manifest. File: defaultLocale.yaml


1.

Note that when I run "winget validate installer.yaml" I get the error (1):

Manifest validation failed.

C:\\__w\\1\\s\\external\\pkg\\src\\AppInstallerSharedLib\\Yaml.cpp(252)\\WindowsPackageManager.dll!00007FFA9F3ED5CF: (caller: 00007FFA9F42F23B) Exception(1) tid(5900) 8A150022


2.

My CLI tool is a .exe file. And I have already added it to the Github Releases. Along with that, I have changed the InstallerURL to that release aswell.

Thank you for reading all that out :)

https://redd.it/1eftput
@r_devops
Should I lie about having Azure experience?

Hello, currently have about 5YOE working with AWS as a Cloud/DevOps engineer and got laid off a while back. I've taken a fair bit of time to get my head into Azure and completed AZ-104 and also AZ-305. Currently where I am based the market for AWS engineers is quite poor and there is a significant demand for Azure engineers.

I am beyond positive that I could perform well and interview well in an Azure role with the knowledge I have, but not recruiter/HR person will put me through as a candidate as I have less than a year of Azure experience.

Nobody really bothers with reference checks so I am considering just saying I worked with Azure instead of AWS at my last 2 jobs so that I can get my foot in an interview. Good idea or bad?

https://redd.it/1efw7io
@r_devops
Resume got selected twice but no interview scheduled within 2 months

I have this incident yesterday, I really wanted to join this company and my resume got selected twice but after the initial HR interview (where we exchange why you wanna join, tell me about yourself, and this is what company do....bla bla bla), but every time this HR...after taking this interview says "Unfortunately we will not be able to move with your profile".


I don't understand then why they selected me every time and...after initial call they say NO.

https://redd.it/1efs60z
@r_devops
GPU-Accelerated Containers for Deep Learning

A technical overview on how to set up GPU-accelerated Docker containers with NVIDIA GPUs. The guide covers essential requirements and explores two approaches: using pre-built CUDA wheels for Python frameworks and creating comprehensive CUDA development environments with PyTorch built from source:
https://martynassubonis.substack.com/p/gpu-accelerated-containers-for-deep

https://redd.it/1efyrza
@r_devops
Entering the Coding Industry

Hello everyone,

I'm looking for some advice on entering the coding industry. I was hoping to reach out to professionals with advice and experience, all else I've found have been ads trying to sell me bootcamps or courses. If there's anyone out there who's willing to let me pick their brain and get their perspective I would greatly appreciate it.

To put it into perspective I'm a 29 YO with no prior professional coding experience, I've dabbled with python and html but I'm really interested in seeing if I might be able to change my career path and do something with code. I've heard that front end work has the lowest wall of entry, so I've been looking there but I'm open to all disciplines. I just want to know if it's a smart move to dedicate the proper time to learn the work and the industry. The following are some questions I have if any of you fine gals or guys would grace me with your experience and advice.

(1) Is front end coding really a good niche to work toward as a beginner?

(2) Is there any validity to these coding bootcamps as it pertains to the education required to land a job?

(3) What is the consensus as far as AI, is it a realistic threat to the job market in the upcoming decade?

(4) How challenging is it to land a full time position, is it as simple as bootcamps make it sound or is it very competitive?

(5) can anyone with prior experience vouch for a career change into this industry as a realistic goal?

(6) What level of mastery or understanding does it take to do the work professionally, and how much time should be taken to skill up to that level?

Again I sincerely appreciate any feedback you guys have. I just want a realistic picture of what it takes, and what the opportunities and possibilities actually looks like.




https://redd.it/1eg2of9
@r_devops
Eyes on glass during deploys?

When you/your teams deploy, are you/they watching logs and metrics in real time, or relying on good alerting to catch issues introduced by the deploy?

https://redd.it/1eg790s
@r_devops
Any AI tools for generating AWS boto scripts?

Wondering if there are any codegen tools that can generate AWS boto scripts for your env? I've tried ChatGPT and Claude but code quality is not great, and they don't have the context of your env.

https://redd.it/1eg9eeh
@r_devops
Best way to see areas of improvements in an infrastructure?

I just run static analysis tools on my docker and other infra files. Is there anything else I can do?

https://redd.it/1ega2v2
@r_devops
Top Code Review Tools in 2024 - Comparison

The article explores the importance of code reviews in software development, outlines the advantages of conducting code reviews, such as early bug detection, compliance with coding standards, and improved team communication as well as introduces top code review tools for 2024: [Code Review Tools For 2024 - Guide](https://www.codium.ai/blog/9-best-code-review-tools-for-2024/)

* PR-Agent
* GitHub
* Bitbucket
* Collaborator
* Crucible
* JetBrains Space
* Gerrit
* GitLab
* RhodeCode

https://redd.it/1egfssl
@r_devops
Need help with datadog integration

I am pretty new to datadog and currently developing integration for my clients, I need to use persistent cache for one of the feature, but I want it so that it stays consistent even if I make some changes in to my customcheckvalue.yaml. Is there a way to do so or any alternative to save things on locally so that it stays stored even after system or data dog restarts or upgrades or rebuilds?

What is currently happening is cache value that I stored and then trying to read are changing just on basis of interval change in custom
checkvalue.yaml

https://redd.it/1eggzja
@r_devops
Certified GitOps Associate (CGOA) Materials

Hi everyone,

I'm currently preparing for the Certified GitOps Associate (CGOA) certification and I'm having trouble finding study materials. I've checked platforms like Udemy, but I haven't found any relevant courses. Can anyone recommend some resources, books, or courses that would help me prepare for this certification? Any guidance on where to start would be greatly appreciated.
https://training.linuxfoundation.org/certification/certified-gitops-associate-cgoa/

Thank you!

https://redd.it/1eghn83
@r_devops
Disruption Ahead: AWS Quietly Axing Services, including Cloud9, SimpleDB, CodeCommit and more.

It started a couple of days ago with users reporting services being blocked, or warning banners.

There was no official announcement, but according to Jeff Barr's reply on X (Twitter), he listed S3 Select, CloudSearch, Cloud9, SimpleDB, Forecast, Data Pipeline, and CodeCommit.

Though it may not be the only services.

https://horovits.medium.com/disruption-ahead-aws-quietly-axing-services-033e7518eefb

https://redd.it/1egi010
@r_devops
Moving from FE to DevOps

Has anyone successfully made the switch?

Can you share what you did /studied.

I've got my azure fundamentals 900 booked.

I've worked in Microsoft dynamics 365 and powerapps for 2 years.

Obvious crossover skills from power shell, CMD and git.

How did you find the move?

https://redd.it/1egi8ni
@r_devops