r_devops | Unsorted

Telegram-канал r_devops - Reddit DevOps

86

Reddit DevOps. #devops Thanks @reddit2telegram and @r_channels

Subscribe to a channel

Reddit DevOps

The dillema: QA'd weekly releases or release ever hour with extensive integration tests?

I've run two startups for about 15 years, then joined 3 other startups that I wasn't a founder of.

When I ran my own startups I migrated to a system of extensive testing, and continuous releases.

The tests sort of made it impossible to push a broken build. When one snuck through, I'd do a post mortem analysis, and then shore up our tests to prevent that from ever happening again.

However, the startups I joined have had a terrible release process.

All of them had NO tests and just a "let's do everything very very very very carefully" approach to software engineering (which basically doesn't scale).

What ended up happening, is that once you pick this fragile deployment method, you're basically stuck.

It takes a ton of effort and changing the team to migrate BACK to continuous delivery.

The current startup I'm at has a weekly release schedule.

This costs us tons of time in lost productivity:

- more managers have to work around the timing of each release.

- engineers have to triage tickets making sure features and PRs are merged at the right time.

- it causes our PRs to be HUGE for various reasons which also snowballs into even bigger PRs because devs have to get everything into one big release.

- we don't invest in any testing so I can't personally to TDD and deliver high quality code. It makes dev a huge pain for me and it's not enjoyable.

- if we screw up, we have to wait until another push

- if an urgent bug fix happens, we have to cherrypick it and get it into prod.

Is continuous delivery accepted yet as best practice?

The issue I have now is that I'm going to try to convince our CEO that we have to make this change.

What I'm worried about here is that it's hard to migrate back to a continuous delivery practice and it will require time and effort.

If the project fails, it's going to be on my shoulders and the fingers will point towards me. Plus I'm going to have to allocate extra time and effort to make sure it works fine.

What I'd like to do is just tell him that this isn't a controversial suggestion - it's industry standard best practice.

But the question, is it? Do other startups take this approach or am I just biased because it's my personal preference?

Thanks guys!

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

Читать полностью…

Reddit DevOps

How do you keep ci-cd configuration file up to date between project branches?

Hi, I have multiple environments associated with their branches. Deployments are made with Deployer via one pipeline job which detect corresponding environment in gitlab-ci file. How do you keep changes made on this file and Deployer recipe up to date on each branch?
Currently I cherry-pick changes on each of the branches.
I think to create ci-cd-config branch for everything related to ci-cd and merge changes on other branches.

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

Читать полностью…

Reddit DevOps

From 0 to 3k PODs in "notime"

interesting what is possible when you know what you are doing...
https://www.youtube.com/watch?v=nQlV7hEU8ro

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

Читать полностью…

Reddit DevOps

Do you store secrets in environment variables?

Surely, all the tutorials and user docs across tools use code examples like `process.env.OPENAI_TOKEN` and other such examples. So yeah, it is pretty common and it also easily spills to developer projects.

How do you manage these secrets in your team projects? how do you balance a solution to the problem that is both secure but also provides nice DX to developers and doesn't antagonize them?

I wrote a very lengthy blog post about all the reasons I could think of to COMPLETELY AVOID secrets in env vars and my proposed approach. Happy to learn what you all are doing in practice and how to improve on my go-to best practices.

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

Читать полностью…

Reddit DevOps

30 Days Of CNCF Projects | Day 3: What is KEDA + Demo ↔️

Hey all! 👋

I’ve just published a new video for my project 30 Days of CNCF Projects, and this one’s all about KEDA – Kubernetes Event-Driven Autoscaler! In this video series, I’m diving each week for another CNCF project.

In the video, I cover:

1. What KEDA is
2. How it works
3. A live demo + a workshop to try it yourself

Check it out here: https://www.youtube.com/watch?v=VlrEXJdEc5w

This is part of my 30 Days of CNCF Projects series, where I explore different CNCF tools to help us solve real-world cloud-native challenges. Would love to get your feedback on the video and hear if anyone here has worked with KEDA! 🚀

Looking forward to your thoughts! 😃

If you want to help me promote this promote, I will be grateful for it.

Like, share, subscribe & connect me on Linkedin - https://www.linkedin.com/in/guy-menahem/

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

Читать полностью…

Reddit DevOps

What tools should I use to setup a portable CI/CD pipeline for four repositories towards a single VPS?

Hey folks, I'm currently part of an open source club at my college and recently I convinced our members to move and streamline all of our infrastructure to a single VPS (it's currently hosted all over the place across different IAAS's and PAAS's and is a pain in the ass to manage and troubleshoot)

