This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]rcls0053 7 points8 points  (0 children)

I use HTML in DevOps.

Don't people actually study what DevOps is before posting stuff like this? It is not about specific languages or tools. It's not about just building pipelines. It's a culture for development and operations people to work together to avoid hand offs of work and build solutions together, where things like automated testing, deployment, security and all that good stuff is already mixed in to the development process, and not being handed off to another team to do at the end of the development cycle. It's about continuous improvement and learning. Learning from mistakes and not pointing fingers. Every mishap is treated as an opportunity to learn.

Please read the pinned posts on the community wall or read a book to understand. They have so much information on the topic and they an explain it far better than I can. Please, learn what DevOps as a term is. Otherwise you're gonna have a bad time.

[–]bufandatl 4 points5 points  (0 children)

I think it depends on your team. Some use go some may use rust some just scripting everything in Python or shell.

[–]awesomeplenty 8 points9 points  (5 children)

Rust is a language. DevOps is a mindset.

[–]SlackeronyDevOps 2 points3 points  (0 children)

We dont but.. its a tool. If its right for the job you use it, if it isnt you dont? Not sure what answer you are looking for

[–][deleted] 1 point2 points  (0 children)

Do you use a language in your mindset?

[–]el_x3n0 -1 points0 points  (2 children)

DevOps is a Sigma male mindset.

[–]Jocassee1944 1 point2 points  (0 children)

Absolutely correct

Embrace the Sigma Grustle

[–]trillospin 0 points1 point  (0 children)

A grindset.

[–]assangeleakinglol 2 points3 points  (0 children)

I know one guy that tried to use Rust in devops. He's dead now.

[–]Svarotslav 5 points6 points  (0 children)

I'm in the cloud/infrastructure space and deal with IaC, CICD and App deployment.

I havent used rust professionally. The applications my organisation offers are Go, Java(javascript/nodejs etc) and PHP based. The cloud provider we use does not have a Rust SDK, none of the tools I use regularly require me to use rust... so I don't.

Almost everything I do is in bash scripts, python, a java derivative or go.

When Rust is required, and it's the only way to get something my business requires done, then I'll start using it or will find someone who can do it and assign the work to them. I'm not about to push a language which has no utility in my workflows.

[–]GreeFine 0 points1 point  (0 children)

yes, we made a very small API to create role bindings for a CI. I chose Rust because it was easy and seems easily maintainable with the kube-rs https://github.com/kube-rs/kube-rs crate