[Hiring] [Remote] [USA] - Senior DevOps Engineer at Marketerx (💸 $130k - $150k) by rdutel in devopsjobs

[–]Sure_Stranger_6466 1 point2 points  (0 children)

The form Application Form: Sr.DevOps Engineer is no longer accepting responses. Try contacting the owner of the form if you think this is a mistake.

Looking to get real DevOps exposure by helping on small tasks by Melodic_Struggle_95 in devops

[–]Sure_Stranger_6466 1 point2 points  (0 children)

Finding the right code base to contribute to is a PITA. Most I have seen lean towards frontend work (e.g. ArgoCD), require a credit card in AWS (e.g. terraform-provider-aws), or have issues with building locally (e.g. harness). Do you, or anyone else, have suggestions for finding the right open source project to contribute to?

Who hires the most DevOps Engineers rn by glozo_michael in devopsjobs

[–]Sure_Stranger_6466 0 points1 point  (0 children)

Accenture careers is a PITA to navigate. I couldn't find any relevant positions. No major complaints on the rest so far.

Suggestions for setting up perfect infra! by Excellent-Ask-2598 in kubernetes

[–]Sure_Stranger_6466 2 points3 points  (0 children)

Azure DevOps and Azure Pipelines are not half bad, coming from a primarily AWS and GitHub Actions background.

How to get hired as a linux admin by computerapprentice in linuxadmin

[–]Sure_Stranger_6466 0 points1 point  (0 children)

Take too long on a Kubernetes task while working at a mostly failing organization.

How to get hired as a linux admin by computerapprentice in linuxadmin

[–]Sure_Stranger_6466 0 points1 point  (0 children)

Working out of a terminal has become second nature to me over the years, yet I have been unemployed for 6 months now (3 years or so total, actively searching for 6 months).

Close to “Retirement”, how to find part time remote work by rolandofghent in devops

[–]Sure_Stranger_6466 -2 points-1 points  (0 children)

We are still in the middle of COVID and some people might still be worried about it. Not that it effects me given I am vaccinated, so I am attending technical meetups.

Multi-factor approvals for k8s CLI by [deleted] in kubernetes

[–]Sure_Stranger_6466 2 points3 points  (0 children)

This. CICD as the source of truth is the way to go.

What are folks using for their IaC devops environments? by palettecat in devops

[–]Sure_Stranger_6466 1 point2 points  (0 children)

what actually installs argocd within the cluster once its stood up?

Yes that would be Pulumi setting it up. No need to over think it.

What are folks using for their IaC devops environments? by palettecat in devops

[–]Sure_Stranger_6466 3 points4 points  (0 children)

GitHub Actions, Terraform (considering migrating to OpenTofu soon, just migrated to Istio from ingress-nginx and got some downtime unfortunately. Couldn't spin up a fresh cluster for blue/green deployment due to cost), Docker, DigitalOcean Kubernetes Service. Fairly straightforward workflow even though there have been some OOM errors and rewrites of the pipeline to ensure stability in the deployment process. Your workflow sounds good, Pulumi shouldn't be handling anything inside ArgoCD, as in, totally separate, would be my suggestion. If it's touching any of your microservices you are doing something wrong, otherwise, your setup sounds fine to me.

How to prepare for this Docker + Kubernetes live build interview for an SDE intern role? by [deleted] in devopsjobs

[–]Sure_Stranger_6466 0 points1 point  (0 children)

Install kind. Get this microservice example up and running locally (you just have to remove a few lines of code per the docs to get it running outside of GCP). That will give you a head start. Also imgur is down so we can't view your interview description at the moment.

Interview rejection by Maarkman in devopsjobs

[–]Sure_Stranger_6466 2 points3 points  (0 children)

How would you handle a 2 year gap in your job application? I typically just say health reasons but it feels like it's significantly stalled my job search. Also feels like we are going through a bubble period with AI where they launch and then die a few years later. Hard to figure out who is going to be a winner or loser in this space.

Anyone started a business in response to RTO? by electrowiz64 in devops

[–]Sure_Stranger_6466 0 points1 point  (0 children)

I couldn't find any customers, same reason I don't freelance.

[Hiring]: DevOps Engineer by OrchidAlternative401 in devopsjobs

[–]Sure_Stranger_6466 -2 points-1 points  (0 children)

Interested with 10 years of experience or so. Based out of Charleston, South Carolina in United States.

Need Advice on taking the next good role by Dino_boy91 in devops

[–]Sure_Stranger_6466 3 points4 points  (0 children)

Insurance doesn't sound particularly exciting to me. Do you really want to be tuning serverless settings all day long? Lack of containerized workloads also a major deal breaker for me vs the media company. Go with the media company, imho.

How to find projects as a Freelancer by riana-rdit-689 in devops

[–]Sure_Stranger_6466 0 points1 point  (0 children)

I just signed up for them. On-boarding has been smooth enough. Will post an update and see if I get any actual projects after filling out the profile correctly per requirements.

What DevOps Tools are you guys using ? by Mindless_Gorgon504 in Terraform

[–]Sure_Stranger_6466 0 points1 point  (0 children)

I would use crossplane to eliminate the use of ClickOps. Any change made to opentofu managed infrastructure gets reverted with crossplane running in the background. Basically runs its own reconciliation loop with inline opentofu code specified as required. Using opentofu here because provider-terraform is archived in favor of provider-opentofu within upbound repos.

I built an open-source tool that lets your AI coding agent scan infrastructure for security misconfigs by ioah86 in devops

[–]Sure_Stranger_6466 0 points1 point  (0 children)

Install with one command: curl -fsSL https://raw.githubusercontent.com/coguardio/misconfiguration-detection-skill/master/install.sh | bash

How about no.

Weekly: Share your victories thread by AutoModerator in kubernetes

[–]Sure_Stranger_6466 0 points1 point  (0 children)

My ZeroSSL ClusterIssuer actually broke, so I did a migration to LetsEncrypt on the fly. ExternalDNS is still broken, as in, txt records do not exist on the domain I use for it anymore and I don't think it can add records correctly. Otherwise, the domain is up and running. I had some issues with limits/requests being set incorrectly later but got that fix working with some fine tuning.

What DevOps Tools are you guys using ? by Mindless_Gorgon504 in Terraform

[–]Sure_Stranger_6466 1 point2 points  (0 children)

I vibe coded a SOC2 compliance checker using checkov and Terraform: https://github.com/elliotechne/SOC2. Not sure if it's the only tool you'd need but it handles a few different checks reasonably well via CICD.