While I do run a homelab and have some minor experience with GitHub actions and docker, I'm pretty new to devops and automating stuff. My current approach with one of my personal projects is to run a GitHub action which SSH's into my homelab and runs a few commands to pull the changes and restart the service.

The nginx configs, envs and systemd services were all written by hand and while I could do this for the club projects, it feels quite inefficient and ideally I would like a system which we can quickly migrate to a different VPS if the need arises.

I've done some research but I'm quite confused with which combination of tools is best suited for this job, initially my plan was to dockerise all the projects and create a GH action which builds the containers and pushes it to a registry. I would run watchtower on the VPS (which i would setup using Ansible) to detect these pushes and automatically update the containers but then I saw in the watchtower readme that it is not meant to be used in production environments, and they instead suggest to use Kubernetes which is something I'm not sure I require since I only have a single server.

While I know my needs aren't quite "production" worthy, I would like to use the right tool for the job and learn something useful in the process. Does it make sense to learn Kubernetes for this and does my initial approach make any sense or do I need to go and do some more research? Any pointers are appreciated!

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

Читать полностью…

Reddit DevOps

Does your management check if you go back to office?

Even if you deliver your work, do they complain that you are not back to office. What to deal with this nonsense?

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

Читать полностью…

Reddit DevOps

Can I make extra income knowing only html and css?

I'm just starting out in this area and I only feel confident with html and css at the moment.

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

Читать полностью…

Reddit DevOps

Best practices question - deploying staging to production?

We're a web development shop. LAMP stack, mostly WordPress but a fair bit of custom work as well.

A client of ours runs a sort of ERP system they built on WordPress. Not perhaps the best approach but that's for another day. They have enough employees actively using this that we need to be extra careful when deploying changes, and give ourselves an easy rollback solution.

The strategy we're using is two AWS EC2 instances, one under a "staging" subdomain and the other the production server, along with two RDS database servers, one with the staging db and one with production. A load balancer routes the staging subdomain to one instance and production to the other. WordPress on each instance has two database configurations, depending on what the request URI is. If it's the staging URL we use the staging database, and if not we use production.

We deploy to staging using git. When the staging instance is fully tested we run a script to tell the load balancer to "swap instances", now pointing the live URL at what was the staging instance and vice versa. The newly live (formerly staging) instance now points at the production database (due to the dual database configs) and the newly staging (formerly live) instance now points at the staging db. We can easily roll back by running the "swap" script again.

It's quick and easy and _seems_ safe enough. Is it? Or am I crazy, and we're missing something that's going to smack us some day?

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

Читать полностью…

Reddit DevOps

I'm lost everytime the Senior Engineers talk about Active Directory, authentication, OAuth, etc.

What is the best place to learn about these things on the side?

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

Читать полностью…

Reddit DevOps

What Did You Wish You'd Automated Sooner?

Hi everyone,
I've been reflecting on my journey in our field and had an interesting thought: there are often tasks we do manually for a long time before realizing they could be automated. I'm curious about your experiences with this.

Have you ever had any of these moments:

1. Automating a process later in your career and thinking, "I wish I'd done this years ago!"?

2. Discovering that a task you thought had to be manual actually had an automation solution?

3. Finding a way to fully automate something you'd only partially automated before?

4. Implementing an automation solution that made you wonder how you ever lived without it?

I'd love to hear your stories. Maybe your experiences could help someone else spot an automation opportunity they've been missing.

Thanks for sharing!

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

Читать полностью…

Reddit DevOps

Alternatives for Datadog "Browser" Synthetic Tests

I'm using Datadog's Browser Synthetic Testing functionality to measure LCP, TTI, etc on various web workflows. The tests are not simple API or even page load tests. They run through user login, navigation, and test for specific HTML elements on a page. Some of them measure specific Ajax calls made by client side scripts on the pages.


Are there alternatives to Datadog for this type of functionality?

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

Читать полностью…

Reddit DevOps

Need advice on replacement stacks for Cacti

I am finally getting around to looking at replacing Cacti as my statistics collection system. The stats I currently collect are done via snmp and scripts that scrape for the data I need. My requirements are pretty simple: capture time series data of sensors and counters, and be able to graph them easily. I'd also like the solution to be fairly lightweight; I'm monitoring a bunch of stuff in my house, I don't need things like enterprise replication.

