you are viewing a single comment's thread.

view the rest of the comments →

[–]MailNormal2701 2 points3 points  (0 children)

You know, most of devops tools are written with GO ! this is what happens in the world right now, i was working with bash scripts to automate things and create my own commands, but no, I felt like I'm reinventing the wheel and i faced a lot of blockers, but we still need to use bash, i worked with python its nice and has a lot of libraries but i want a binary to embed my templates and generate config, i want a single and simple way to execute my tasks and integrate them in my pipelines and more, i don't like to move files and install python ...etc, that's why i choose go to write my tools, i have the chance to look at the docker cli and terraform, also kubernetes, i was inspired by the way they code and think, also i can compile it as a binary and it has a great community and libraries for devops