SSH to Dell switch without password
When I SSH to a dell switch, it asks me for a password. I'm trying to set the SSH keys so it wouldn't ask me for that but I just can't get it to work. I couldn't find anything useful online or in Dell's documentation.
How do I edit the authorized keys so that I could SSH without a password?
Also, when I log in, I have to type
Model is PowerConnect 6248.
Thanks ahaed.
https://redd.it/l9bsnz
@r_devops
When I SSH to a dell switch, it asks me for a password. I'm trying to set the SSH keys so it wouldn't ask me for that but I just can't get it to work. I couldn't find anything useful online or in Dell's documentation.
How do I edit the authorized keys so that I could SSH without a password?
Also, when I log in, I have to type
en to start the shell. Can I disable the need for that too?Model is PowerConnect 6248.
Thanks ahaed.
https://redd.it/l9bsnz
@r_devops
reddit
SSH to Dell switch without password
When I SSH to a dell switch, it asks me for a password. I'm trying to set the SSH keys so it wouldn't ask me for that but I just can't get it to...
Run Python Code in a Shell Script
I recently wrote a blog post on how to run Python directly from a shell script. As DevOps professionals, we oftentimes have to mix complexity that is best done in Python, but we don't want to manage or maintain multiple files for the script functionality.
This post shows how you can embed your Python code directly in your shell script. Also it can show some things you need to consider. And finally it explains how to debug that Python code!
https://redd.it/la4x3t
@r_devops
I recently wrote a blog post on how to run Python directly from a shell script. As DevOps professionals, we oftentimes have to mix complexity that is best done in Python, but we don't want to manage or maintain multiple files for the script functionality.
This post shows how you can embed your Python code directly in your shell script. Also it can show some things you need to consider. And finally it explains how to debug that Python code!
https://redd.it/la4x3t
@r_devops
Thomas Stringer
Run Python Code in a Shell Script
I’m a big fan of “the right tool for the right job”. For some things, the right tool is a shell script. For others, it is Python. But sometimes… it is both.
Monthly 'Getting into DevOps' thread - 2021/02
What is DevOps?
[AWS has a great article](https://aws.amazon.com/devops/what-is-devops/) that outlines DevOps as a work environment where development and operations teams are no longer "siloed", but instead work together across the entire application lifecycle -- from development and test to deployment to operations -- and automate processes that historically have been manual and slow.
Books to Read
The Phoenix Project - one of the original books to delve into DevOps culture, explained through the story of a fictional company on the brink of failure.
[The DevOps Handbook](https://www.amazon.com/dp/1942788002) - a practical "sequel" to The Phoenix Project.
Google's Site Reliability Engineering - Google engineers explain how they build, deploy, monitor, and maintain their systems.
[The Site Reliability Workbook](https://landing.google.com/sre/workbook/toc/) - The practical companion to the Google's Site Reliability Engineering Book
The Unicorn Project - the "sequel" to The Phoenix Project.
[DevOps for Dummies](https://www.amazon.com/DevOps-Dummies-Computer-Tech-ebook/dp/B07VXMLK3J/) - don't let the name fool you.
What Should I Learn?
Emily Wood's essay - why infrastructure as code is so important into today's world.
[2019 DevOps Roadmap](https://github.com/kamranahmedse/developer-roadmap#devops-roadmap) - one developer's ideas for which skills are needed in the DevOps world. This roadmap is controversial, as it may be too use-case specific, but serves as a good starting point for what tools are currently in use by companies.
This comment by /u/mdaffin - just remember, DevOps is a mindset to solving problems. It's less about the specific tools you know or the certificates you have, as it is the way you approach problem solving.
[This comment by /u/jpswade](https://gist.github.com/jpswade/4135841363e72ece8086146bd7bb5d91) - what is DevOps and associated terminology.
Roadmap.sh - Step by step guide for DevOps or any other Operations Role
Remember: DevOps as a term and as a practice is still in flux, and is more about culture change than it is specific tooling. As such, specific skills and tool-sets are not universal, and recommendations for them should be taken only as suggestions.
Previous Threads
https://www.reddit.com/r/devops/comments/koijyu/monthlygettingintodevopsthread202101/
https://www.reddit.com/r/devops/comments/k4v7s0/monthlygettingintodevopsthread202012/
https://www.reddit.com/r/devops/comments/jmdce9/monthlygettingintodevopsthread202011/
https://www.reddit.com/r/devops/comments/j3i2p5/monthlygettingintodevopsthread202010/
https://www.reddit.com/r/devops/comments/ikf91l/monthlygettingintodevopsthread202009/
https://www.reddit.com/r/devops/comments/i1n8rz/monthlygettingintodevopsthread202008/
https://www.reddit.com/r/devops/comments/hjehb7/monthlygettingintodevopsthread202007/
https://www.reddit.com/r/devops/comments/gulrm9/monthlygettingintodevopsthread202006/
https://www.reddit.com/r/devops/comments/gbkqz9/monthlygettingintodevopsthread202005/
https://www.reddit.com/r/devops/comments/ft2fqb/monthlygettingintodevopsthread202004/
https://www.reddit.com/r/devops/comments/fc6ezw/monthlygettingintodevopsthread202003/
https://www.reddit.com/r/devops/comments/exfyhk/monthlygettingintodevopsthread2020012/
https://www.reddit.com/r/devops/comments/axcebk/monthlygettingintodevopsthread/
Please keep this on topic (as a reference for those new to devops).
https://redd.it/la7j8w
@r_devops
What is DevOps?
[AWS has a great article](https://aws.amazon.com/devops/what-is-devops/) that outlines DevOps as a work environment where development and operations teams are no longer "siloed", but instead work together across the entire application lifecycle -- from development and test to deployment to operations -- and automate processes that historically have been manual and slow.
Books to Read
The Phoenix Project - one of the original books to delve into DevOps culture, explained through the story of a fictional company on the brink of failure.
[The DevOps Handbook](https://www.amazon.com/dp/1942788002) - a practical "sequel" to The Phoenix Project.
Google's Site Reliability Engineering - Google engineers explain how they build, deploy, monitor, and maintain their systems.
[The Site Reliability Workbook](https://landing.google.com/sre/workbook/toc/) - The practical companion to the Google's Site Reliability Engineering Book
The Unicorn Project - the "sequel" to The Phoenix Project.
[DevOps for Dummies](https://www.amazon.com/DevOps-Dummies-Computer-Tech-ebook/dp/B07VXMLK3J/) - don't let the name fool you.
What Should I Learn?
Emily Wood's essay - why infrastructure as code is so important into today's world.
[2019 DevOps Roadmap](https://github.com/kamranahmedse/developer-roadmap#devops-roadmap) - one developer's ideas for which skills are needed in the DevOps world. This roadmap is controversial, as it may be too use-case specific, but serves as a good starting point for what tools are currently in use by companies.
This comment by /u/mdaffin - just remember, DevOps is a mindset to solving problems. It's less about the specific tools you know or the certificates you have, as it is the way you approach problem solving.
[This comment by /u/jpswade](https://gist.github.com/jpswade/4135841363e72ece8086146bd7bb5d91) - what is DevOps and associated terminology.
Roadmap.sh - Step by step guide for DevOps or any other Operations Role
Remember: DevOps as a term and as a practice is still in flux, and is more about culture change than it is specific tooling. As such, specific skills and tool-sets are not universal, and recommendations for them should be taken only as suggestions.
Previous Threads
https://www.reddit.com/r/devops/comments/koijyu/monthlygettingintodevopsthread202101/
https://www.reddit.com/r/devops/comments/k4v7s0/monthlygettingintodevopsthread202012/
https://www.reddit.com/r/devops/comments/jmdce9/monthlygettingintodevopsthread202011/
https://www.reddit.com/r/devops/comments/j3i2p5/monthlygettingintodevopsthread202010/
https://www.reddit.com/r/devops/comments/ikf91l/monthlygettingintodevopsthread202009/
https://www.reddit.com/r/devops/comments/i1n8rz/monthlygettingintodevopsthread202008/
https://www.reddit.com/r/devops/comments/hjehb7/monthlygettingintodevopsthread202007/
https://www.reddit.com/r/devops/comments/gulrm9/monthlygettingintodevopsthread202006/
https://www.reddit.com/r/devops/comments/gbkqz9/monthlygettingintodevopsthread202005/
https://www.reddit.com/r/devops/comments/ft2fqb/monthlygettingintodevopsthread202004/
https://www.reddit.com/r/devops/comments/fc6ezw/monthlygettingintodevopsthread202003/
https://www.reddit.com/r/devops/comments/exfyhk/monthlygettingintodevopsthread2020012/
https://www.reddit.com/r/devops/comments/axcebk/monthlygettingintodevopsthread/
Please keep this on topic (as a reference for those new to devops).
https://redd.it/la7j8w
@r_devops
Amazon
What is DevOps?
Find out what is DevOps, how and why businesses utilize DevOps models, and how to use AWS DevOps services.
Do DevOps Engineers need to know how to code?
I'm starting to work in DevOps Engineering and want to value add... I'm reading, listening and learning fast and furiously.
I see people coming from solutions architect, software engineer, sys admin... how much does a devops engineer need coding skill?
https://redd.it/laf6um
@r_devops
I'm starting to work in DevOps Engineering and want to value add... I'm reading, listening and learning fast and furiously.
I see people coming from solutions architect, software engineer, sys admin... how much does a devops engineer need coding skill?
https://redd.it/laf6um
@r_devops
reddit
Do DevOps Engineers need to know how to code?
I'm starting to work in DevOps Engineering and want to value add... I'm reading, listening and learning fast and furiously. I see people coming...
Automated deployment of ssh public key to 1000s Windows nodes
We use Chef for config management of 1,000s Windows 2012/2016+ servers. Have a need to deploy a public key into C:\\Users\\<user>\\.ssh\\authorized_keys.
However, while refining the requirement I recall that during a server's initial configuration a local user's profile is not created, so the C:\\users\\<user> folder doesn't exist. If I create in code it won't be associated with the user.
I am interested in how people have managed this in their environments. Perhaps I have missed a subtlety of ssh.
Servers have WinSCP and OpenSSH installed.
The Supermarket cookbook https://supermarket.chef.io/cookbooks/ssh\_authorized\_keys does not support Windows.
Regards
https://redd.it/la7n8h
@r_devops
We use Chef for config management of 1,000s Windows 2012/2016+ servers. Have a need to deploy a public key into C:\\Users\\<user>\\.ssh\\authorized_keys.
However, while refining the requirement I recall that during a server's initial configuration a local user's profile is not created, so the C:\\users\\<user> folder doesn't exist. If I create in code it won't be associated with the user.
I am interested in how people have managed this in their environments. Perhaps I have missed a subtlety of ssh.
Servers have WinSCP and OpenSSH installed.
The Supermarket cookbook https://supermarket.chef.io/cookbooks/ssh\_authorized\_keys does not support Windows.
Regards
https://redd.it/la7n8h
@r_devops
supermarket.chef.io
ssh_authorized_keys Cookbook - Chef Supermarket
ssh_authorized_keys Cookbook (1.0.0) centos, fedora, freebsd, debian, ubuntu, redhat, suse, amazon, opensuse, oracle, aix
What's cooking in your Kubernetes namespace?
As Kubernetes platform engineers, have you ever wondered what all things are running in the various namespaces that you have provisioned for your product teams?
We have developed a kubectl plugins to help answer that question. Check it out:
https://cloudark.medium.com/whats-cooking-in-your-kubernetes-namespace-9200be114f8
https://redd.it/lakvn7
@r_devops
As Kubernetes platform engineers, have you ever wondered what all things are running in the various namespaces that you have provisioned for your product teams?
We have developed a kubectl plugins to help answer that question. Check it out:
https://cloudark.medium.com/whats-cooking-in-your-kubernetes-namespace-9200be114f8
https://redd.it/lakvn7
@r_devops
Medium
What’s cooking in your Kubernetes namespace?
Enterprise platform engineering teams are responsible for managing multi-tenant Kubernetes environments and it is most common for them to…
Transitioning from current role into a DevOps role
Hello,
I want to transition from my current role as a network engineer to DevOps. I have previous experience as a sysadmin dealing with mostly a Windows environment and some Linux. I also managed the VMWare infrastructure in that previous role. From reading some of the posts with similar questions it seems the sentiment is to work on projects and not to focus too much on certifications. What projects should I work on that I could leverage when applying to DevOps roles? Any advice is appreciated.
https://redd.it/la9isc
@r_devops
Hello,
I want to transition from my current role as a network engineer to DevOps. I have previous experience as a sysadmin dealing with mostly a Windows environment and some Linux. I also managed the VMWare infrastructure in that previous role. From reading some of the posts with similar questions it seems the sentiment is to work on projects and not to focus too much on certifications. What projects should I work on that I could leverage when applying to DevOps roles? Any advice is appreciated.
https://redd.it/la9isc
@r_devops
reddit
Transitioning from current role into a DevOps role
Hello, I want to transition from my current role as a network engineer to DevOps. I have previous experience as a sysadmin dealing with mostly a...
Building Docker Images The Proper Way
Hi /r/devops
Today I published a new article about optimization and improvements of Docker builds, such as caching, reducing image size or making images more secure and I thought some you might be interested in this kind of an article. So, here is the link:
https://itnext.io/building-docker-images-the-proper-way-3c9807524582
https://redd.it/labibx
@r_devops
Hi /r/devops
Today I published a new article about optimization and improvements of Docker builds, such as caching, reducing image size or making images more secure and I thought some you might be interested in this kind of an article. So, here is the link:
https://itnext.io/building-docker-images-the-proper-way-3c9807524582
https://redd.it/labibx
@r_devops
Medium
Building Docker Images The Proper Way
Let’s optimize Docker builds to create much smaller and more secure Docker images in a fraction of the usual build time…
CI vendor comparisons?
I'm looking for an in-depth comparison of CI vendors. My company uses many CI providers and we're looking to consolidate. I figured there are already some good comparisons written.
Must be a recent comparison ideally written in 2020 or 2021.
Feature set, usability, reliability, and cost are the dimensions I'm most interested in.
https://redd.it/lab9v0
@r_devops
I'm looking for an in-depth comparison of CI vendors. My company uses many CI providers and we're looking to consolidate. I figured there are already some good comparisons written.
Must be a recent comparison ideally written in 2020 or 2021.
Feature set, usability, reliability, and cost are the dimensions I'm most interested in.
https://redd.it/lab9v0
@r_devops
reddit
CI vendor comparisons?
I'm looking for an in-depth comparison of CI vendors. My company uses many CI providers and we're looking to consolidate. I figured there are...
Setting up Samba on Docker?
I hope this is the appropriate place to ask this question. If not, please direct me to the appropriate subreddit. I'm just barely getting into devops. I wanted to try to set up a Docker container for an SMB server, create a share, and then access that share with smbclient. I tried downloading the dperson samba image from https://hub.docker.com/r/dperson/samba. It looks like I was able to run it correctly and, following the instructions on the page, was able to create some shares. The exact command I used was:
​
sudo docker run -it -d dperson/samba -p \\
\-u "example1:badpass" \\
\-u "example2:badpass"
\-s "public;/share" \\
\-s "users;/srv;no;no;no;example1,example2" \\
\-s "example1 private share;/example1;no;no;no;example1"
\-s "example2 private share;/example2;no;no;no;example2"
​
When I try to use smbclient to connect to it, I can even see the names of the shares. Trouble is, I cannot figure out how to open up the SMB terminal! Smbclient just returns me to my original terminal every time! It shows a message saying "no workgroup available". It also says "SMB1 disabled", but I think that is mitigated with the `-m SMB3` option.
​
smbclient -I <IP address of docker container> -L <name of container> -U example1%badpass -m SMB3
​
I'm pretty new to both Samba and smbclient so I may be making just a dumb mistake. If there is a more appropriate Docker image to use on Docker hub, let me know.
Thanks.
https://redd.it/laaw5j
@r_devops
I hope this is the appropriate place to ask this question. If not, please direct me to the appropriate subreddit. I'm just barely getting into devops. I wanted to try to set up a Docker container for an SMB server, create a share, and then access that share with smbclient. I tried downloading the dperson samba image from https://hub.docker.com/r/dperson/samba. It looks like I was able to run it correctly and, following the instructions on the page, was able to create some shares. The exact command I used was:
​
sudo docker run -it -d dperson/samba -p \\
\-u "example1:badpass" \\
\-u "example2:badpass"
\-s "public;/share" \\
\-s "users;/srv;no;no;no;example1,example2" \\
\-s "example1 private share;/example1;no;no;no;example1"
\-s "example2 private share;/example2;no;no;no;example2"
​
When I try to use smbclient to connect to it, I can even see the names of the shares. Trouble is, I cannot figure out how to open up the SMB terminal! Smbclient just returns me to my original terminal every time! It shows a message saying "no workgroup available". It also says "SMB1 disabled", but I think that is mitigated with the `-m SMB3` option.
​
smbclient -I <IP address of docker container> -L <name of container> -U example1%badpass -m SMB3
​
I'm pretty new to both Samba and smbclient so I may be making just a dumb mistake. If there is a more appropriate Docker image to use on Docker hub, let me know.
Thanks.
https://redd.it/laaw5j
@r_devops
reddit
Setting up Samba on Docker?
I hope this is the appropriate place to ask this question. If not, please direct me to the appropriate subreddit. I'm just barely getting into...
Starting a Junior DevOps Engineer position in a week. My experience is 2 internships in full stack engineering. Will it be hard to return to the world of development after a year in DevOps? Worried I will miss coding too much.
background:
I'm compelled to take this position because income is a priority at the moment and this was the highest offer I received among all my junior dev/DevOps positions. However, the team is made up of friendly people who I get along with very well and are very interested in training me and I love the company culture and perks so its not by any means a loss. I also am genuinely interested in developing DevOps skills. I am told that there is ample opportunity to perform tasks programmatically.
my issue:
I can't help but worry I'm putting myself in a box very early on in my career. I love programming and developing features. If I wanted to return to development, would it be very hard to convince employers I have wake it takes to do development after a year in DevOps?
https://redd.it/lam85o
@r_devops
background:
I'm compelled to take this position because income is a priority at the moment and this was the highest offer I received among all my junior dev/DevOps positions. However, the team is made up of friendly people who I get along with very well and are very interested in training me and I love the company culture and perks so its not by any means a loss. I also am genuinely interested in developing DevOps skills. I am told that there is ample opportunity to perform tasks programmatically.
my issue:
I can't help but worry I'm putting myself in a box very early on in my career. I love programming and developing features. If I wanted to return to development, would it be very hard to convince employers I have wake it takes to do development after a year in DevOps?
https://redd.it/lam85o
@r_devops
reddit
Starting a Junior DevOps Engineer position in a week. My...
**background:** I'm compelled to take this position because income is a priority at the moment and this was the highest offer I received among...
Shrinking size of EBS volume mounted as XFS
I have an EC2 instance with an EBS volume mounted as an XFS filesystem that is way too large than what we need it to be. I'd like to shrink the volume of the filesystem/volume to something much more in line with our needs, but I am having difficulty doing so. I tried doing something like this (https://cloudacademy.com/blog/amazon-ebs-shink-volume/) where I create a new smaller EBS volume, attach it to the instance, make a new filesystem and mount it to that. Then, I rsync everthing from the larger filesystem to the smaller filesystem, stop the instance, detach both volumes, and reattach the smaller volume to the block device (i.e. /dev/sdf) that the larger volume used to be attached to.
However, when I start my instance back up something goes wrong and it starts up in some sort of emergency mode based on reading the system logs. I can't even SSH into it anymore. Does anyone have any ideas on what I can do?
https://redd.it/laj3o8
@r_devops
I have an EC2 instance with an EBS volume mounted as an XFS filesystem that is way too large than what we need it to be. I'd like to shrink the volume of the filesystem/volume to something much more in line with our needs, but I am having difficulty doing so. I tried doing something like this (https://cloudacademy.com/blog/amazon-ebs-shink-volume/) where I create a new smaller EBS volume, attach it to the instance, make a new filesystem and mount it to that. Then, I rsync everthing from the larger filesystem to the smaller filesystem, stop the instance, detach both volumes, and reattach the smaller volume to the block device (i.e. /dev/sdf) that the larger volume used to be attached to.
However, when I start my instance back up something goes wrong and it starts up in some sort of emergency mode based on reading the system logs. I can't even SSH into it anymore. Does anyone have any ideas on what I can do?
https://redd.it/laj3o8
@r_devops
Cloud Academy
Amazon EBS volumes: How to Shrink 'em Down to Size
Have you ever needed to reduce the size of an Amazon EBS volume? AWS may provide you with no obvious way, but it can be done. Let me show you how.
Git hook to remove credentials
Hi
I have a file which contains some credentials. This file needs to be pushed to git. Before actually pushing or committing I'd like to remove the creds from this file.
I tried using git's pre-commit hook which replaces the creds, then does git add and commit again but this ofcourse creates an infinite loop of commits.
Any ideas or solutions to this problem?
https://redd.it/la9lqi
@r_devops
Hi
I have a file which contains some credentials. This file needs to be pushed to git. Before actually pushing or committing I'd like to remove the creds from this file.
I tried using git's pre-commit hook which replaces the creds, then does git add and commit again but this ofcourse creates an infinite loop of commits.
Any ideas or solutions to this problem?
https://redd.it/la9lqi
@r_devops
reddit
Git hook to remove credentials
Hi I have a file which contains some credentials. This file needs to be pushed to git. Before actually pushing or committing I'd like to remove...
Prometheus alternative for serverless
Hey there 👋,
I'm working on a node.js app with a REST API that is deployed to AWS Lambda. Having worked a lot with Kubernetes, Prometheus, and Grafana, I'm used to instrumenting the API code and exposing white-box metrics from the app (error counts, latency histograms, request counts, and histograms for DB queries) and having those pulled by Prometheus for altering and also visualisation with Grafana.
I was curious to know if there are any tools or services that enable this level of detail in metrics for serverless?
Alternatively, if I go down the route of a long-running Node.js process using something like Google Cloud Run, are there any other tool or services that give similar functionality (short-term storage, visualisation and altering), without the operational overhead and cost of Prometheus?
https://redd.it/la391q
@r_devops
Hey there 👋,
I'm working on a node.js app with a REST API that is deployed to AWS Lambda. Having worked a lot with Kubernetes, Prometheus, and Grafana, I'm used to instrumenting the API code and exposing white-box metrics from the app (error counts, latency histograms, request counts, and histograms for DB queries) and having those pulled by Prometheus for altering and also visualisation with Grafana.
I was curious to know if there are any tools or services that enable this level of detail in metrics for serverless?
Alternatively, if I go down the route of a long-running Node.js process using something like Google Cloud Run, are there any other tool or services that give similar functionality (short-term storage, visualisation and altering), without the operational overhead and cost of Prometheus?
https://redd.it/la391q
@r_devops
reddit
Prometheus alternative for serverless
Hey there 👋, I'm working on a node.js app with a REST API that is deployed to AWS Lambda. Having worked a lot with Kubernetes, Prometheus, and...
Backend developper who is tired of coding looking to move into DevOps
So, to start off with, I'd like to say that I'm relatively aware of what a DevOps specialist does as it's what my wife does. That being said, I'm sure I have some misconceptions but, either way, the profession looks quite interesting.
​
I've read the "getting into dev ops" sticky but I had a slightly more point question: how much, if any, actual coding goes into being a DevOps engineer? I have a software engineering background but I'm super tired of the general monotony of pouring over code day in and day out like I've done for the last 7 years so I'm really looking for a tech-facing job that doesn't have me in the code.
​
Thank you very much
https://redd.it/la32zh
@r_devops
So, to start off with, I'd like to say that I'm relatively aware of what a DevOps specialist does as it's what my wife does. That being said, I'm sure I have some misconceptions but, either way, the profession looks quite interesting.
​
I've read the "getting into dev ops" sticky but I had a slightly more point question: how much, if any, actual coding goes into being a DevOps engineer? I have a software engineering background but I'm super tired of the general monotony of pouring over code day in and day out like I've done for the last 7 years so I'm really looking for a tech-facing job that doesn't have me in the code.
​
Thank you very much
https://redd.it/la32zh
@r_devops
reddit
Backend developper who is tired of coding looking to move into DevOps
So, to start off with, I'd like to say that I'm relatively aware of what a DevOps specialist does as it's what my wife does. That being said, I'm...
Changing my technology from an IBM iseries developer to Devops Engineer
Hi,
As you've read I want to change my technology from AS400 to Devops. Currently I have 2.5 years experience in AS400 and I'm working with a MNC in india. I want to switch from as400 to Devops .
But the problem is I don't know how to start. How many certifications do I need to do. ?
Since yesterday I've started a LinkedIn learning 40hours course on Devops which is a certified course which will teach me chef, kunernetes , ansible and everything . Is this course enough?
Do I need to learn any programming language as well to switch successfully in devops ? Currently the only programming languages I know are RPGLE , SQLRPGLE , cl programming
Ps: I know my way around Jira, jenkins , bitbucket, rational developer for ibmi.
https://redd.it/lau0y1
@r_devops
Hi,
As you've read I want to change my technology from AS400 to Devops. Currently I have 2.5 years experience in AS400 and I'm working with a MNC in india. I want to switch from as400 to Devops .
But the problem is I don't know how to start. How many certifications do I need to do. ?
Since yesterday I've started a LinkedIn learning 40hours course on Devops which is a certified course which will teach me chef, kunernetes , ansible and everything . Is this course enough?
Do I need to learn any programming language as well to switch successfully in devops ? Currently the only programming languages I know are RPGLE , SQLRPGLE , cl programming
Ps: I know my way around Jira, jenkins , bitbucket, rational developer for ibmi.
https://redd.it/lau0y1
@r_devops
reddit
Changing my technology from an IBM iseries developer to Devops...
Hi, As you've read I want to change my technology from AS400 to Devops. Currently I have 2.5 years experience in AS400 and I'm working with a MNC...
Digital Transformation & Cloud Adoption in Pandemic
Digital transformation is reshaping businesses all over the globe, and Cloud platforms are enabling rapid digital changes with unprecedented growth. Even today, deploying all the data of the enterprises to Cloud is a challenge for many organizations, mainly because traditional IT departments do not have the technical skills and are unfamiliar with digital transformation processes.
Xavor is helping companies succeed in the digital-first world by bringing businesses and IT closer together and optimizing processes to create new business value for them. We provide services like leveraging of cloud infrastructure, IoT integrations and business insights, AI, Data Analytics/Management & marketing platforms. Our Business Technology Platform strategy includes cost optimization, business continuity, and security & compliance working to help businesses compete in the digital economy.
We are the proud partners of the world’s leading digital platforms like Azure, AWS, Google Cloud, and our Certified professionals enable you to take benefits of Cloud innovative technology services.
https://redd.it/la214t
@r_devops
Digital transformation is reshaping businesses all over the globe, and Cloud platforms are enabling rapid digital changes with unprecedented growth. Even today, deploying all the data of the enterprises to Cloud is a challenge for many organizations, mainly because traditional IT departments do not have the technical skills and are unfamiliar with digital transformation processes.
Xavor is helping companies succeed in the digital-first world by bringing businesses and IT closer together and optimizing processes to create new business value for them. We provide services like leveraging of cloud infrastructure, IoT integrations and business insights, AI, Data Analytics/Management & marketing platforms. Our Business Technology Platform strategy includes cost optimization, business continuity, and security & compliance working to help businesses compete in the digital economy.
We are the proud partners of the world’s leading digital platforms like Azure, AWS, Google Cloud, and our Certified professionals enable you to take benefits of Cloud innovative technology services.
https://redd.it/la214t
@r_devops
reddit
Digital Transformation & Cloud Adoption in Pandemic
Digital transformation is reshaping businesses all over the globe, and Cloud platforms are enabling rapid digital changes with unprecedented...
What other software is there like Jenkins? Is there anything better or is Jenkins the best one?
I am learning Jenkins and I was wondering if there is any other tool like Jenkins and how those work and how they differ
https://redd.it/l9y0bz
@r_devops
I am learning Jenkins and I was wondering if there is any other tool like Jenkins and how those work and how they differ
https://redd.it/l9y0bz
@r_devops
reddit
What other software is there like Jenkins? Is there anything...
I am learning Jenkins and I was wondering if there is any other tool like Jenkins and how those work and how they differ
The Unspoken Challenges of SecDevOps
In the fast-paced world of cloud-native, code changes frequently, and the attack surface and the risk profiles change just as quickly - giving rise to the SecDevOps.
As companies embrace SecDevOps, new challenges arise as different teams need to learn new concepts and technologies that aren’t normally associated with their day-to-day responsibilities. Now the DevOps teams need to learn how to secure their software and infrastructure and security team needs to adapt to a rapid delivery environment.
Aside from the new skills that need to be learned, a common thread between the 3 teams must be established. With varying goals and different perspectives to boot, coming to that common understanding is where most run into their first set of unspoken challenges nobody openly talks about.
Join us in the upcoming fire chat with Scott Surovich, HSBC's Global Container Engineering Lead, as we have an honest discussion about navigating the cultural and technical challenges of the journey to SecDevOps.
You will get to hear and learn about:
The technical and cultural challenges of shifting security left and how to overcome them.
Build a common thread between Devs, Ops, and Security teams.
How policies, workflows, and analytics are 3 pillars in establishing a secure Cloud-Native environment
How to get your Cloud-Native security initiatives off the ground
Register here: https://www.magalix.com/the-unspoken-challenges-of-secdevops
https://redd.it/la2a2v
@r_devops
In the fast-paced world of cloud-native, code changes frequently, and the attack surface and the risk profiles change just as quickly - giving rise to the SecDevOps.
As companies embrace SecDevOps, new challenges arise as different teams need to learn new concepts and technologies that aren’t normally associated with their day-to-day responsibilities. Now the DevOps teams need to learn how to secure their software and infrastructure and security team needs to adapt to a rapid delivery environment.
Aside from the new skills that need to be learned, a common thread between the 3 teams must be established. With varying goals and different perspectives to boot, coming to that common understanding is where most run into their first set of unspoken challenges nobody openly talks about.
Join us in the upcoming fire chat with Scott Surovich, HSBC's Global Container Engineering Lead, as we have an honest discussion about navigating the cultural and technical challenges of the journey to SecDevOps.
You will get to hear and learn about:
The technical and cultural challenges of shifting security left and how to overcome them.
Build a common thread between Devs, Ops, and Security teams.
How policies, workflows, and analytics are 3 pillars in establishing a secure Cloud-Native environment
How to get your Cloud-Native security initiatives off the ground
Register here: https://www.magalix.com/the-unspoken-challenges-of-secdevops
https://redd.it/la2a2v
@r_devops
Magalix
February 18th, The Unspoken Challenges of SecDevOps
Now the DevOps teams need to learn how to secure their software and infrastructure and security team needs to adapt to a rapid delivery environment.
windows metrics relabeling in Prometheus
​
​
Hello team, need some help,
I have in Grafana at metrics from my windows pods ( using windows_exporter):
if i try get metrics for example: rate(windows_container_cpu_usage_seconds_total[5m\])
I will see only container_id ( pod id) for example: docker://0040308261f7aa694ac13ca1d7fc92ee9c781892de774b4b87ea4f6a167344be not a pod name/container name because windows_exporter can provide only at container ID
as I understand I need to do relabeling in Prometheus-operator ( I'm using helpfile for this in kube-prometheus-stack)
how I understand I need to add metric_relabel_configs in values but I do not understand how I can do this.
additionalScrapeConfigs: [\]
\# - job_name: kube-etcd
\# kubernetes_sd_configs:
\# - role: node
\# scheme: https
\# tls_config:
\# ca_file: /etc/prometheus/secrets/etcd-client-cert/etcd-ca
\# cert_file: /etc/prometheus/secrets/etcd-client-cert/etcd-client
\# key_file: /etc/prometheus/secrets/etcd-client-cert/etcd-client-key
\# relabel_configs:
\# - action: labelmap
\# regex: __meta_kubernetes_node_label_(.+)
\# - source_labels: [__address__\]
\# action: replace
\# targetLabel: __address__
\# regex: ([\^:;\]+):(\\d+)
\# replacement: ${1}:2379
\# - source_labels: [__meta_kubernetes_node_name\]
\# action: keep
\# regex: .*mst.*
\# - source_labels: [__meta_kubernetes_node_name\]
\# action: replace
\# targetLabel: node
\# regex: (.*)
\# replacement: ${1}
\# metric_relabel_configs:
\# - regex: (kubernetes_io_hostname|failure_domain_beta_kubernetes_io_region|beta_kubernetes_io_os|beta_kubernetes_io_arch|beta_kubernetes_io_instance_type|failure_domain_beta_kubernetes_io_zone)
\# action: labeldrop
https://redd.it/l9ysz8
@r_devops
​
​
Hello team, need some help,
I have in Grafana at metrics from my windows pods ( using windows_exporter):
if i try get metrics for example: rate(windows_container_cpu_usage_seconds_total[5m\])
I will see only container_id ( pod id) for example: docker://0040308261f7aa694ac13ca1d7fc92ee9c781892de774b4b87ea4f6a167344be not a pod name/container name because windows_exporter can provide only at container ID
as I understand I need to do relabeling in Prometheus-operator ( I'm using helpfile for this in kube-prometheus-stack)
how I understand I need to add metric_relabel_configs in values but I do not understand how I can do this.
additionalScrapeConfigs: [\]
\# - job_name: kube-etcd
\# kubernetes_sd_configs:
\# - role: node
\# scheme: https
\# tls_config:
\# ca_file: /etc/prometheus/secrets/etcd-client-cert/etcd-ca
\# cert_file: /etc/prometheus/secrets/etcd-client-cert/etcd-client
\# key_file: /etc/prometheus/secrets/etcd-client-cert/etcd-client-key
\# relabel_configs:
\# - action: labelmap
\# regex: __meta_kubernetes_node_label_(.+)
\# - source_labels: [__address__\]
\# action: replace
\# targetLabel: __address__
\# regex: ([\^:;\]+):(\\d+)
\# replacement: ${1}:2379
\# - source_labels: [__meta_kubernetes_node_name\]
\# action: keep
\# regex: .*mst.*
\# - source_labels: [__meta_kubernetes_node_name\]
\# action: replace
\# targetLabel: node
\# regex: (.*)
\# replacement: ${1}
\# metric_relabel_configs:
\# - regex: (kubernetes_io_hostname|failure_domain_beta_kubernetes_io_region|beta_kubernetes_io_os|beta_kubernetes_io_arch|beta_kubernetes_io_instance_type|failure_domain_beta_kubernetes_io_zone)
\# action: labeldrop
https://redd.it/l9ysz8
@r_devops
reddit
windows metrics relabeling in Prometheus
Hello team, need some help, I have in Grafana at metrics from my windows pods ( using windows\_exporter): if i try get...
Only sign code from the source code repository
The recent SolarWinds attack was made possible because the build server was able to sign code that didn't come from the source code repository. There is a way to ensure that only code that comes from the source control repository gets signed, and even to enable scanning on that code, without sacrificing time in the CI/CD pipeline.
https://redd.it/l9xtjj
@r_devops
The recent SolarWinds attack was made possible because the build server was able to sign code that didn't come from the source code repository. There is a way to ensure that only code that comes from the source control repository gets signed, and even to enable scanning on that code, without sacrificing time in the CI/CD pipeline.
https://redd.it/l9xtjj
@r_devops
Garantir
Automated Hash Validation: A Method For Improving The Security Of Code Signing - Garantir
To ensure strong security, a code signing system must verify that the code being signed precisely matches the code in the repository. In this post, learn how to deploy such a system using a technique known as automated hash validation.