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
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
reddit
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?
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
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
reddit
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...
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
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
reddit
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....
Ansible troubleshooting - undefined variable How to reproduce the
https://youtu.be/-a3kucoXKAk
https://redd.it/rikxaf
@r_devops
undefined variable error in Ansible, troubleshooting, and fix to be able to successfully print the value of a variable on screen. #ansible #troubleshooting #code #playbook #variablehttps://youtu.be/-a3kucoXKAk
https://redd.it/rikxaf
@r_devops
YouTube
Ansible troubleshooting - undefined variable
How to reproduce the `undefined variable` error in Ansible, troubleshooting, and fix to be able to successfully print the value of a variable on screen.
https://www.ansiblepilot.com/articles/ansible-troubleshooting-undefined-variable/
Timestamps
00:00 Introduction…
https://www.ansiblepilot.com/articles/ansible-troubleshooting-undefined-variable/
Timestamps
00:00 Introduction…
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
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
reddit
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...
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
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
incident.io
On-call by default | incident.io
Like many SaaS businesses, we have an on-call rota to enable us to provide 24x7 cover if there are problems with incident.io. We have a 'pager' which will alert the relevant person if something unexpected happens in our app, so that they can investigate and…
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
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
reddit
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...
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
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
reddit
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...
Are you ready for the holidays?
We wrote about how SREs can prepare for the 2021 holiday season coming up!
https://redd.it/riq5db
@r_devops
We wrote about how SREs can prepare for the 2021 holiday season coming up!
https://redd.it/riq5db
@r_devops
Rootly
A Site Reliability Engineer’s Guide to the Holiday Season
SREs face special challenges during the holidays. Here’s how to manage them.
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
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
reddit
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...
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
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
reddit
[Task] Ask your managers or CTO, "What do they think DevOps is"?...
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
How to use Terraform and Pulumi together to incrementally migrate infrastructure tooling
https://transcend.io/blog/use-terraform-pulumi-together-migrate-infrastructure-tooling
https://redd.it/ritrcv
@r_devops
https://transcend.io/blog/use-terraform-pulumi-together-migrate-infrastructure-tooling
https://redd.it/ritrcv
@r_devops
Transcend
How to use Terraform and Pulumi together to incrementally migrate infrastructure tooling
Migrating infrastructure as code platforms is a large undertaking. This blog shows how to start a migration incrementally using Terraform and Pulumi.
Build the deployment system around GitHub in minutes.
I thought the r/devops subreddit might be interested in this project I just found!
https://github.com/gitploy-io/gitploy
https://redd.it/ripoxr
@r_devops
I thought the r/devops subreddit might be interested in this project I just found!
https://github.com/gitploy-io/gitploy
https://redd.it/ripoxr
@r_devops
GitHub
GitHub - gitploy-io/gitploy: Build the deployment system around GitHub in minutes.
Build the deployment system around GitHub in minutes. - gitploy-io/gitploy
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
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
reddit
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...
Confused about Devops transition
I have been learning devops related technologies from a while. But whenever I go through blind, most of people say SRE/Devops are not much required. They are someone who failed SWE interview. Google needed just support engineers so they names it SRE to look cool.
Especially developers saying, SWE is always a best job and they have to look after Devops related task too
Also on the other side of internet Devops people are getting paid more than SWE sometimes ( for good skills).
I don't understand why these people downgrade Devops/SRE jobs.
So according to you, what skillset a successful devops engineer must have?
https://redd.it/rizzlf
@r_devops
I have been learning devops related technologies from a while. But whenever I go through blind, most of people say SRE/Devops are not much required. They are someone who failed SWE interview. Google needed just support engineers so they names it SRE to look cool.
Especially developers saying, SWE is always a best job and they have to look after Devops related task too
Also on the other side of internet Devops people are getting paid more than SWE sometimes ( for good skills).
I don't understand why these people downgrade Devops/SRE jobs.
So according to you, what skillset a successful devops engineer must have?
https://redd.it/rizzlf
@r_devops
reddit
Confused about Devops transition
I have been learning devops related technologies from a while. But whenever I go through blind, most of people say SRE/Devops are not much...
How to become a good DevOps Engineer? Newbie here, I need advice
I need advice from experienced DevOps engineers. I am new in this field and sometimes it's hard to keep up with all the tools, I guess I am having a hard time integrating all the things I've learned so far and continuously learning more.
I have experience as a backend web developer and I transitioned into this role, I'm an intern and I need advice. I enjoy what I do but sometimes I feel a bit lost, tbh.
https://redd.it/rj16u0
@r_devops
I need advice from experienced DevOps engineers. I am new in this field and sometimes it's hard to keep up with all the tools, I guess I am having a hard time integrating all the things I've learned so far and continuously learning more.
I have experience as a backend web developer and I transitioned into this role, I'm an intern and I need advice. I enjoy what I do but sometimes I feel a bit lost, tbh.
https://redd.it/rj16u0
@r_devops
reddit
How to become a good DevOps Engineer? Newbie here, I need advice
I need advice from experienced DevOps engineers. I am new in this field and sometimes it's hard to keep up with all the tools, I guess I am having...
Is Terraform is the only choice in 2021/2?
I've been looking at Terraform and know it's very powerful and mainstream.
My only issues:
* HCL language is an interesting DSL, but would prefer just using a mainstream language, but I know CDKTF exists but this seems very young at the moment?
* Terraform state, this deeply troubles me, I think HashiCorp has made a major architecture flaw, a permanent state shouldn't be ever needed in theory at least, however having ephemeral state that can be re-generated would be a good optimisation.
What alternatives are there that is:
* Free open source
* Doesn't use state
* Uses mainstream language and no custom DSL
https://redd.it/rj498b
@r_devops
I've been looking at Terraform and know it's very powerful and mainstream.
My only issues:
* HCL language is an interesting DSL, but would prefer just using a mainstream language, but I know CDKTF exists but this seems very young at the moment?
* Terraform state, this deeply troubles me, I think HashiCorp has made a major architecture flaw, a permanent state shouldn't be ever needed in theory at least, however having ephemeral state that can be re-generated would be a good optimisation.
What alternatives are there that is:
* Free open source
* Doesn't use state
* Uses mainstream language and no custom DSL
https://redd.it/rj498b
@r_devops
reddit
Is Terraform is the only choice in 2021/2?
I've been looking at Terraform and know it's very powerful and mainstream. My only issues: * HCL language is an interesting DSL, but would...
Is Bret Fisher Docker Course the best one?
I've seen so many students enrolled in Docker Course of Bret Fisher, in Udemy. Is it worth the money to take on that course?
https://redd.it/rjbnhi
@r_devops
I've seen so many students enrolled in Docker Course of Bret Fisher, in Udemy. Is it worth the money to take on that course?
https://redd.it/rjbnhi
@r_devops
reddit
Is Bret Fisher Docker Course the best one?
I've seen so many students enrolled in Docker Course of Bret Fisher, in Udemy. Is it worth the money to take on that course?
What are your important tips when migrating on-prem to AWS?
So I'm studying aws-certified-solutions-architect in order to be able to move my company's on-prem servers to AWS.
What, out of your experience, are the key things to take in count ?
https://redd.it/rjfgbz
@r_devops
So I'm studying aws-certified-solutions-architect in order to be able to move my company's on-prem servers to AWS.
What, out of your experience, are the key things to take in count ?
https://redd.it/rjfgbz
@r_devops
reddit
What are your important tips when migrating on-prem to AWS?
So I'm studying aws-certified-solutions-architect in order to be able to move my company's on-prem servers to AWS. What, out of your experience,...
A simple open source CLI application to detect large files that are eating up your file system storage
I have developed a CLI application to detect large files of file system that are eating up the valuable storage. I hope it will help you a lot while searching through huge file systems. Please let me know your suggestions to improve this tool.
Github URL: https://github.com/rbrahul/large-file-finder
Available in PyPI repository: https://pypi.org/project/large-file-finder/
Thanks for having a look.
https://redd.it/rjl91c
@r_devops
I have developed a CLI application to detect large files of file system that are eating up the valuable storage. I hope it will help you a lot while searching through huge file systems. Please let me know your suggestions to improve this tool.
Github URL: https://github.com/rbrahul/large-file-finder
Available in PyPI repository: https://pypi.org/project/large-file-finder/
Thanks for having a look.
https://redd.it/rjl91c
@r_devops
GitHub
GitHub - rbrahul/large-file-finder: This simple CLI application helps you to find giant files that are eating up your system storage
This simple CLI application helps you to find giant files that are eating up your system storage - rbrahul/large-file-finder