Cake v6.0.0 Released - .NET 10 Support & New Cake.Sdk Runner 🚀
Just released Cake v6.0.0! 🚀🍰
What's New:
✨ .NET 10 & C# 14 support
🚀 New Cake.Sdk runner
📦 Cake.Template for getting started quickly with Cake.Sdk
🔧 Addin recommended version updated to 6.0.0
The new Cake.Sdk runner brings the modern "dotnet run app.cs" experience to Cake, working with .NET 8, 9, and 10. Get started quickly with dotnet new install Cake.Template and then dotnet new cakefile.
Full details: cakebuild.net/blog/2025/11/cake-v6.0.0-released
https://redd.it/1oupa99
@r_devops
Just released Cake v6.0.0! 🚀🍰
What's New:
✨ .NET 10 & C# 14 support
🚀 New Cake.Sdk runner
📦 Cake.Template for getting started quickly with Cake.Sdk
🔧 Addin recommended version updated to 6.0.0
The new Cake.Sdk runner brings the modern "dotnet run app.cs" experience to Cake, working with .NET 8, 9, and 10. Get started quickly with dotnet new install Cake.Template and then dotnet new cakefile.
Full details: cakebuild.net/blog/2025/11/cake-v6.0.0-released
https://redd.it/1oupa99
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Open Redirect Vulnerabilities: The Gateway to Phishing Paradise 🚪
https://instatunnel.my/blog/open-redirect-vulnerabilities-the-gateway-to-phishing-paradise
https://redd.it/1ouuvoy
@r_devops
https://instatunnel.my/blog/open-redirect-vulnerabilities-the-gateway-to-phishing-paradise
https://redd.it/1ouuvoy
@r_devops
InstaTunnel
Open Redirects: Gateway to Phishing, OAuth Abuse & Token
Explore how open redirect parameters on trusted domains enable phishing, OAuth token theft, and credential capture. Learn detection, real-world impact
I built an on-prem K8s cluster on Proxmox (Terraform + Ansible + RKE2) and I want to hear your opinions on my project.
Hey r/devops,
I'm a sophomore in Computer Science, but I'm finding I like this whole DevOps thing way more than my actual classes. I've been playing around with Docker and self-hosting stuff since high school. When I was looking at roadmap.sh, the DevOps path just... clicked with all the stuff I was already doing.
So, to really practice the tools on that roadmap, I just finished a big personal project, provision and bootstrap a RKE2 Kubernetes cluster on Proxmox. I'd really appreciate your opinion on it, and I really need some career advice.
Here's the rundown of the project:
Terraform: Spins up 12 VMs (6 dev, 6 prod) on my Proxmox homelab. This was my first time really digging into IaC: I built reusable modules, separated my dev/prod env variables, used cloud-init for setup, and set up remote state on a separate Minio server.
Bash: I wrote a simple bash script that parses Terraform's JSON output to auto-generate the Ansible inventory.ini file.
Ansible: Then Ansible takes that inventory and bootstrap a full, highly-available RKE2 cluster from scratch.
kube-vip for the control-plane HA and for LoadBalancer services.
Traefik as the ingress controller.
cert-manager for automatic SSL.
Longhorn for distributed persistent storage.
ArgoCD to get the cluster ready for a GitOps workflow.
Additionally, I also looking for career advices. I love doing automation, building platforms, and monitoring it. But when I look for internships, I see "Software Engineer Intern" or "IT Help Desk." I never see "DevOps Intern." It feels like the role doesn't exist for students.
This has me wondering...
Am I in the wrong major? Should I switch from Computer Science to an IT program? I couldn't even sign up Computer Networks on the next semester because there isn't anyone to teach on my major, and I couldn't sign up the course for IT as a CS student in my school. I also don't mind doing programming. The only thing I am afraid is that if I stay in CS, it will be harder for me to land an internship as a Software Engineer since I don't spend time doing LeetCode, learning languages like my peer do.
Is the only way into this field to start as a SysAdmin for a few years and then try to move into a DevOps role?
I'm just kinda lost on what the path is supposed to look like for someone my age who wants to get into this. Also as an international student in US, I know the market is more and more competitive right now, so I want to focus on one path and then learn all the skills required as soon as possible.
Here's the repo if you want to see the code: https://github.com/phuchoang2603/kubernetes-proxmox
Thanks for any advice.
https://redd.it/1ouw55p
@r_devops
Hey r/devops,
I'm a sophomore in Computer Science, but I'm finding I like this whole DevOps thing way more than my actual classes. I've been playing around with Docker and self-hosting stuff since high school. When I was looking at roadmap.sh, the DevOps path just... clicked with all the stuff I was already doing.
So, to really practice the tools on that roadmap, I just finished a big personal project, provision and bootstrap a RKE2 Kubernetes cluster on Proxmox. I'd really appreciate your opinion on it, and I really need some career advice.
Here's the rundown of the project:
Terraform: Spins up 12 VMs (6 dev, 6 prod) on my Proxmox homelab. This was my first time really digging into IaC: I built reusable modules, separated my dev/prod env variables, used cloud-init for setup, and set up remote state on a separate Minio server.
Bash: I wrote a simple bash script that parses Terraform's JSON output to auto-generate the Ansible inventory.ini file.
Ansible: Then Ansible takes that inventory and bootstrap a full, highly-available RKE2 cluster from scratch.
kube-vip for the control-plane HA and for LoadBalancer services.
Traefik as the ingress controller.
cert-manager for automatic SSL.
Longhorn for distributed persistent storage.
ArgoCD to get the cluster ready for a GitOps workflow.
Additionally, I also looking for career advices. I love doing automation, building platforms, and monitoring it. But when I look for internships, I see "Software Engineer Intern" or "IT Help Desk." I never see "DevOps Intern." It feels like the role doesn't exist for students.
This has me wondering...
Am I in the wrong major? Should I switch from Computer Science to an IT program? I couldn't even sign up Computer Networks on the next semester because there isn't anyone to teach on my major, and I couldn't sign up the course for IT as a CS student in my school. I also don't mind doing programming. The only thing I am afraid is that if I stay in CS, it will be harder for me to land an internship as a Software Engineer since I don't spend time doing LeetCode, learning languages like my peer do.
Is the only way into this field to start as a SysAdmin for a few years and then try to move into a DevOps role?
I'm just kinda lost on what the path is supposed to look like for someone my age who wants to get into this. Also as an international student in US, I know the market is more and more competitive right now, so I want to focus on one path and then learn all the skills required as soon as possible.
Here's the repo if you want to see the code: https://github.com/phuchoang2603/kubernetes-proxmox
Thanks for any advice.
https://redd.it/1ouw55p
@r_devops
GitHub
GitHub - phuchoang2603/kubernetes-proxmox: auto provision and deploy k8s to proxmox using terraform + ansible
auto provision and deploy k8s to proxmox using terraform + ansible - phuchoang2603/kubernetes-proxmox
DevOps Engineer (1 Year Experience) | AWS, Azure, Docker, GitHub Actions | Open to Remote or On-Site Roles
Hey everyone 👋
I’m a DevOps Engineer with about a year of hands-on experience, and I’m currently exploring new opportunities — open to both remote and on-site roles.
Over the past year, I’ve been working on cloud infrastructure, CI/CD automation, and containerized deployments across AWS and Azure environments. I’m passionate about improving developer workflows, building reliable systems, and automating everything I can.
Here’s a quick overview of my experience and skill set:
🌩️ Cloud Platforms: AWS (EC2, S3, IAM, Lambda, ECS), Azure (VMs, Storage, Azure DevOps)
⚙️ CI/CD Tools: GitHub Actions, Jenkins, Azure Pipelines
🐳 Containers & Orchestration: Docker, Kubernetes (EKS, AKS), Helm
🏗️ Infrastructure as Code: Terraform, CloudFormation
🧠 Monitoring & Logging: Prometheus, Grafana, CloudWatch, ELK Stack
💬 Scripting & Automation: Bash, Python, PowerShell
🔒 Version Control & Collaboration: Git, GitHub, Bitbucket
🧩 Other Tools & Concepts: Linux administration, Networking basics, Agile/Scrum, DevSecOps principles
I really enjoy problem-solving, optimizing CI/CD pipelines, and learning new cloud-native technologies. I’m currently expanding my knowledge in Ansible, ArgoCD, and observability tools to strengthen my automation and monitoring skills.
If anyone knows of teams hiring or looking for a motivated DevOps Engineer, I’d love to connect. Feel free to message me directly or drop a comment here.
Thanks for reading, and happy automating! 🚀
https://redd.it/1ouxaq5
@r_devops
Hey everyone 👋
I’m a DevOps Engineer with about a year of hands-on experience, and I’m currently exploring new opportunities — open to both remote and on-site roles.
Over the past year, I’ve been working on cloud infrastructure, CI/CD automation, and containerized deployments across AWS and Azure environments. I’m passionate about improving developer workflows, building reliable systems, and automating everything I can.
Here’s a quick overview of my experience and skill set:
🌩️ Cloud Platforms: AWS (EC2, S3, IAM, Lambda, ECS), Azure (VMs, Storage, Azure DevOps)
⚙️ CI/CD Tools: GitHub Actions, Jenkins, Azure Pipelines
🐳 Containers & Orchestration: Docker, Kubernetes (EKS, AKS), Helm
🏗️ Infrastructure as Code: Terraform, CloudFormation
🧠 Monitoring & Logging: Prometheus, Grafana, CloudWatch, ELK Stack
💬 Scripting & Automation: Bash, Python, PowerShell
🔒 Version Control & Collaboration: Git, GitHub, Bitbucket
🧩 Other Tools & Concepts: Linux administration, Networking basics, Agile/Scrum, DevSecOps principles
I really enjoy problem-solving, optimizing CI/CD pipelines, and learning new cloud-native technologies. I’m currently expanding my knowledge in Ansible, ArgoCD, and observability tools to strengthen my automation and monitoring skills.
If anyone knows of teams hiring or looking for a motivated DevOps Engineer, I’d love to connect. Feel free to message me directly or drop a comment here.
Thanks for reading, and happy automating! 🚀
https://redd.it/1ouxaq5
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Has anyone automated parts of their PR reviews with AI tools?
We’ve been looking for ways to reduce the review backlog in our CI/CD flow. Recently we trialed cubic and coderabbit to catch smaller issues before human reviewers step in.
I’m still wondering if they actually improve overall throughput or just add more noise.
Anyone here successfully built AI review tools into their DevOps pipelines? How did it go in practice?
https://redd.it/1ouwhpj
@r_devops
We’ve been looking for ways to reduce the review backlog in our CI/CD flow. Recently we trialed cubic and coderabbit to catch smaller issues before human reviewers step in.
I’m still wondering if they actually improve overall throughput or just add more noise.
Anyone here successfully built AI review tools into their DevOps pipelines? How did it go in practice?
https://redd.it/1ouwhpj
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
From Dba to devops/SRE/Platform Engineering
I work as a dba having 10 years of experience based in Pune. For last one year I have been preparing to make a transition into devops/SRE/Platform engineering. I've obtained AWS SA 03 certificate and trained rigorously on devops concept like Git, jenkins, docker, k8, helm, Gitops, python, AWS and few more things.
It's been more than a year preparing for this side by side. Now that I have almost covered everything, I'm unsure of how to make transition as I don't have proper experience in this field.
I need your guidance to under the further roadmap to make a successful transition.
https://redd.it/1ouyv8l
@r_devops
I work as a dba having 10 years of experience based in Pune. For last one year I have been preparing to make a transition into devops/SRE/Platform engineering. I've obtained AWS SA 03 certificate and trained rigorously on devops concept like Git, jenkins, docker, k8, helm, Gitops, python, AWS and few more things.
It's been more than a year preparing for this side by side. Now that I have almost covered everything, I'm unsure of how to make transition as I don't have proper experience in this field.
I need your guidance to under the further roadmap to make a successful transition.
https://redd.it/1ouyv8l
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Does this MIT study on AI coding tools match what you see in prod?
MIT ran a study on developers using AI code assistants.
The takeaway (for me at least):
– AI makes it faster to get “some” answer
– quality and correctness can go down
– people feel more confident in those answers than they should
There’s a good walkthrough of the study here:
https://www.youtube.com/watch?v=Zsh6VgcYCdI
As someone who thinks a lot about reliability, this feels like a bad mix:
faster changes, more subtle mistakes, more confidence.
For those of you in DevOps / SRE roles:
– have you seen any change in incident patterns as your teams started using AI tools?
– are you doing anything different for impact analysis or change review now?
– or is it basically the same process as before, just with more “AI helped me write this” in the PR description?
Very curious how this looks from the people who sit closest to prod.
https://redd.it/1ov0bnr
@r_devops
MIT ran a study on developers using AI code assistants.
The takeaway (for me at least):
– AI makes it faster to get “some” answer
– quality and correctness can go down
– people feel more confident in those answers than they should
There’s a good walkthrough of the study here:
https://www.youtube.com/watch?v=Zsh6VgcYCdI
As someone who thinks a lot about reliability, this feels like a bad mix:
faster changes, more subtle mistakes, more confidence.
For those of you in DevOps / SRE roles:
– have you seen any change in incident patterns as your teams started using AI tools?
– are you doing anything different for impact analysis or change review now?
– or is it basically the same process as before, just with more “AI helped me write this” in the PR description?
Very curious how this looks from the people who sit closest to prod.
https://redd.it/1ov0bnr
@r_devops
YouTube
The AI Bubble: Why 95% of GenAI Projects Are Failing | Vantage with Palki Sharma | N18G
Artificial Intelligence was supposed to be capitalism’s golden goose — rewriting emails, reinventing customer service, and reshaping entire economies. But a new MIT study says 95% of enterprise AI pilots fail to deliver meaningful revenue. Instead of breakthroughs…
I want to start my career in Cloud + DevOps… need some suggestions 🙏
Hi everyone 👋,
I’m 23 and I know some basic Python. I’m planning to start my career in Cloud + DevOps, but I’m a bit confused on where and how to begin.
Can you please suggest:
How to start learning Cloud/DevOps (from basics)
Any good resources, YouTube channels, or certifications that actually help to get a decent job
Also, if there’s any other tech stack I should look into for a quicker job entry
This is my career starting point, so any genuine suggestions or guidance from your experience will really help
https://redd.it/1ov0wqk
@r_devops
Hi everyone 👋,
I’m 23 and I know some basic Python. I’m planning to start my career in Cloud + DevOps, but I’m a bit confused on where and how to begin.
Can you please suggest:
How to start learning Cloud/DevOps (from basics)
Any good resources, YouTube channels, or certifications that actually help to get a decent job
Also, if there’s any other tech stack I should look into for a quicker job entry
This is my career starting point, so any genuine suggestions or guidance from your experience will really help
https://redd.it/1ov0wqk
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
How are DevOps teams keeping API documentation up to date in 2025?
It feels like every team I talk to still struggles with this.
Docs get out of sync the moment new endpoints are deployed, and half the time no one remembers to update the spec until something breaks.
We’ve been testing a few approaches:
Auto-generating docs from OpenAPI specs or annotations
- Syncing API tests and docs from the same source
- Integrating doc updates directly into CI/CD pipelines
Some of the tools we’ve explored so far include:
Swagger, Redocly, Stoplight, DeveloperHub, Apidog, Docusaurus, ReadMe, and Slate.
Each takes a different approach to collaboration, versioning, and automation.
Curious what’s working for your teams
Are you automating API documentation updates, or still managing them manually through version control?
https://redd.it/1ov1ohe
@r_devops
It feels like every team I talk to still struggles with this.
Docs get out of sync the moment new endpoints are deployed, and half the time no one remembers to update the spec until something breaks.
We’ve been testing a few approaches:
Auto-generating docs from OpenAPI specs or annotations
- Syncing API tests and docs from the same source
- Integrating doc updates directly into CI/CD pipelines
Some of the tools we’ve explored so far include:
Swagger, Redocly, Stoplight, DeveloperHub, Apidog, Docusaurus, ReadMe, and Slate.
Each takes a different approach to collaboration, versioning, and automation.
Curious what’s working for your teams
Are you automating API documentation updates, or still managing them manually through version control?
https://redd.it/1ov1ohe
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Best content management system decision for a small business website redesign
Our company website was built 8 years ago by a developer who's no longer with us and it's a mess of custom code that nobody knows how to update. We're redesigning from scratch and I'm trying to figure out what CMS to use. We need about 30-40 pages, a blog, contact forms, and maybe the ability to add a simple product catalog in the future. No ecommerce checkout needed right now. Budget is flexible but I don't want to pay thousands in hosting and maintenance annually.
https://redd.it/1ov0tr4
@r_devops
Our company website was built 8 years ago by a developer who's no longer with us and it's a mess of custom code that nobody knows how to update. We're redesigning from scratch and I'm trying to figure out what CMS to use. We need about 30-40 pages, a blog, contact forms, and maybe the ability to add a simple product catalog in the future. No ecommerce checkout needed right now. Budget is flexible but I don't want to pay thousands in hosting and maintenance annually.
https://redd.it/1ov0tr4
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
QA -> DevOps transition advices
Hi guys,
I am a QA Automation (3 years total xp).
I work on a networking and linux based project. (2 years xp here).
Currently I use python and robot for test automation, but I also have the opportunity to work with docker, ansible, wireshark and jenkins for CI. Our infra is on prem. Here I learned that I like to work with linux, networking and infrastructure more than I enjoy QA Automation.
Also, I built a homelab with opnsense and proxmox. On the honelab I managed to work with proxmox, docker, vms, ansible, terraform, jenkins, k3s, grafana, prometheus, dns server, nginx and NAS.
What should I focus on? I tried to apply for DevOps/Infra jobs but without luck, I didn't get any interviews.
If there are people among you who have made a transition like this, how did they do it?
Thank you!
https://redd.it/1ov3yw7
@r_devops
Hi guys,
I am a QA Automation (3 years total xp).
I work on a networking and linux based project. (2 years xp here).
Currently I use python and robot for test automation, but I also have the opportunity to work with docker, ansible, wireshark and jenkins for CI. Our infra is on prem. Here I learned that I like to work with linux, networking and infrastructure more than I enjoy QA Automation.
Also, I built a homelab with opnsense and proxmox. On the honelab I managed to work with proxmox, docker, vms, ansible, terraform, jenkins, k3s, grafana, prometheus, dns server, nginx and NAS.
What should I focus on? I tried to apply for DevOps/Infra jobs but without luck, I didn't get any interviews.
If there are people among you who have made a transition like this, how did they do it?
Thank you!
https://redd.it/1ov3yw7
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
We’re exploring pipelines as code (GitOps). Any gotchas?
Thinking of moving CI/CD to pipelines-as-code with GitOps-style flows (app + infra changes via PRs, declarative configs, reviews, auto-promotions). What pitfalls should we watch for: repo sprawl/monorepo vs polyrepo, secrets/ephemeral creds, drift between pipeline runner and cluster, flaky approvals, environment promotion hygiene, or rollback complexity? Bonus tips on tooling (Argo CD/Flux + Tekton/GHA), handling per-env overlays, and keeping pipelines testable/versioned without slowing teams down.
https://redd.it/1ov64u3
@r_devops
Thinking of moving CI/CD to pipelines-as-code with GitOps-style flows (app + infra changes via PRs, declarative configs, reviews, auto-promotions). What pitfalls should we watch for: repo sprawl/monorepo vs polyrepo, secrets/ephemeral creds, drift between pipeline runner and cluster, flaky approvals, environment promotion hygiene, or rollback complexity? Bonus tips on tooling (Argo CD/Flux + Tekton/GHA), handling per-env overlays, and keeping pipelines testable/versioned without slowing teams down.
https://redd.it/1ov64u3
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
what's cryptographic attestation for AI? security team is asking for it now
Security team came back from an audit saying we need "cryptographic attestation" for our ML pipeline and I'm supposed to implement it but honestly don't know where to start.
I did some digging and got hit with walls of text about hardware keys, secure enclaves, and TPM chips, way over my head. Is this actually something I can implement or is this a "call in expensive consultants" situation?
What does it even do that regular monitoring and access logs don't already do? Need to go back to security with either a plan or an explanation of why we can't do it.
Any devops folks dealt with this before?
https://redd.it/1ov7kix
@r_devops
Security team came back from an audit saying we need "cryptographic attestation" for our ML pipeline and I'm supposed to implement it but honestly don't know where to start.
I did some digging and got hit with walls of text about hardware keys, secure enclaves, and TPM chips, way over my head. Is this actually something I can implement or is this a "call in expensive consultants" situation?
What does it even do that regular monitoring and access logs don't already do? Need to go back to security with either a plan or an explanation of why we can't do it.
Any devops folks dealt with this before?
https://redd.it/1ov7kix
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
How to get good in troubleshooting?
Hi Team , As per my experience most things are already setup like k8 cluster , ci cd pipelines, Terraform scripts unless you are in startup or got exposure in which project is starting from scratch.
I am facing challenges in trouble shooting various pipelines ,git lab issues , k8 issues because its not just a single script many scripts are interlinked to each other in such scenarios how to start because first understanding error and then searching solution for this , sometimes I wonder even I am on rigth track ,also AI is not that helpful in troubleshooting.
So how senior developers just by looking at error understand what is happening bcz many times I feel console error output is different in pipeline and solution is totally different and that to without using AI🫡.
Please can anyone guide because I think troubleshooting is most important skill rather than taking interviews on same concepts again and again which individual can learn but troubleshooting feels more unknown and scary territory especially when you haven't built it and joined in midway.
https://redd.it/1ov9mx8
@r_devops
Hi Team , As per my experience most things are already setup like k8 cluster , ci cd pipelines, Terraform scripts unless you are in startup or got exposure in which project is starting from scratch.
I am facing challenges in trouble shooting various pipelines ,git lab issues , k8 issues because its not just a single script many scripts are interlinked to each other in such scenarios how to start because first understanding error and then searching solution for this , sometimes I wonder even I am on rigth track ,also AI is not that helpful in troubleshooting.
So how senior developers just by looking at error understand what is happening bcz many times I feel console error output is different in pipeline and solution is totally different and that to without using AI🫡.
Please can anyone guide because I think troubleshooting is most important skill rather than taking interviews on same concepts again and again which individual can learn but troubleshooting feels more unknown and scary territory especially when you haven't built it and joined in midway.
https://redd.it/1ov9mx8
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Built a tool that auto-fixes security vulnerabilities in PRs. Need beta testers to validate if this actually solves a problem.
DevOps/DevSecOps folks, quick question: Do you ignore security linter warnings because fixing them is a pain?
I built CodeSlick to solve this, but I've been building in isolation for 6 months. Need real users to tell me if I'm solving a real problem.
# What It Does
[](https://github.com/VitorLourenco/codeslick2/blob/claude/codeslick-marketing-posts-011CV4APdZXGdG2bV7eaNXGr/docs/marketing/REDDIT_POST.md#what-it-does)
1. Analyzes PRs for security issues (SQL injection, XSS, hardcoded secrets, etc.)
2. Posts comment with severity score (CVSS-based) and OWASP mapping
3. **Opens a fix PR automatically** (this is the new part)
So instead of:
[Bot] Found SQL injection vulnerability in auth.py:42
You: *adds to backlog*
You: *forgets about it*
You: *gets pwned in 6 months*
You get:
[CodeSlick] Found SQL injection (CVSS 9.1, CRITICAL)
[CodeSlick] Opened fix PR #123 with parameterized query
You: *reviews diff* → *merges* → *done*
# Coverage
[](https://github.com/VitorLourenco/codeslick2/blob/claude/codeslick-marketing-posts-011CV4APdZXGdG2bV7eaNXGr/docs/marketing/REDDIT_POST.md#coverage)
* 79+ security checks (OWASP Top 10 2021 compliant)
* Dependency scanning (npm, pip, Maven)
* Languages: JavaScript, TypeScript, Python, Java
* GitHub PR integration live
* Auto-fix PR creation shipping in next version (maybe next week)
# Why I'm Here
[](https://github.com/VitorLourenco/codeslick2/blob/claude/codeslick-marketing-posts-011CV4APdZXGdG2bV7eaNXGr/docs/marketing/REDDIT_POST.md#why-im-here)
I need beta testers who will:
* Use it on real repos (not toy projects)
* Tell me what's broken
* Help me figure out if auto-fix PRs are genuinely valuable
* Break my assumptions about workflows
# What's In It For You
[](https://github.com/VitorLourenco/codeslick2/blob/claude/codeslick-marketing-posts-011CV4APdZXGdG2bV7eaNXGr/docs/marketing/REDDIT_POST.md#whats-in-it-for-you)
* Free during beta
* Direct access to me (solo founder)
* Influence on roadmap
* Early-bird pricing at launch
# The Reality Check
[](https://github.com/VitorLourenco/codeslick2/blob/claude/codeslick-marketing-posts-011CV4APdZXGdG2bV7eaNXGr/docs/marketing/REDDIT_POST.md#the-reality-check)
I don't know if this is useful or over-engineered. That's why I need you. If you've been burned by security audits or compliance issues, let's talk.
**Try it:** [codeslick.dev](http://codeslick.dev) **Contact:** Comment or DM
https://redd.it/1ovbao6
@r_devops
DevOps/DevSecOps folks, quick question: Do you ignore security linter warnings because fixing them is a pain?
I built CodeSlick to solve this, but I've been building in isolation for 6 months. Need real users to tell me if I'm solving a real problem.
# What It Does
[](https://github.com/VitorLourenco/codeslick2/blob/claude/codeslick-marketing-posts-011CV4APdZXGdG2bV7eaNXGr/docs/marketing/REDDIT_POST.md#what-it-does)
1. Analyzes PRs for security issues (SQL injection, XSS, hardcoded secrets, etc.)
2. Posts comment with severity score (CVSS-based) and OWASP mapping
3. **Opens a fix PR automatically** (this is the new part)
So instead of:
[Bot] Found SQL injection vulnerability in auth.py:42
You: *adds to backlog*
You: *forgets about it*
You: *gets pwned in 6 months*
You get:
[CodeSlick] Found SQL injection (CVSS 9.1, CRITICAL)
[CodeSlick] Opened fix PR #123 with parameterized query
You: *reviews diff* → *merges* → *done*
# Coverage
[](https://github.com/VitorLourenco/codeslick2/blob/claude/codeslick-marketing-posts-011CV4APdZXGdG2bV7eaNXGr/docs/marketing/REDDIT_POST.md#coverage)
* 79+ security checks (OWASP Top 10 2021 compliant)
* Dependency scanning (npm, pip, Maven)
* Languages: JavaScript, TypeScript, Python, Java
* GitHub PR integration live
* Auto-fix PR creation shipping in next version (maybe next week)
# Why I'm Here
[](https://github.com/VitorLourenco/codeslick2/blob/claude/codeslick-marketing-posts-011CV4APdZXGdG2bV7eaNXGr/docs/marketing/REDDIT_POST.md#why-im-here)
I need beta testers who will:
* Use it on real repos (not toy projects)
* Tell me what's broken
* Help me figure out if auto-fix PRs are genuinely valuable
* Break my assumptions about workflows
# What's In It For You
[](https://github.com/VitorLourenco/codeslick2/blob/claude/codeslick-marketing-posts-011CV4APdZXGdG2bV7eaNXGr/docs/marketing/REDDIT_POST.md#whats-in-it-for-you)
* Free during beta
* Direct access to me (solo founder)
* Influence on roadmap
* Early-bird pricing at launch
# The Reality Check
[](https://github.com/VitorLourenco/codeslick2/blob/claude/codeslick-marketing-posts-011CV4APdZXGdG2bV7eaNXGr/docs/marketing/REDDIT_POST.md#the-reality-check)
I don't know if this is useful or over-engineered. That's why I need you. If you've been burned by security audits or compliance issues, let's talk.
**Try it:** [codeslick.dev](http://codeslick.dev) **Contact:** Comment or DM
https://redd.it/1ovbao6
@r_devops
Helm upgrades
What is the best way to handle upgrades of applications deployed by helm?
We have several deployments like ingress-nginx where we need to have custom config in services configmaps. Like tcp-services config map, and additional port that need to be added to svc.
https://redd.it/1ovbuk7
@r_devops
What is the best way to handle upgrades of applications deployed by helm?
We have several deployments like ingress-nginx where we need to have custom config in services configmaps. Like tcp-services config map, and additional port that need to be added to svc.
https://redd.it/1ovbuk7
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Kubernetes ingress-nginx is retired. Will be archived in March 2026.
> Best-effort maintenance will continue until March 2026. Afterward, there will be no further releases, no bugfixes, and no updates to resolve any security vulnerabilities that may be discovered.
> (InGate development never progressed far enough to create a mature replacement; it will also be retired.)
> SIG Network and the Security Response Committee recommend that all Ingress NGINX users begin migration to Gateway API or another Ingress controller immediately.
Link: https://www.kubernetes.dev/blog/2025/11/12/ingress-nginx-retirement/
Let the migrations begin.
https://redd.it/1ove34w
@r_devops
> Best-effort maintenance will continue until March 2026. Afterward, there will be no further releases, no bugfixes, and no updates to resolve any security vulnerabilities that may be discovered.
> (InGate development never progressed far enough to create a mature replacement; it will also be retired.)
> SIG Network and the Security Response Committee recommend that all Ingress NGINX users begin migration to Gateway API or another Ingress controller immediately.
Link: https://www.kubernetes.dev/blog/2025/11/12/ingress-nginx-retirement/
Let the migrations begin.
https://redd.it/1ove34w
@r_devops
Kubernetes Contributors
Ingress NGINX Retirement: What You Need to Know
To prioritize the safety and security of the ecosystem, Kubernetes SIG Network and the Security Response Committee are announcing the upcoming retirement of Ingress NGINX. Best-effort maintenance will continue until March 2026. Afterward, there will be no…
Giving credit ?
To make this as short as possible, I was googling ways to do use an auto schedule with lambda and long and behold, I found an aws document / article by AWS on how to do this very thing, they even included sample code from their aws-samples repo.
I can use their python lambda solution as is
I’ve never actually had a solution readily available like this - so when copying the lambdas in your PRs if you copy something like this, do you link it or reference it ? I don’t want to pass it off as my own but I’ve never done something like this - is it shameful ?
Some context - I am a script kidding , working on my python.
https://redd.it/1ovfglh
@r_devops
To make this as short as possible, I was googling ways to do use an auto schedule with lambda and long and behold, I found an aws document / article by AWS on how to do this very thing, they even included sample code from their aws-samples repo.
I can use their python lambda solution as is
I’ve never actually had a solution readily available like this - so when copying the lambdas in your PRs if you copy something like this, do you link it or reference it ? I don’t want to pass it off as my own but I’ve never done something like this - is it shameful ?
Some context - I am a script kidding , working on my python.
https://redd.it/1ovfglh
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Can I realistically get a devops job with 5YOE and some certs and personal projects?
Resume: https://imgur.com/a/g4BOxRn
Currently studying CKA. Know experience > certs, but at least I can study as well as lab. And CKA is very hands on, so that would help directly. I know ppl tend to look down on certs, but after I got AWS Solutions Architect Professional, I was very confident setting up infrastructure and policies on AWS next time around. It was rigorous enough that it at least holds some weight imo.
Should I continue to do CKA as well as personal projects and open source? Or should I maybe offer my services for very low pay on upwork to get actual "experience". I feel like devops isn't one of those things where you really stick to one stack for years on end (like a Java developer who does nothing but Java for 8 years). But I could be wrong, happy to get feedback. Have touched tools related to devops even if at a light level: Dynatrace, Splunk, Terraform, K8, Docker, Jenkins. And some stacks at heavy level: Coding/Scripting, SQL, IAM
https://redd.it/1ovjsyc
@r_devops
Resume: https://imgur.com/a/g4BOxRn
Currently studying CKA. Know experience > certs, but at least I can study as well as lab. And CKA is very hands on, so that would help directly. I know ppl tend to look down on certs, but after I got AWS Solutions Architect Professional, I was very confident setting up infrastructure and policies on AWS next time around. It was rigorous enough that it at least holds some weight imo.
Should I continue to do CKA as well as personal projects and open source? Or should I maybe offer my services for very low pay on upwork to get actual "experience". I feel like devops isn't one of those things where you really stick to one stack for years on end (like a Java developer who does nothing but Java for 8 years). But I could be wrong, happy to get feedback. Have touched tools related to devops even if at a light level: Dynatrace, Splunk, Terraform, K8, Docker, Jenkins. And some stacks at heavy level: Coding/Scripting, SQL, IAM
https://redd.it/1ovjsyc
@r_devops
Looking to collaborate / I’m good at sales + getting startup perks
Hey everyone,
I’ve been wanting to team up with people who are building something cool. I’m not after money right now just looking to work on real ideas that make sense and have potential.
My main strengths are in sales and partnerships (I like helping startups get their first users or clients), and I also know how to unlock startup perks like free credits, premium tools, and partner deals from places like AWS, Notion, Tiktok, etc.
Basically, if you’re building a startup and could use someone who can help with sales and save you a ton through perks, I’d love to connect and see if we can build something together.
https://redd.it/1ovlrnn
@r_devops
Hey everyone,
I’ve been wanting to team up with people who are building something cool. I’m not after money right now just looking to work on real ideas that make sense and have potential.
My main strengths are in sales and partnerships (I like helping startups get their first users or clients), and I also know how to unlock startup perks like free credits, premium tools, and partner deals from places like AWS, Notion, Tiktok, etc.
Basically, if you’re building a startup and could use someone who can help with sales and save you a ton through perks, I’d love to connect and see if we can build something together.
https://redd.it/1ovlrnn
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