Evaluating the modern ecosystem, it seems like Grafana may be what I'm looking for, possibly with InfluxDB and Telegraf. I want to continue leveraging the scripts I'm currently using for grabbing data, so the solution should have a fairly easy way to allow me to feed it time series data.

What else should I be looking at? Thank you.

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

Читать полностью…

Reddit DevOps

What should I learn/get certified in?

Hi,

I’ve been in DevOps since 2021, where I started by mastering Kubernetes, and quickly earned my AWS Solutions Architect Associate and CKAD certifications. I’m proficient in bash scripting, Python, Terraform, and Ansible, and have been dabbling in Golang during my free time. At this point, I’m essentially functioning as a senior engineer.

Recently, my company laid off 75% of my team, and I haven’t been assigned any substantial projects since. I’m preparing for the possibility of getting laid off myself and don’t want to be caught off guard without a backup plan.

I’m trying to figure out what to learn or get certified in next to stay competitive. I’ve considered going multi-cloud with Azure/GCP certifications or renewing my CKAD by going for CKA or Terraform certifications. I’d appreciate any advice or suggestions on the best path forward!

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

Читать полностью…

Reddit DevOps

Looking for a DevOps consultant to train me on my environment

I'm an IT Manager looking for a DevOps consultant/trainer to help me get up to speed on my existing environment. I recently switched development partners, and I want to enhance my capabilities in managing our infrastructure directly.

## About Me:
- IT Manager with fundamental programming understanding (not a full-fledged developer)
- Eager to learn and willing to invest extra time
- Naturally curious about tech and often explore in free time

## Our Environment:
- Custom ERP system
- Transitioning from monolith to microservices
- Heavy Kubernetes usage (an area where I need improvement)
- AWS-hosted
- Bitbucket for version control
- Self-hosted Jenkins for CI/CD
- Terraform for Infrastructure as Code

## What I'm Looking For:
1. Someone to analyze our infrastructure with me, ask probing questions, and help create a learning roadmap (e.g., determining if I should start with Jenkins maintenance, which might require Kubernetes knowledge, which in turn might need Terraform understanding).
2. A non-judgmental mentor who welcomes "stupid questions" and guides me towards best practices.
3. A trusted advisor for a "senior to junior" mentorship in this journey.
4. Professional experience with the technologies in our stack.
5. Availability for 3-5 hours weekly, either 5:00am-5:00pm or 8:00pm-11:00pm US/CST. (Initial 8-week engagement)
6. English proficiency required, location flexible. Payment via Deel.com in any currency or direct invoice.
7. Google Meet for video calls, Slack for quick queries (as time allows).
8. NDA will be required prior to any engagement.

# How to Apply:
If you're interested or have any questions, please DM me.

1. Brief professional background and relevant experience with our tech stack (AWS, Kubernetes, Jenkins, Terraform, microservices architecture)

2. Your approach to creating a customized learning plan based on our environment and my skill level

3. A sample outline of what our first two sessions might look like

4. Your teaching style and how you handle "stupid questions" or knowledge gaps

5. Where you're located and what your availability is within the specified time frames (5:00am-5:00pm or 8:00pm-11:00pm US/CST)

6. Your proposed rate for the 8-week engagement (3-5 hours per week)

7. Any additional services you offer (e.g., code reviews, architecture assessments, post-training support)

8. A brief statement on why you think you'd be a good fit for this role

9. (Optional) Link to a portfolio or LinkedIn profile

Initial discussions will be via Reddit DM, but if selected, we'll move to a more formal communication channel.

Thanks!

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

Читать полностью…

Reddit DevOps

In the world on automation, which language gets requested the most between Python and Go? Do you think that will change?

Nothing to add to the title. It’s pretty straight forward.

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

Читать полностью…

Reddit DevOps

CIDR is kind of kicking my @$$

Hi, all, I'm very new the world of IT and taking a networking class this semester at school. The whole CIDR thing is very confusing to me. I understand the basics of binary and getting the ranges and whatnot down, but I had a lab thrown at me where we're asked if host addresses for a network are valid or not and explain why.

I will say the professor I have is not very good at breaking things down for newcomers, he operates at a much higher level than an intro course should be, IMO. So trying to keep up with him is also challenging.

The lab gives a network ID of 192.168.5.0/24. Now, my understanding is that the /24 means the first 24 bits of the address are "masked" or locked in place, and turned "on." These are now immutable, and host addresses will need to match those first three octets to be even be up for consideration as "valid."

