Reddit DevOps
269 subscribers
2 photos
31K links
Reddit DevOps. #devops
Thanks @reddit2telegram and @r_channels
Download Telegram
How to Deploy Full Stack Application (PERN) on AWS ( Im a noob)

Hello All,

I have a PERN stack application ( Postgres, express, node, react) that I would like to deploy on AWS. However, I have never used AWS before.

Should I do this with nginx or containerizing everything with ECS? is nginx "outdated"?

Can anyone recommend any courses on youtube or udemy on how to do this? I would also like to learn more about cloud architecture What materials do you guys suggest? Is this the right sub to ask?

thanks in advance.

https://redd.it/rhn3t7
@r_devops
Staying up-to-date: articles and resources...

What DevOps-related podcasts/audiobooks/product webinar content/etc. have you been listening to lately?

https://redd.it/rhd6od
@r_devops
In retrospect what you've spent most of your time in the past 30 days (except meetings)?

I'll be upfront, I'm a startup guy, trying to figure out what to work on in the DevOps space. My personal experience is quite narrow since I worked mostly at startups where I had privilege to work on the most advanced state-of-the-art technologies.


So my question is quite simple. If you look at how did you spent most of your time in the past 30 days and you wish you wouldn't?

https://redd.it/rh63vr
@r_devops
What are your thoughts about IAST/RASP, does it work as it claims?

I am currently working on a POC with Hdiv for security embedded on applications, have you worked with Hdiv or any other related for this matter, specially IAST?, Is it worth it or SAST/DAST can perform just as good?.....any experience or opinions will be greatly appreciated...

https://redd.it/rg8owq
@r_devops
How to monitor Crowdstrike falcon-sensor kernel threads/processes and resources on linux platform?

Hi all,

Is there a good way to monitor falcon-sensor kernel threads/processes and their resource usage? We had issues with it fighting with redis and some other databases and we would like to setup some monitoring on those resources, in particular when it takes a lot of system cpu time and slab.

I was thinking about going systemtap route and combine it with prometheus so I am currently investigating such options, however if someone has already done something in that area I would be quite interested to see possible options.

I have tried asking in Crowdstrike reddit but apparently my account doesn't have enough age and/or carma so my post was removed.

https://redd.it/rg6sxl
@r_devops
Help me save childhood photos

Hey I have flash drive from ~10 years ago and I plugged it into a PC and noticed that many of the pics (.jpg and .png) and vids (.mov) are unable to open (not sure if corrupted is the correct term). One .mobile specifically opened and I watched the video and then I unplugged the flash drive and plugged it back in a few minutes later and that file no longer opens.

I would like to save all the pics and vids but am having trouble figuring out how.

If anyone here can help me save these I'll pay $$$ for your time/help and be forever grateful bc some of these pics and vids have extreme sentimental value

https://redd.it/rgjbih
@r_devops
DevOps course but text based, not video?

I'm in search of a DevOps roadmap course, but text based. I'm not good at following video based tutorials. Any recommendations?

https://redd.it/rig8tm
@r_devops
DevOps Best Practices 2021

To get the most out of any technology, it is important to inculcate or adopt the best practices, as they not only guarantee seamless workflow but also ensure efficient time management, avoid redundancy, save efforts and cost, among other things. Similarly, organizations need to use certain practices and techniques while implementing various DevOps concepts and processes to innovate faster, ensure consistency, and streamlining successful application/software development and infrastructure management. These best practices include:

1. CI/CD
2. Microservice.
3. Monitoring and Logging
4. Infrastructure as Code
5. Shift Left

https://redd.it/rg8hbd
@r_devops
What is Table of Content for DevOps Career??

What is the best tools that one needs to know to learn devops.
For eg:
1. Version Control: Git
2. Containerization: Docker
3. Jekins
4. Puppet
…..Etc……

https://redd.it/ri5xfs
@r_devops
Terraform: remote-exec error ssh failed

I have no idea why I keep getting this error, the key is obviously where it's supposed to be.

Error: remote-exec provisioner error



│ with aws_instance.devops,

│ on main.tf line 87, in resource "aws_instance" "devops":

│ 87: provisioner "remote-exec" {



│ Failed to read ssh private key: no key found

​

The key is located in the same folder from where I run terraform apply.

​

Here's a relevant part of the script (within aws_instance resource)

​

provisioner "remote-exec" {

inline = [

"echo 'SSH IS READY'"

\]

}

connection {

type = "ssh"

host = self.public_ip

user = "ubuntu"

private_key = file("devops.pem")

}

https://redd.it/riksrz
@r_devops
On-call by default: how we do it at incident.io

https://incident.io/blog/on-call-at-incident-io

Hey all!

My colleague Chris (https://twitter.com/evnsio) wrote a great guide to on-call that we've shared as a blog post.

It's a lot of good common sense, but explained in plain language and might be a good starting point for anyone setting up an on-call rota at their own companies.

Hope you find it useful!

https://redd.it/rin8ii
@r_devops
What does a Cloud Security Engineer actually do?

On one hand, I hear people say Cloud Sec roles are mostly just IAM engineering and management.


While on the other hand, I hear it's a lot of automation of monitoring tools and compliance frameworks.


I'm sure it's both but what could I reasonably expect if I were to walk into a cloud sec job tomorrow?

https://redd.it/rimgfq
@r_devops
I'm new in DevOps, Question for Ansible + git + AWS

Hi everyone, I’ve started working from SysAdmin to DevOps, I have a task, use Ansible to automate the deploy from git.

Currently to perform an deploy I perform these steps:

git describe
git status
# Deploy new version
git fetch --tags
git reset --hard <target_version>


Is it possible to automate the deploy of new versions through Ansible? and in case the task fails to return to a previous version?

Regards,

https://redd.it/rimeqx
@r_devops
Upgrade Google App Engine

Hi folks
I am new to GCP

I have deployed my application of Google app engine. Now traffic load has been increased and I want to increase the compute power. Can anyone help me out how I can achieve this ?

Can you guys share a link ? And we can estimate the cost price

https://redd.it/ripv95
@r_devops
Task Ask your managers or CTO, "What do they think DevOps is"? ... Post their answer.

I find most problems with DevOps is a warped idea of what DevOps is / should be. Let's see how endemic this problem is. :D

https://redd.it/rit9p4
@r_devops
How to learn devops in 2022?

So a bit of a background, as of currently i have knowledge of MERN stack (python too), and for version control git. I had also checked for roadmap on (roadmap.sh) but it felt overwhelming. What should be my next steps for devops?, some suggestions for courses and books will be immensly helpful too. Thanx for giving it a read. Have a nice day

https://redd.it/riwqba
@r_devops