Reddit DevOps
269 subscribers
4 photos
31K links
Reddit DevOps. #devops
Thanks @reddit2telegram and @r_channels
Download Telegram
Alternatives to dynatrace?

I’m just interested in anyone who has had a good experience with vendors or open source options other than dynatrace.

Would love to hear your experiences

https://redd.it/o8et9t
@r_devops
Military newbie that needs help

Hello everyone hope your weekend is going well. I'm writing to ask what can I as active duty navy(transitioning to the civilian world in a few months) can do to get my feet wet. I have 12 years of active duty service in the intelligence community and I have my bachelor's with a TS/SCI clearance. I look on LinkedIn and other job sites and see a lot of positions for devops but I know I dont qualify for those positions. I'm currently enrolled in a accelerated VETEC program for the devops pathway and at the end of this I will have sec+, CEH, and Splunk. I really don't know how those certs will help lay the foundation for devops but those are the certs the class requires us to obtain. Since I have a few months left on active duty what can I do to not only strengthen my working knowledge for technical interviews but where can I begin to learn the basics towards the devops pathway. I realize DEVOPs means different things to different people but any and all advise would be appreciated. Sorry for the long post.

https://redd.it/o8h65w
@r_devops
Do you manually approve builds as they roll out to each environment?

Kind of a simple question, but just wanted to get some idea of what others are doing / experiencing in their jobs. Does your CI/CD process include manual approvals, or do you automate to the point where you can trust your testing frameworks so that issues don't make it to production?

View Poll

https://redd.it/o8i2en
@r_devops
YouTube music lost one subscription

Yesterday night I tried to sign-up for their monthly subscription plan and their payment gateway page closes after entering my card details

I realized no one is perfect, we see Google SRE as a default standard for DevOps but no one is perfect !!

https://redd.it/o8cz16
@r_devops
How many requests per second are considered 'Heavy Load'?

I'm trying to quantify this in numbers even it is hard to come up with numbers that works for everything. any guide/tutorial would be appreciated!

https://redd.it/o8mxq0
@r_devops
Kuberneties

Hi. Why is kuberneties so popular? If we are an AWS shop and use ECS are we missing out on the benefits of kuberneties. I want to make sure we are doing the right thing in the long run. Thanks.

https://redd.it/o8nl5u
@r_devops
“Click” to copy snippet, app or service

Does anyone know of a app that you can paste your own scripts or snippets in,
And create your own “copy to clipboard” list of snippets?

Ive tried to make a app app like that, but, haven’t figured it out quite yet..
Unless…

Is there already a app like that?

https://redd.it/o8pba2
@r_devops
Looking for a classical non-hosted CI platform that works and is not Jenkins

TL;DR - Jenkins good, Jenkinsfiles bad, need a better tool to handle builds

We have 5 apps. Each has its own code repo (Java EE), web repo (Angular) and integration test repo (Python) plus few additional repos in 2 apps (docbuilds, database migrations and such). Everything is in Linux.

We have had Jenkins since like forever - this is about 10-20+ jobs per app (Maven+freestyle), linked together via downstream job relationship, bash scripts (one per job) handle environment setup, orchestration and report generation. There is no big dependency hell, but there are some usual deps (like deploy only when all test pass, etc). There are periodical builds, SCM polling and manual starts.

Not only this does everything from initial "build code with Maven" job up to the very last "deploy to staging" job, I still have flexibility to either restart the single build or just test few odd jobs. All in all this worked just fine for years.

Now what happened is that with Jenkins 2.277 the MultipleSCMs plugin that handles our checkouts got deprecated and stopped working... I managed to fix it locally based on one unmerged PR it had (and in time this was fixed in Jenkins as well). But given that this might happen again, I've tried to migrate one app to Jenkinsfiles since this is a way Jenkins development go to. This brought in more problems than it solved. :-/

Pipeline visualization is out of the window, not even Blue Ocean helps (and this has its own issues). There are weird problems when jobs are aborted/timeouted, and the more I play with this thing, the more angry I am. :-) I've tried "one Jenkinsfile per job" and also "everything in one Jenkinsfile" (ugh), even different combinations of those two, neither seems to work in a way I'd like it to.

So I've looked at some alternatives and was surprised that almost everything I've found is either

* unmaintained (some promising tools with latest release 10 year ago)
* hosted (this is a no-go, this needs to run locally)
* rather costly (for hosted solutions that have those "Enterprise" packs you can still run on premise)
* "cloud ready" - aka only for Kubernetes etc., we are not planning to go there (yet)
* does not seem to have good support for multiple repos - aka only works as "Build your Pull Requests" - we do have PRs but our workflow is not PR based

Only tool that looks rather decent is buildbot; I've experimented a bit with it few years back and it looked promising, but the web UI in current version 3 seems like a step backwards? I know Chromium uses this but they seem to stick with their fork(?) from v2?

So is there any tool that I haven't found that is as close to good-old-classical Jenkins as possible?

P.S. Some of the issues could've been fixed if we transition to a mono-repo, but this is not possible for various reasons; and many devs do hate Git submodules so I won't be able to force anyone to deliver code like this...

https://redd.it/o8t97b
@r_devops
Deploying to different namespaces via Jenkins in k8s (and secrets mgmt)

Hi all,

Just a couple of things I wanted to run past you folks to get opinions. First on deploying to different namespaces from Jenkins

My current plan is to deploy Jenkins in k8s under a cicd namespace, and then teams a, b, and c can use that instance for their cicd. Agents will run as ephemeral pods. The question I have is around how to give Jenkins access to other namespaces. As I see it, I have two options:

1. Agents run with a service account that I give the relevant rolebindings to, to enable it to deploy/destroy in other namespaces.
2. Every namespace gets a svc account, and the token for it is saved in Jenkins as a credential (possibly under a folder to restrict usage). Then a job references that single credential which can only talk to one namespace.

However, 1 doesn't feel great because you end up with a service account that can do everything (e.g. delete everything from every namespace) and with 2, a.) it's more work and ultimately b.) you end up storing loads of credentials in Jenkins that are notoriously easy to exfiltrate and hard to manage.

What's the ideal solution here? I think I could use Vault as an external secret store, but I'm not sure what advantage that gives and I was planning to use Sealed Secrets for non-cicd secrets, so Vault would end up just being for storing service account tokens from other project which feels over the top.

P. S. If the best solution is Vault, it would be hugely appreciated if you could expand just a little on the best implementation as I haven't had much Vault xp.

Thanks

https://redd.it/o8tyn9
@r_devops
OPEN source alternative to whitesource

Is there any open source database/software which provides same information as provided by whitesource?

https://redd.it/o8vb65
@r_devops
What's a good place to learn cloud networking fundamentals?

I've started doing some self-learning on the weekends to fill in any knowledge gaps. I've heard CCNA is a great course but it seems a bit too in-depth. I'm more interested in general cloud networking concepts. Knowing what components are and how they all fit in.

Does anyone know of any good resources?

https://redd.it/o8vn6w
@r_devops
How do you handle developer tooling support in your company? Especially for build tools, CI/CD, infrastructure etc.?

As SRE team in our company, we maintain a number of internal tools and their support. We have a system to respond to the requests/questions using Slack and Opsgenie, which I explained here:

https://mtyurt.net/post/2021/mention-opsgenie-oncalls-in-slack.html

Do you have a similar problem? How do you solve it?

https://redd.it/o8ub27
@r_devops
What should I focus on learning?

Been in industry for 1.5 years but there's still a lot of fundamental stuff I don't know. In the sea of devops tools and technologies I feel overwhelmed on what to tackle next.

At work I've done a lot of Jenkins, Python and Azure. So right now I'm trying to knuckle down on the many fundamentals. But as I said there's so much to learn (OS, networking, compute).

Do I focus on these fundamentals as general concepts or go at it from a more cloud angle?

https://redd.it/o8zedp
@r_devops
Ship It! A new podcast about DevOps, Infra, and Cloud Native things

Hey everyone! 👋

We recently launched the [Ship It!](https://changelog.com/shipit) podcast and I thought y'all might find it interesting. [Gerhard Lazu](https://gerhard.io) hosts and the description is:

>A show about getting your best ideas into the world and seeing what happens. We talk about code, ops, infrastructure, and the people that make it happen. Yes, we focus on the people. Because everything else is an implementation detail.

I'd love it if you'd be willing to give it a listen and let me know in the comments what you think! Specifically:

* Do you like the format? The music? The sound?
* What kind of topics should we cover on the show?
* Who are some must-have guests from the DevOps world?

If you're not sure which episode to listen to, you can't go wrong with either of:

1. [The foundations of Continuous Delivery with Dave Farley](https://changelog.com/shipit/5)
2. [Why Kubernetes? with Lars Wikman](https://changelog.com/shipit/7)

I'm excited to hear your thoughts!

https://redd.it/o8xmuv
@r_devops
Starting my first DevOps job soon

Hi all,

I'm in my late 20s and about to start a DevOps job soon. I have 8 months experience as a software engineer. No degree.

I want to learn a lot and make myself employable after this DevOps job contract ends. Are there any certifications that I should focus on?

​

I feel nervous but also really excited to be joining this field.

https://redd.it/o90z04
@r_devops
Is Jenkins still Recommended for ADO

For example, Im working on a process to streamline an onboarding process to Azure for out internal business units that one to use it. I want to automate applying rbac to subscription using the blueprints I have and not entirely sure of the best approach yet but would Jenkins be helpful, if not in this use case then for what? What else is used in this scenario?

https://redd.it/o935tn
@r_devops
How is Linux Academy’s Hands-On Lab System Architected?

Linux Academy / ACloudGuru has a hands-on lab system that gives you access to a self-destructing AWS account for each lab. I tried finding blog posts etc on how they might have actually implemented this, but without success.

Maybe they have some deal with AWS where they get access to a special API that can create an AWS account with an ephemeral JWT token? When the token expires, access to the account halts and a DELETE request is sent to the API so AWS can destroy all the resources and decommission the account? How is Linux Academy serving the Remote Desktop connection?

https://redd.it/o8ydhc
@r_devops
How does your team do devops

I arm wondering how you do devops at your company. Taking a look at the posts on this sub reddit, it seems that people spend most of their time with things like kubernetes, docker, CICD pipelines, infrastructure as code, configuration management, etc, and not on Javascript, node, Java, .NET, etc... The disconnect that I am seeing is that most people here believe devops is a culture thing and not specific to one team. So where does your team fit on this spectrum? Do you spend most of your time doing full stack development, then applying devops principles. Or are you part of a devops teams helping other teams better adopt devops. What are the advantages and disadvantages of being on either spectrum, from a personal growth point of view

https://redd.it/o94z1j
@r_devops
I've got a potential opportunity to start a career in devops and I'm wanting to know what sort of skills I should get/have

I just finished a 3 year Higher level apprenticeship in computer science, I have expierence in service desk, basic software development, infrastructure, SQL and most recently M365 and power platform.

I just want to know if devops is something I could really get into. It seems really interesting and something right up my street but I feel some external advice and tips could be super useful.

I'm thankful for any and all advice you guys can give me

https://redd.it/o95mtf
@r_devops