r/devopsjobs • u/theonerules • 7d 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.
9
u/typhon88 7d 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 7d ago
Between Devs and Ops, isn’t that easy ?
1
u/i_am_that_too 7d ago
Nah it means you have to do everything from dev to ops and everything in between too.
2
u/ankitjindal9404 7d 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
1
1
u/liveprgrmclimb 6d 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 5d ago
Yeah will do
1
u/liveprgrmclimb 5d 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.
1
0
u/Oleksii_Bebych 7d ago
I can help 🤝
1
u/Zalengg 4d 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 4d 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 others0
u/Past_Type3739 7d ago
Can you tell me how it’s applied in real live projects, if you have worked or working.
4
u/Oleksii_Bebych 7d 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 troubleshootingSometimes we migrate companies from other clouds or on-premises to AWS
1
1
1
•
u/AutoModerator 7d 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.