So the first one, for example, 192.168.6.10/24 is not valid, because of the .6 portion of the address will not match the required network address portion dictated by the CIDR notation, However, the next one, 192.168.5.10/24 is valid, since the octets match the CIDR notation, 192.168.5.x.

I really just need a solid breakdown on how to differentiate and learn this CIDR stuff, I can tell its important moving forward to understand further concepts, the prof is just not putting it together in ways that click for me.

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

Читать полностью…

Reddit DevOps

Restarting My DevOps Career in the US: How to Maximize 3 Months?

Hi everyone, I moved to the US on a marriage visa just under a year ago. Back in my home country, I worked as a Linux admin for 1.5 years, then transferred to a DevOps role for 2 years before coming to the US. I can honestly say that my first year here has been quite challenging, especially due to the language barrier and being neurodivergent.

For the first 6 months, I focused on preparing my resume, applying to over 200 jobs, and prepping for both behavioral and technical questions. I interviewed with three companies. I was brave enough to jump into it, but the interviews made me realize that while I have impressive project experience, 1) a lot of time has passed, and my memory of the details has faded, 2) I lack basic IT knowledge, and 3) my English has become wordy, and I struggle to find the right expressions. These experiences left me with interview anxiety, which caused something like panic attacks. I’ve been focusing on personal recovery but am now ready to restart my job search.

Goal: Get hired during the hiring season (January/February).

Current Status:

1. Continuously improving my resume.
2. Relearning basic IT knowledge (KodeKloud - DevOps Engineer Learning Path, mastermnd - DevOps Bootcamp).
3. Writing down interview answers.

Strengths (as pointed out by former colleagues):

1. Excellent at troubleshooting—always manage to make things work.
2. Great communicator and mediator.
3. English used to be my strength... but I guess not anymore.

Weaknesses:

1. No experience with Infrastructure as Code (my former company had a separate team for that).
2. Only experienced with GCP.
3. No CS degree—my background is mainly in Ops, which I worked in for just one year.

I now have roughly 3 months left to achieve my goal. If you were in my shoes, how would you spend these 3 months? Any advice would be greatly appreciated!

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

Читать полностью…

Reddit DevOps

todegree or not todegree?

Hello everyone, I'm 19 yo, I've been studying CS for quite a while now, Built some fullstack projects and have a decent understanding of the basics and still learning more and still have a lot to learn.

Now I'm stuck between going to collage or not,

If I started going to collage
1 - I would have to work full time, to pay fees.
2 - More work mean less study time, I used to work full time for a long period of time and managing work study time is always hard, like it would be great if studied 1 hour a day.
3 - I'm living in 3rd world country and the education system is dog shit I will just go there for the degree since its mostly required and I will have harder time finding job without it.

If I didn't
1 - currently I'm studying 4-6hrs a day, the internet is full of CS studying materials, And so far I'm doing great.
2 - I could learn faster therefor build more projects and this could get me a job and prevent time loss.
3 - I may have harder time finding a job science it mostly require a degree

I hope someone with more experience help me through this.

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

Читать полностью…

Reddit DevOps

Getting into a Devops as a FullStack developer

As the title says, I have been working as a Full-stack web/Mobile developer for 3+ years, I want to try something new, so I choose Devops for my next transition. I worked primarily on Golang & Node.js. There are a lot of tools available for DevOps but still, I'm not sure how to start from. I don't like to watch videos for countless hours for learning, so kindly recommend project-based courses, blogs, or any articles that would help. I appreciate your valuable comment.

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

Читать полностью…

Reddit DevOps

All you need to know about Grafana Loki!

We have been working with Loki for a while now at KubeNine. Elasticsearch was really painful to and expensive to manage for customers when the use case was just logging.

When Loki came we were super excited and took it for a spin. Here's a blog that we have created to put forth our learnings on Loki - these learnings have helped us scale Loki for our clients!

Do let us know your feedback.

https://www.kubeblogs.com/all-you-need-to-know-about-loki/



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

Читать полностью…

Reddit DevOps

Getting my butt kicked right now and I can use some help.

Hello!

I am not a devops engineer by title but I aspire to one day get to that level. I am currently being humbled in a pretty serious manner. I have built the outline for a devops workflow at my company. I have most everything working (On-prem GitLab, Automated deployments etc). I am running into some difficulty with getting a working Docker Container with all of the necessary dependencies. The app team is building in php and is using php-sqlsrv in their code to connect to Microsoft SQL Servers. My initial working test code was built on php:apache-bulseye and works fine but I am out of my depth once all of the dependencies are thrown in the mix.


