Lemmy.World is looking for 4 new Systems operators to help with our growing community.
Volunteers will assist our existing systems team with monitoring and maintenance.
We’re ideally looking for chill folks that want to give back to their community and work on our back-end infrastructure. Must have 4+ years of professional experience working in systems administration. We are not looking for junior admins at this time. Please keep in mind that, while this is a volunteer gig, we would ask you to be able to help at least 5-10 hours a week. We also understand this is a hobby and that family and work comes first.
Applicants must be okay with providing their CV and/or LinkedIn profile AND sitting for a video interview. This is due to the sensitivity of the infrastructure you will have access to.
We are an international team that works from both North America EST time (-4) and Europe CEST (+2) so we would ask that candidates be flexible with their availability.
If you are in AEST (+10) or JST (+9) please let us know, as we are looking for at least one Sysadmin to help out during our overnight.
You may be asked to participate in an on-call pool. Please keep in mind that this is a round-robin style pool, so it’s alright if you’re busy as it will just move along the chain.
If you’re interested and want to apply, click here.
I have the experience, but not the energy nor passion as I am almost burned out already. I hope you find some awesome people.
If it was a paying gig would you consider it? 5 to 10 hours a week, let’s say 10. What kind of salary would you expect?
Just curious.
I also have the desired skill set and experience far surpassing what they’re asking for but not the time or energy to do this since my work already demands 60+ hours a week and on-call from me. Yes I’m American.
To answer your pay question; around 4-500 would be the average pay for 10 hours this position in the working world. Since the fediverse instances have next to zero reliable income (donations can’t be counted as reliable) I understand this is a difficult if not impossible bill to pay. This is why they’re asking for volunteers whose work schedule is more sane and therefore have the energy and time to commit. I wish I was available to do so, maybe if my current job search is successful at finding something more chill.
Knowing this is a volunteer project, I’d never request renumeration. If I were contracting with a large company, I guess I’d charge 300-500 per day. That’s just based on quotes I get on LinkedIn, as I’ve never worked as a contractor. Also I couldn’t have it interfere with my main job, where I’m also on call, so it would be lower priority.
So I’m a systems engineer in the real world for an (almost) unicorn (current valuation might even have tossed us over that magic number). My salary is on the lower end of the spectrum but I’m happy with it because normally the work life balances is dandy. My total comp is well into 6 figures USD. Oh and I’m fully remote.
Now, this is not something you can get out of highschool. I’ve been working with Linux for 10+ years, built (and maintained) entire AD forests, have a fairly deep understanding of networking and containerization, etc.
Again. You don’t start like me. You start getting a gig in front line help desk and answer questions. In your free time at work you learn (that’s never going to stop). Eventually your outgrow help desk and move into some other role (and keep learning). The people who are successful in this field A) can always be learning, B) have a means to destress/avoid burnout and C) have customer service skills.
oof its like you’re either me or i’m you. hope you find your way past the burn out or out of it if you end up sinking into it. i’m going on like 3.5 years of battling it and there are better days and worse days, but i have no idea what else to even do. managing infra and writing code have been my entire career up to now.
I’m about 1.5 years into it. Lost most passion for the job, but there are flashes of motivation here and there. Considering trying to move into full time development, but that would take a lot of effort. Tired of keeping up with the kubernetes ecosystem too.
Ah, alright, not quite me - I’ll be 14 years deep in November. Honestly, one of the things that kept me motivated over the years was moving around - I stayed at the same company, but I started out doing QA (by hand, no automation), then got moved to handle release management, then moved to IT as a general Linux admin and spent a few years doing that, made friends with an infosec manager and he offered me a spot on his team working remote and doing container/docker security which morphed into a cloud security thing after he left the company (I hated the cloud). A couple years back I moved back to non-cloud/non-infosec work doing automation stuff with Ansible mainly, and for the time being only for our on-prem infrastructure (this may change in the future and I’m not really looking forward to it all that much).
At this point, nothing is really helping get my head back into the game 100% but I can still put out work and I’m just trying to find the joy in small victories and chasing the high you get when the code you wrote works flawlessly. I’m blessed to have a solid management structure above me who a) know me, b) like me (and the feeling is mutual, they’re all great people), and c) are happy with my output.
I don’t envy you working with kubernetes - my time in container security came during the early days of large companies trying to move to turning everything into microservices. It was a wild west kind of vibe and I basically had free reign… nowadays, I don’t think I’d enjoy any of that in its current form.
I have great soft skills and I write pretty well, but outside of that my skillset is basically a degraded/decayed technology one because I’ve been treading water for a while now and not actively keeping up with all the shit in our sector that changes on a constant basis.
I’ve also seriously weighed moving into development, but I’m not sure if that’s just going to fix anything for me. I like writing Python, but I don’t know how that would feel full-time. Sucks, man.
In my opinion Lemmy.world should start selling a bit of merchandising (t-shirt and so on), just to add a little on the donation side.
BTW. the donation links are in the group info.
I read it as Lemmy World PsyOp at first and thought there’s some conspiracy bullshit happening on the instance. lol. Good luck on your search!
Lemmy World psychological operations, the secret communist agenda of the administration team!!! leaked!
A CTO of 5 years with many more years of experience here. I would be really glad to help, but not in scenario where I have to prepare a CV for international readers and have no pay at all as this looks to me like a job application with no job.
Considering you are running on Digitalocean infrastructure, I am completely unsure why you would ever need Ansible and Terraform as it just adds complexity without certain benefit, especially if you mention Kubernetes which DO already provides with two clicks.
I’d personally suggest trying out ArgoCD for declarative clusters. With this thing, I’ve seen 2 companies maintained by a single DevOps engineer with no problems. Huge timesaver and makes everything transparent.
In case this process changes and becomes less corporate-y and more transparent, I’ll be ready to apply. Hope you’re going to find the right people! Long live Lemmy World!
I’m a big fan of Kubernetes, and for larger projects the flexibility and power it brings is unrivalled. But for smaller projects, assuming equal levels of competence, delivery teams using managed Kubernetes are almost universally later and have more issues than teams that use simpler solutions. Container-as-a-service solutions like GCP CloudRun or AWS FarGate help somewhat, but are not cheap for a given amount of compute time.
Terraform (or IaC in general) absolutely has a place, because even if you use Kubernetes, most projects have more infrastructure to manage than just the cluster - at the very least, lemmy.world has a CloudFlare proxy to manage - and clicking buttons in a management portal is not a repeatable way of deploying that, or deploying the Kubernetes clusters themselves.
Ansible also has a place, particularly if you’re deploying onto bare metal. I wouldn’t use it for new deployments unless I had bare metal to configure and maintain, but lemmy.world is deployed onto a bare metal server as I understand it. Plus, the most effective tooling is generally the one your team understands.
IaC is the right move. It transfers complexity, it necessarilt doesn’t add it. It makes your deployments reproduceable and automated.
Which is a baseline to having highly available infrastructure. Not everyone will be familiar, or have the right mindset for that sort of DevOps.
Senior Network engineer with lots of experience in the field (servers + network), 15+ years if you need help let me know I’m happy to lend a hand.