r/devopsjobs 18d ago

Anyone working in Devops ?

I am looking to gain real-world project flow to better understand how DevOps works in practice. Please DM me if you can help, as this would be immensely valuable for my career growth.

11 Upvotes

23 comments sorted by

u/AutoModerator 18d ago

Welcome to r/devopsjobs! Please be aware that all job postings require compensation be included - if this post does not have it, you can utilize the report function. If you are the OP, and you forgot it, please edit your post to include it. Happy hunting!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

10

u/typhon88 18d ago

Knowing what devops is isn’t going to help anything.  But you should be doing your own research.  No one will tell you what devops is in a few sentences 

2

u/CalendarPlayful3171 18d ago

Between Devs and Ops, isn’t that easy ?

1

u/i_am_that_too 18d ago

Nah it means you have to do everything from dev to ops and everything in between too.

2

u/ankitjindal9404 17d ago

main objective as devops engineer: Handling infra and assisting developers to ship product faster with security + cost optimization.
Real world project flows could be:
End to End deployment process: from commiting on github/bitbucket/gitlab to deployed services on server (server could be ec2 instance, kubernetes, etc. But you should know kubernetes)
Real world observability stack (Metrics + Logs + Traces)
Something helpful for cost or security perspective

0

u/theonerules 16d ago

thank you 🙏🏻

2

u/c7b3rx 17d ago

why DM? why can't you discuss things here openly where many professionals are available to answer your queries

1

u/Efficient-Branch539 17d ago

What questions do you have?

1

u/theonerules 16d ago

Please dm

1

u/liveprgrmclimb 17d ago

DevOps is very much a DIY and self taught profession. The buck stops with you.
Thus, get to work learning it on your own.

1

u/theonerules 16d ago

Yeah will do

1

u/liveprgrmclimb 16d ago

I am not trying to be an asshole here. I am literally telling you how to be successful.

Me: 18 years experience with 10 years as a Manager of DevOps teams.

0

u/Oleksii_Bebych 17d ago

I can help 🤝

1

u/Zalengg 15d ago

I mostly use AWS and use CloudFormation for provisioning infrastructure. Should I migrate all scripts to Terraform? What is the best practice for IaC?

1

u/Oleksii_Bebych 15d ago

If CloudFormation covers all your needs, feel free to use it
Terraform has many more capabilities than CloudFormation. For example, in our company, Terraform is the default IaC tool, because we also use other Terraform providers (not only AWS), when we deploy our infrastructures, for example "kubernetes" provider and others

1

u/Zalengg 14d ago

Thanks, bro.

0

u/Past_Type3739 17d ago

Can you tell me how it’s applied in real live projects, if you have worked or working.

3

u/Oleksii_Bebych 17d ago

Our company works mostly with startups, so we build everything from scratch for a new customer:

  • write “infrastructure as code” e.g Terraform for AWS
  • write Dockerfiles and build jobs, e.g GitHub Actions
  • write Helm charts in case of having Kubernetes
  • configure deploy via ArgoCD
  • configure observability (monitoring, logging, tracing, alerting)

For the current customers:

  • periodic well-architected review and ongoing request
  • technical support and troubleshooting

Sometimes we migrate companies from other clouds or on-premises to AWS

1

u/Past_Type3739 17d ago

Thanks, got a good overview

1

u/theonerules 16d ago

Thanks mate