I am going to be reaching out to some outside help because I don't want to be the roadblock for the team but I also wish to learn more. I have a collection of developers building things right now and I don't have a way to deploy their code. They are adding in more dependencies and drivers that I don't have built into my container. I am pretty sure that I can research and dig my way out of this but I have some deadlines to contend with (also devops isn't really my job).

I am sure this is probably a trivial solution that I am just not experienced enough with containers yet to know.

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

Читать полностью…

Reddit DevOps

Best strategy for syncing certificates across multiple servers: Google Drive, Git repo, manual, or REST service?

I'm working with a web service that requires a certificate for secure communication. The issue is that I have multiple servers (about 5) running different operating systems (some Windows, others Linux), and I need to update the certificate across all of them when it changes. Recently, I updated the certificate on some servers but forgot the others, which caused failures.

I'm trying to figure out the best way to sync the certificate across all the servers without running into this issue again. Here are the options I'm considering:

1. Google Drive or similar: Upload the certificate to a shared location like Google Drive, and have each server download it periodically.
2. Git repo with automatic pull: Store the certificate in a Git repo, and set up the servers to pull the latest version at regular intervals.
3. Manual updates: Keep a list of all the servers and update the certificate manually on each one whenever it's needed.
4. Centralized REST service: Build a REST service that handles the communication with the web service and centralizes the certificate, so I only need to update it in one place.

What would be the best approach in terms of security, scalability, and ease of maintenance? I'd appreciate any advice or insights!

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

Читать полностью…

Reddit DevOps

Advice on landing a Entry DevOps role as a Developer looking to make a career change

Hey guys, I am currently working as a Full-stack software developer for nearly 2 years now, before that, I have been messing around and building projects for some time as well.


Mainly working with .NET, Vue, SQL, HTML/CSS etc


I found myself enjoying the DevOps side of things much more, to the point where I'm spending pretty much all of my free time after work and weekends dedicated to building theoretical knowledge and applying it into existing web applications I've built.


I do not feel or have the same amount passion for Software development, I really enjoy learning about all the various tools that's used within the DevOps space and applying them where I can.


I currently have knowledge in Kubernetes, Docker/Docker Compose, Azure, Azure Devops, Jenkins, Terraform, Linux, Helm and some other tools like Ingress controllers, messed around with Istio Service Mesh a bit.


I've been building on these skills by implementing the DevOps process into an existing application, starting from an Ubuntu VPS with a single node kubeadm cluster, Jenkins, Bash scripting, to moving to a Managed/Cloud Infrastructure using AKS, Azure DevOps etc.


I feel this really taught me so much and I'm constantly adding onto this every day.. Finding out how to provision everything securely using Terraform and Azure, going to also start looking into Ansible and see how to apply that into my project.



I just wanted to come on here and ask you guys for ANY sort of advice on just landing a starting role in the field, don't really care that much about the pay for now. As long as I can do something I find more interest in.


I know it's not really an entry level field, but I am willing to put in the effort to land something.


What could I do to stand out ? Where I'm from there's really not many opportunities for Junior roles which makes me demotivated at times, not knowing If even after all my efforts, I'll even get a chance to switch to the field and gain professional experience..



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

Читать полностью…

Reddit DevOps

Learning C to become a better DevOps Engineer?

Hi All,

I know Python to a reasonable level. I can write automation scripts, and understand roughly what some code is doing if you give it to me. Nothing to impressive, but I know enough.

I've been thinking recently that I might want to pick up a programming language that really dives deep into the lower layers of computing. Something like C where you deal with memory management, system calls, etc.

My thought process is that if I can learn C and become quite good with it. It would make me better with Linux, It would make me better at security, Networking, etc.

However, is it a bit excessive? Would I be dumping a large chunk of time into learning C and not see much return.
I know this is a "how long is a piece of string question". But what are your opinions with learning a programming language making you a much better DevOps Engineer?

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

Читать полностью…

Reddit DevOps

oh noo.. we've lost our scrum master... much sad...

</s>

No clue how things will progress from here.... we have 40 some odd devs in teams of 3-5.. that's a lot of teams and a lot of processes that could go 10 different ways. Doesn't help that these teams are from 4 different companies that were merged into one big mess that we're still trying to untangle.

