Good Read: Guide to making on-call and managing incidents Zen!
Hahaha some one created this for our community. Kudos to this guy:P
"Inspired by Tim Peters’ The Zen of Python"
Order is better than disorder.
Positive is better than negative.
Straight is better than vague
Communicating now is better than communicating later.
An incident should never go unacknowledged.
Unless explicitly supressed.
An incident has one and only one commander.
Context counts.
So does documentation.
Read full version here:
https://www.zenduty.com/blog/the-zen-of-on-call/
https://redd.it/13pg6q7
@r_devops
Hahaha some one created this for our community. Kudos to this guy:P
"Inspired by Tim Peters’ The Zen of Python"
Order is better than disorder.
Positive is better than negative.
Straight is better than vague
Communicating now is better than communicating later.
An incident should never go unacknowledged.
Unless explicitly supressed.
An incident has one and only one commander.
Context counts.
So does documentation.
Read full version here:
https://www.zenduty.com/blog/the-zen-of-on-call/
https://redd.it/13pg6q7
@r_devops
Zenduty Blog
The Zen of SRE
Our guide to making on-call and managing incidents Zen. Inspired by Tim Peters’ The Zen of Python
Order is better than disorder.
Positive is better than negative.
Straight is better than vague
Communicating now is better than communicating later.
An…
Order is better than disorder.
Positive is better than negative.
Straight is better than vague
Communicating now is better than communicating later.
An…
Multi Stage Dockerfile Examples In Node.Js?
I searched but could not find any tutorials for it. Can you please share them?
https://redd.it/13pe38m
@r_devops
I searched but could not find any tutorials for it. Can you please share them?
https://redd.it/13pe38m
@r_devops
Reddit
r/devops on Reddit: Multi Stage Dockerfile Examples In Node.Js?
Posted by u/Playful-Ad6177 - No votes and 2 comments
Struggling to understand difference between build merge pr deploy release
I see these terms thrown around and try my best to understand them. What are these steps and in what sequence they occur ? Where can I read more about them ? Thank you.
https://redd.it/13pdi6y
@r_devops
I see these terms thrown around and try my best to understand them. What are these steps and in what sequence they occur ? Where can I read more about them ? Thank you.
https://redd.it/13pdi6y
@r_devops
Reddit
r/devops on Reddit: Struggling to understand difference between build merge pr deploy release
Posted by u/Subhauthadena - No votes and 4 comments
Ok, this is dumb but... Anyone tried to back up and restore a VM with active containers on it?
Do the containers... handle it well? Assuming it's a snapshot backup of the whole OS
https://redd.it/13osegr
@r_devops
Do the containers... handle it well? Assuming it's a snapshot backup of the whole OS
https://redd.it/13osegr
@r_devops
Reddit
r/devops on Reddit: Ok, this is dumb but... Anyone tried to back up and restore a VM with active containers on it?
Posted by u/HELP_ALLOWED - 1 vote and 5 comments
How to use multus CNI and load-balancing
A good blog about this topic : https://cloudybytes.medium.com/k8s-bringing-load-balancing-to-multus-workloads-with-loxilb-a0746f270abe
https://redd.it/13on9rn
@r_devops
A good blog about this topic : https://cloudybytes.medium.com/k8s-bringing-load-balancing-to-multus-workloads-with-loxilb-a0746f270abe
https://redd.it/13on9rn
@r_devops
Medium
K8s : Bringing load-balancing to multus workloads with loxilb
In Kubernetes world, multus plugin has been gaining prominence as a way to introduce secondary networks to Pods. There are many use-cases…
Overview of DevSecOps Tools to Secure your Applications in 2023
By integrating security into the entire software development process, DevSecOps tools identify its applications’ vulnerabilities and improve overall application security. Find the coplete list of DevSecOps tools here.
https://redd.it/13plqgd
@r_devops
By integrating security into the entire software development process, DevSecOps tools identify its applications’ vulnerabilities and improve overall application security. Find the coplete list of DevSecOps tools here.
https://redd.it/13plqgd
@r_devops
ThinkSys Inc.
An Overview Of DevSecOps Tools To Secure Your Applications In 2023
Lets discuss some of the best DevSecOps tools and their importance in today's world. DevSecOps tools can be classified into the following categories.
The Tezos Art x Web3 Hackathon Will Be Held At The Paris Ubisoft Headquarters
During the 3-day event, participants will create evolving / interactive Web3 on-chain artworks.
In the hackathon 6 teams will compete, these 6 teams will be formed around 6 top international digital artists.
You can read the article in full below : ⬇️
https://xtz.news/adoption/the-tezos-art-x-web3-hackathon-will-be-held-at-the-paris-ubisoft-headquarters/
https://redd.it/13pladb
@r_devops
During the 3-day event, participants will create evolving / interactive Web3 on-chain artworks.
In the hackathon 6 teams will compete, these 6 teams will be formed around 6 top international digital artists.
You can read the article in full below : ⬇️
https://xtz.news/adoption/the-tezos-art-x-web3-hackathon-will-be-held-at-the-paris-ubisoft-headquarters/
https://redd.it/13pladb
@r_devops
XTZ.News
The Tezos Art x Web3 Hackathon Will Be Held At The Paris Ubisoft Headquarters
During the 3-day event, participants will create evolving/ interactive Web3 on-chain artworks. In the hackathon 6 teams will compete, these 6 teams will be formed around 6 top international digital artists.
Any exciting projects/tools
fed up with all AI, terraform noise. what are you excited about ?
https://redd.it/13pnsa7
@r_devops
fed up with all AI, terraform noise. what are you excited about ?
https://redd.it/13pnsa7
@r_devops
Reddit
r/devops on Reddit: Any exciting projects/tools
Posted by u/Tranceash - No votes and 2 comments
When do you promote from Dev->QA->Stage->Prod?
As per title. I'm curious what's the criteria at your company, when do you move from an environment to the other? Also, how do you automate this, or does it require manual intervention?
Curious to see how other team and companies' practices.
https://redd.it/13ppz4i
@r_devops
As per title. I'm curious what's the criteria at your company, when do you move from an environment to the other? Also, how do you automate this, or does it require manual intervention?
Curious to see how other team and companies' practices.
https://redd.it/13ppz4i
@r_devops
Reddit
r/devops on Reddit: When do you promote from Dev->QA->Stage->Prod?
Posted by u/redfournine - No votes and no comments
How to add non modular jar in module project ?
stackoverflow-source
I tried import junit.awtui in my module project main class
Error report : The package junit.awtui is not accessible
Problem is junit jar hasn't module-info.class, so its packages are not accessible
How can I resolve the problem ?
https://redd.it/13prgrs
@r_devops
stackoverflow-source
I tried import junit.awtui in my module project main class
Error report : The package junit.awtui is not accessible
Problem is junit jar hasn't module-info.class, so its packages are not accessible
How can I resolve the problem ?
https://redd.it/13prgrs
@r_devops
Stack Overflow
How to add non modular jar in module project?
my module project
As I understand non modular jar is a file without module-info declaration in its directory My problem is I don't know how put module-info.class in junit-3.8.1.jar to make its pack...
As I understand non modular jar is a file without module-info declaration in its directory My problem is I don't know how put module-info.class in junit-3.8.1.jar to make its pack...
DevPod Demo - Walkthrough of the UI and CLI tips (Open Source alternative to Codespaces)
Here's a demo with one of the DevPod creators. We walk through how to create workspaces, how providers work, how the CLI can be used instead of the UI, and other topics we haven't covered previously in videos.
If you have questions, or want to see content around some of the topics we briefly touched on, let us know!
https://youtube.com/live/Bu-aGpzwMUw
https://github.com/loft-sh/devpod
https://redd.it/13psb7z
@r_devops
Here's a demo with one of the DevPod creators. We walk through how to create workspaces, how providers work, how the CLI can be used instead of the UI, and other topics we haven't covered previously in videos.
If you have questions, or want to see content around some of the topics we briefly touched on, let us know!
https://youtube.com/live/Bu-aGpzwMUw
https://github.com/loft-sh/devpod
https://redd.it/13psb7z
@r_devops
YouTube
Introducing DevPod - A Livestream Event
https://github.com/loft-sh/devpod
Join Fabian Kramm, and Mike Petersen, for a demo of DevPod. DevPod is a brand new Open Source project, from Loft Labs, for creating Dev-Environments-As-Code on any infrastructure.
If you are interested in getting started…
Join Fabian Kramm, and Mike Petersen, for a demo of DevPod. DevPod is a brand new Open Source project, from Loft Labs, for creating Dev-Environments-As-Code on any infrastructure.
If you are interested in getting started…
Jenkins credentials
So, I was very excited about creating my first pipeline from scratch! Using Terraform to write my code and a GitHub repo, then now it comes to automating with Jenkins and I keep getting this error message
Error: configuring Terraform AWS Provider: failed to get shared config profile, default with provider["registry.terraform.io/hashicorp/aws"\], on providers.tf line 9, in provider "aws": 9: provider "aws" { Build step 'Execute shell' marked build as failure Finished: FAILURE
The code runs with no errors from the Cloud9 instance but for some reason, Jenkins cannot access the shared credentials file. Help, please
https://redd.it/13pux6j
@r_devops
So, I was very excited about creating my first pipeline from scratch! Using Terraform to write my code and a GitHub repo, then now it comes to automating with Jenkins and I keep getting this error message
Error: configuring Terraform AWS Provider: failed to get shared config profile, default with provider["registry.terraform.io/hashicorp/aws"\], on providers.tf line 9, in provider "aws": 9: provider "aws" { Build step 'Execute shell' marked build as failure Finished: FAILURE
The code runs with no errors from the Cloud9 instance but for some reason, Jenkins cannot access the shared credentials file. Help, please
https://redd.it/13pux6j
@r_devops
Reddit
r/devops on Reddit: Jenkins credentials
Posted by u/penny-machine - No votes and no comments
Learn how elastic.co "does" internal eng productivity this Friday
This Friday, Stacey King Poling, Director of Engineering at Elastic.co will discuss eng productivity as part of Aviator's "off the record" series.
It's free and not recorded. Hope to see you there.
https://twitter.com/Aviatorco/status/1661070867453886465?s=20
Sign up: https://dx.community/
https://redd.it/13pw9hy
@r_devops
This Friday, Stacey King Poling, Director of Engineering at Elastic.co will discuss eng productivity as part of Aviator's "off the record" series.
It's free and not recorded. Hope to see you there.
https://twitter.com/Aviatorco/status/1661070867453886465?s=20
Sign up: https://dx.community/
https://redd.it/13pw9hy
@r_devops
Twitter
It's "off the record" time again. In our fourth installment, we'll spend some time discussing internal engineering productivity with Stacey King Poling. Sign up at https://t.co/8QbhE8xman.
dagger tool
Hello, folks!
I have been studying a bit the dagger for CICD tool at https://dagger.io/
For me it's pretty cool how pipelines could be created using Python/others programming languages instead of using YAML / pwsh/ bash scripts/ GitHub actions.
Other positive point is to have a way to test the pipelines without spending time on cloud CICD solutions.
What do you think about? Are you currently using for your projects/in your company?
Appreciate your comments
https://redd.it/13pvqlc
@r_devops
Hello, folks!
I have been studying a bit the dagger for CICD tool at https://dagger.io/
For me it's pretty cool how pipelines could be created using Python/others programming languages instead of using YAML / pwsh/ bash scripts/ GitHub actions.
Other positive point is to have a way to test the pipelines without spending time on cloud CICD solutions.
What do you think about? Are you currently using for your projects/in your company?
Appreciate your comments
https://redd.it/13pvqlc
@r_devops
Hypocritical managers and devops
Has anyone else noticed the number of managers that are absolute hypocrites? They want us to do strict 9 to 5, in the office a certain amount. And then they are barely visible from the org standpoint, work from home without any schedule for us to know when they'll be available. I'm at the point where I've been with this org for a year now almost and I think I'm ready to move on already. Like if I had kids it'd be a lot easier to get him to be flexible about the hours. But since I don't have kids it's like he expects my entire life to revolve around this team.
Like, I was 7 years in the industry before this job. Have appointments, health issues, have PT, etc. Those are ALL during the day. It's weird, as long as he doesn't see or is doing his own thing he doesn't care. But he just gets these random moments of "i must exercise my power and feel powerful" and we're just supposed to bow down. It's so cringe and I'm ready to leave this employer.
/vent /rant
https://redd.it/13pwwnb
@r_devops
Has anyone else noticed the number of managers that are absolute hypocrites? They want us to do strict 9 to 5, in the office a certain amount. And then they are barely visible from the org standpoint, work from home without any schedule for us to know when they'll be available. I'm at the point where I've been with this org for a year now almost and I think I'm ready to move on already. Like if I had kids it'd be a lot easier to get him to be flexible about the hours. But since I don't have kids it's like he expects my entire life to revolve around this team.
Like, I was 7 years in the industry before this job. Have appointments, health issues, have PT, etc. Those are ALL during the day. It's weird, as long as he doesn't see or is doing his own thing he doesn't care. But he just gets these random moments of "i must exercise my power and feel powerful" and we're just supposed to bow down. It's so cringe and I'm ready to leave this employer.
/vent /rant
https://redd.it/13pwwnb
@r_devops
Reddit
r/devops on Reddit: Hypocritical managers and devops
Posted by u/suberdoo - No votes and 10 comments
Help me understand trunk based development (for academia and research usefulness)
I'm an academic researcher. I have a deep fear of one day being one of those old professors who still thinks LabView is the greatest thing since sliced bread and that there isn't even a reason to give something like Python the time of day.
Git flow is an excellent branching model. It still has its place for things like open-source projects where you need to control things tightly. It is also relatively simple, and can easily be explained and followed by other academics and scientists who, while they write good code for their domain, are not themselves software engineers.
I'm a proponent of semantic versioning and conventional commits. I also believe deeply in achieving 100% code coverage and that this plays a significant role in continuous integration before allowing merges back into main.
I keep hearing about trunk-based development. I've read many articles. I've read most of trunkbaseddevelopment.com. However, it all seems like a lot of talk. It looks even more so to be just the absolute Wild West and an excuse to develop however you want. Of the few more fleshed-out examples I have found, it quite honestly seems to largely resemble git flow in many ways, minus the develop and release branch, just going straight from feature to main, assuming it has passed all the CI checks.
Emphasis keeps getting placed, it seems, on these short-lived feature branches so that you can avoid merge hell. Merge hell is not a consequence of long-lived feature branches. It is a consequence of inadequate project management, in my experience. It stems from needing a proper issue tracker and project manager; from two people or groups working on the same area of code simultaneously.
I understand trunk-based development is not meant to replace things like git flow for open source, but I am interested in if it fits internal projects. But I am seriously failing to understand the appeal or, quite frankly, the point.
I especially don't understand this rapid or short-lived feature branch talk. Sometimes features take a long time to develop. Writing good unit tests and integration tests often takes longer than writing the code itself. There's no getting around that and no changing the fact that you shouldn't be prematurely merging code from a significant addition that will take time to engineer out properly.
I don't understand what trunk-based development actually solves, and that isn't just a consequence of poor project management.
What am I missing or failing to understand here? Are there any good articles or resources that talk about and address these kinds of issues in a salient way that are not just pure hype clickbait blog posts?
Thanks in advance.
https://redd.it/13pyae7
@r_devops
I'm an academic researcher. I have a deep fear of one day being one of those old professors who still thinks LabView is the greatest thing since sliced bread and that there isn't even a reason to give something like Python the time of day.
Git flow is an excellent branching model. It still has its place for things like open-source projects where you need to control things tightly. It is also relatively simple, and can easily be explained and followed by other academics and scientists who, while they write good code for their domain, are not themselves software engineers.
I'm a proponent of semantic versioning and conventional commits. I also believe deeply in achieving 100% code coverage and that this plays a significant role in continuous integration before allowing merges back into main.
I keep hearing about trunk-based development. I've read many articles. I've read most of trunkbaseddevelopment.com. However, it all seems like a lot of talk. It looks even more so to be just the absolute Wild West and an excuse to develop however you want. Of the few more fleshed-out examples I have found, it quite honestly seems to largely resemble git flow in many ways, minus the develop and release branch, just going straight from feature to main, assuming it has passed all the CI checks.
Emphasis keeps getting placed, it seems, on these short-lived feature branches so that you can avoid merge hell. Merge hell is not a consequence of long-lived feature branches. It is a consequence of inadequate project management, in my experience. It stems from needing a proper issue tracker and project manager; from two people or groups working on the same area of code simultaneously.
I understand trunk-based development is not meant to replace things like git flow for open source, but I am interested in if it fits internal projects. But I am seriously failing to understand the appeal or, quite frankly, the point.
I especially don't understand this rapid or short-lived feature branch talk. Sometimes features take a long time to develop. Writing good unit tests and integration tests often takes longer than writing the code itself. There's no getting around that and no changing the fact that you shouldn't be prematurely merging code from a significant addition that will take time to engineer out properly.
I don't understand what trunk-based development actually solves, and that isn't just a consequence of poor project management.
What am I missing or failing to understand here? Are there any good articles or resources that talk about and address these kinds of issues in a salient way that are not just pure hype clickbait blog posts?
Thanks in advance.
https://redd.it/13pyae7
@r_devops
Trunkbaseddevelopment
Trunk Based Development
A portal on this practice
OIDC Proxy Server for AWS/Github Actions
Has anyone created a custom api server that acts as a proxy between Github enterprise org and AWS for adding OIDC provider
​
end goal is to use github actions to use oidc role on aws. however github enterprise org has a VPN in front of it and cannot validate thumbprint through providers (AWS console)
https://redd.it/13q2dc8
@r_devops
Has anyone created a custom api server that acts as a proxy between Github enterprise org and AWS for adding OIDC provider
​
end goal is to use github actions to use oidc role on aws. however github enterprise org has a VPN in front of it and cannot validate thumbprint through providers (AWS console)
https://redd.it/13q2dc8
@r_devops
Reddit
r/devops on Reddit: OIDC Proxy Server for AWS/Github Actions
Posted by u/corean1993 - No votes and no comments
"um": GPT-powered CLI Assistant
Hey, fellow Redditors! I'm excited to share with you a CLI tool that we've been working on called `um`. `um` as in "um... what was that aws cli command to invoke lambda function?".
GitHub: [https://github.com/promptops/cli](https://github.com/promptops/cli)
**Motivation**
On average I run roughly 15 shell commands a day. These include a lot of trivial git commands, but there’s the occasional aws cli command to run, or I have to untar a file, or run internal script with positional arguments which I always mess up. And this leads to googling, or reading through the aws cli help, source code, etc. Ultimately I don’t want to remember funky syntax, I just want to say what I want to do and get it done. That's why we developed "um" - just ask questions in plain English right there in the terminal and get the perfect shell command. No more context switching.
**Key Features**
* **Find the right command without leaving the terminal:** ask questions in plain English directly from the command line.
* **(Optional) Index your shell history for sub-second response:** By indexing your history, `um` can suggest previously used commands and personalize generated responses. The index is stored locally on your machine.
* **GPT-powered answers:** `um` uses GPT-4 (by default) to generate command line expressions based on your queries.
* **Context-aware corrections:** `um` learns from your corrections, ensuring that similar questions give you improved results over time.
* **Respecting your privacy:** To protect your sensitive data, `um` uses the excellent [detect-secrets](https://github.com/Yelp/detect-secrets) python library to remove passwords and tokens before indexing commands. Also our OpenAI account is opted out of collecting and using data for training the next versions of GPT.
**How** `um` **works**
`um` first checks the indexed history for sub-second responses. If the command is not found, it uses the generative model to provide command suggestions based on your query. You also get explanations of the suggested commands. Corrections that you make are indexed, to ensure improved suggestions for similar questions in the future.
**Installation**
👉 Please visit our [GitHub repository](https://github.com/promptops/cli) for installation instructions and more details.
**Examples**
$ um list running ec2 instances
📖 aws ec2 describe-instances
➜︎ ✨ aws ec2 describe-instances --filters 'Name=instance-state-name,Values=running' --query 'Reservations[].Instances[].{Instance:InstanceId,Type:InstanceType,State:State.Name}' --output table
💭️ don't see what you're looking for? try providing more context
$ um list git branches ordered by recency
📖 git log
➜︎ ✨ git for-each-ref --sort=-committerdate --format='%(committerdate:relative) %(refname:short)' refs/heads
💭️ don't see what you're looking for? try providing more context
We value your feedback! We are still in the early stages of development, if (when) you encounter any issues or have suggestions for improvements, please let us know. Reply to this post, report in github, or contact me directly.
Thank you for your support, and happy scripting!
https://redd.it/13q48o5
@r_devops
Hey, fellow Redditors! I'm excited to share with you a CLI tool that we've been working on called `um`. `um` as in "um... what was that aws cli command to invoke lambda function?".
GitHub: [https://github.com/promptops/cli](https://github.com/promptops/cli)
**Motivation**
On average I run roughly 15 shell commands a day. These include a lot of trivial git commands, but there’s the occasional aws cli command to run, or I have to untar a file, or run internal script with positional arguments which I always mess up. And this leads to googling, or reading through the aws cli help, source code, etc. Ultimately I don’t want to remember funky syntax, I just want to say what I want to do and get it done. That's why we developed "um" - just ask questions in plain English right there in the terminal and get the perfect shell command. No more context switching.
**Key Features**
* **Find the right command without leaving the terminal:** ask questions in plain English directly from the command line.
* **(Optional) Index your shell history for sub-second response:** By indexing your history, `um` can suggest previously used commands and personalize generated responses. The index is stored locally on your machine.
* **GPT-powered answers:** `um` uses GPT-4 (by default) to generate command line expressions based on your queries.
* **Context-aware corrections:** `um` learns from your corrections, ensuring that similar questions give you improved results over time.
* **Respecting your privacy:** To protect your sensitive data, `um` uses the excellent [detect-secrets](https://github.com/Yelp/detect-secrets) python library to remove passwords and tokens before indexing commands. Also our OpenAI account is opted out of collecting and using data for training the next versions of GPT.
**How** `um` **works**
`um` first checks the indexed history for sub-second responses. If the command is not found, it uses the generative model to provide command suggestions based on your query. You also get explanations of the suggested commands. Corrections that you make are indexed, to ensure improved suggestions for similar questions in the future.
**Installation**
👉 Please visit our [GitHub repository](https://github.com/promptops/cli) for installation instructions and more details.
**Examples**
$ um list running ec2 instances
📖 aws ec2 describe-instances
➜︎ ✨ aws ec2 describe-instances --filters 'Name=instance-state-name,Values=running' --query 'Reservations[].Instances[].{Instance:InstanceId,Type:InstanceType,State:State.Name}' --output table
💭️ don't see what you're looking for? try providing more context
$ um list git branches ordered by recency
📖 git log
➜︎ ✨ git for-each-ref --sort=-committerdate --format='%(committerdate:relative) %(refname:short)' refs/heads
💭️ don't see what you're looking for? try providing more context
We value your feedback! We are still in the early stages of development, if (when) you encounter any issues or have suggestions for improvements, please let us know. Reply to this post, report in github, or contact me directly.
Thank you for your support, and happy scripting!
https://redd.it/13q48o5
@r_devops
GitHub
GitHub - promptops/cli: um is a GPT-powered CLI assistant. Ask questions in plain English, get the perfect shell command.
um is a GPT-powered CLI assistant. Ask questions in plain English, get the perfect shell command. - promptops/cli
Ansible - how widely used is it ?
Past two organizations / teams I have been with they used ansible but it seemed like rarely. They weren’t always pushing changes to a ton of nodes etc. Probably got used a handful of times a year. New place I’ve seen it used twice in the past 3 years….
It is just the places I have worked at or is it slowly being phased out ?
https://redd.it/13q3oo3
@r_devops
Past two organizations / teams I have been with they used ansible but it seemed like rarely. They weren’t always pushing changes to a ton of nodes etc. Probably got used a handful of times a year. New place I’ve seen it used twice in the past 3 years….
It is just the places I have worked at or is it slowly being phased out ?
https://redd.it/13q3oo3
@r_devops
Reddit
r/devops on Reddit: Ansible - how widely used is it ?
Posted by u/hiamanon1 - No votes and 5 comments
How long do you stay “stuck”
Preface, Junior here - on a relatively smalll team. Only 3 of us and 2 other seniors. One just started parental leave as of yesterday.
Have been stuck on an issue well since yesterday and I have been exploring a few options. Have been running things locally but I keep coming back to square 1. At this point it’s frustrating, on a relatively simple Ask but the requirements have me unsure how to tackle said problem.
Other senior is super busy lately and I’m just frankly not sure when to ask for help/insight, especially since this would be considered a more junior problem.
When do you guys decide it’s time to reach out rather than being stuck for X amount of time longer. Unfortunately Imposter syndrome has me paralyzed on seeking advice/help..
https://redd.it/13q3k4n
@r_devops
Preface, Junior here - on a relatively smalll team. Only 3 of us and 2 other seniors. One just started parental leave as of yesterday.
Have been stuck on an issue well since yesterday and I have been exploring a few options. Have been running things locally but I keep coming back to square 1. At this point it’s frustrating, on a relatively simple Ask but the requirements have me unsure how to tackle said problem.
Other senior is super busy lately and I’m just frankly not sure when to ask for help/insight, especially since this would be considered a more junior problem.
When do you guys decide it’s time to reach out rather than being stuck for X amount of time longer. Unfortunately Imposter syndrome has me paralyzed on seeking advice/help..
https://redd.it/13q3k4n
@r_devops
Reddit
r/devops on Reddit: How long do you stay “stuck”
Posted by u/nipaellafunk - 2 votes and 9 comments
My boss keeps committing his creds into git
Today I saw that my boss had created a script, again, that could include his system credentials, I looked at his branch, and sure enough, it does. Last time I cleaned a repo where he did this I had to clean it twice, because he pushed his copy of the branch up again. How do you handle this?
No impersonating him destructively isn’t an option, it’s a sensitive system where I’d have more than normal penalties.
Yes, I am already looking at other opportunities despite only being here almost 3 months.
https://redd.it/13q6fwm
@r_devops
Today I saw that my boss had created a script, again, that could include his system credentials, I looked at his branch, and sure enough, it does. Last time I cleaned a repo where he did this I had to clean it twice, because he pushed his copy of the branch up again. How do you handle this?
No impersonating him destructively isn’t an option, it’s a sensitive system where I’d have more than normal penalties.
Yes, I am already looking at other opportunities despite only being here almost 3 months.
https://redd.it/13q6fwm
@r_devops
Reddit
r/devops on Reddit: My boss keeps committing his creds into git
Posted by u/KentrosChari - No votes and 4 comments