I'm hopeful that most of the devs will start working toward thinner/faster and maybe take up some interest in owning their own 'devopsy' stuff.

Any advice to the guy who will likely end up having to deal with any mess this creates? ;-)

&#x200B;

&#x200B;

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

Читать полностью…

Reddit DevOps

Advice needed: GitHub Actions monitoring

I need some advice and feedback as we’re building a DevOps tool to provide monitoring, reporting and insights into GitHub Actions CI pipeline performance.

It's basically identifies anomalies (such as duration and success rate deviations), and tracks key North Star CI metrics like MTTR and throughput to help optimize development cycle.

Initially we built this tool for internal use because CI pipelines were often overlooked and hurting productivity across the team. After feeling it helped, we turned it into a product. I sometimes wonder if we’ve been a bit blind to other needs, maybe we designed it too closely around our own cases. We hope it’s not just us thinking it’s useful:))

Well some features are like getting real-time visibility into GitHub Action pipelines, tracking durations, failures and all that good stuff in live charts. It gives actionable insights like actual recommendations when things slow down, too much incerase or fail. With CubeScore(this is something we invent:P )-it's like DORA Metrics but for CI, I can see how my pipelines stack up against elite teams and industry benchmarks.

After trying to get feedback from people with DevOps experience in this subreddit through chats without success, we decided to ask for advice here with some questions :) :

1. Currently, it send weekly health check email on pipelines. We are planning to add real time alerts & notifications for pipeline failures, slowdowns etc. in app and with in on email/slack(I'm not sure if we need to add Teams integration). Would this be usefull?
2. Do you think the North Start metrics and the features I mentioned are truly useful, or are there any other metrics you’d recommend for CI optimization?
3. We’ve thought about adding a feature to predict GitHub Actions costs but since GitHub pricing varies across organizations and maybe teams might care more about CI health than direct cost, so we held off on adding it for now. What do you think about it?
4. We only have GitHub actions integration. Do you think it make sense to include Jenkins, GitLab, or Azure as well? GitLab maybe a good option because many companies uses as self-hosted and we can share our Helm chart.

Live demo(no-signup required): https://s.cicube.io/demo

We connected React.js GitHub repo for the live demo.

Home page: https://cicube.io/

(I know the home page need UI improvements, we just want make it quick as possible for now:D)

Thanks in advance fo your advices on any part of the app.




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

Читать полностью…

Reddit DevOps

Best practices for tracking and auditing software packages

Hey /r/devops,

We're trying to track and audit the software packages our developers use. We have a process in place for third-party software, but this process seems cumbersome for packages, as packages are being installed daily and we do not want to slow down development work.

What does this subreddit recommend?

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

Читать полностью…

Reddit DevOps

I think I'm getting laid off..

Hi Folks,

We have this layoff cycle since our company was purchased by Private Equity firm .. the one that squeezes every dime and outsources things to India.

Since last layoffs they reduced team size and kept 4 core members which I'm lucky to be within. Now they are certainly laying off 1 guy out of 4 in few months - they told him..

Today during standup our manager asked me to stay after everyone left. He told me that the work I do "is not essential" and since "we move work to India you should focus on more essential things so we can justify that you are necessary". He spoke ambiguously probably not to scare me off so I keep working until they find replacement..

They were searching for 4 months for 2 DevOps engineers (which makes sense to replace two of us) but they are unable to find them yet, they look for similar qualifications where we have 10-15 yoe, write a lot in Go (admission controllers, operators, CLI), TF, Ansible, have Solutions Architect(Pro) certs in all 3 major clouds and support our app deployment in multicloud environment, also do lot of on prem, we passed CKA,CKAD,CKS and list can go on.. I get only 80K gross annually for this.. (taxed at 45%)the guys we interview from India (no offense) can't even run simple terraform scripts or look at logs of the pod.. the ones that are of off similar qualification probably get same if not more than us..

I'm frustrated, Even if its true and I won't be affected this time I'm fed up and sickened with all this.. I didn't look for high salary just something where Im not bothered and yet again.. what shall I do?

TL;DR There are layoffs but manager tells me not to worry and keep working

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

Читать полностью…

Reddit DevOps

CrowdStrike vs Fortinet for shift left security: which do you prefer?

I'm currently evaluating solutions to implement a shift left strategy in our development and security process. Specif3, I'm torn between CrowdStrike and Fortinet for this purpose.

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

Читать полностью…
Subscribe to a channel