About 267,000 results
Open links in new tab
  1. Golang For DevOps: A Complete Guide

    Mar 26, 2025 · Personally, I have developed a CLI tool in Golang to automate a repetitive task in a project. You can also extend Kubernetes using Kubernetes Operators and build extensions, such as custom controllers and admission webhooks. Additionally, you can …

  2. Go vs Python for DevOps : r/devops - Reddit

    Mar 29, 2023 · Go is fast but more limited in features and available third parties outside very specific k8s, docker and so on stuff. So the answer is yes, they are both worthwhile. It depends on the org and its goals. I found that I have to reinvent wheels that are available for …

  3. Why Golang Is Widely Used in the DevOps and Cloud Native Space

    Go has a built-in concurrency. Other languages like Python need additional libraries to implement concurrency. Many DevOps tools and systems software (K8s, Docker) are leveraging this to build performant and fast systems while keeping minimalist and simple code.

  4. Golang for cloud and devops : r/golang - Reddit

    Oct 28, 2023 · We're moving from writing k8s operators in python to Golang because we prefer go's concurrency model that is native. Python uses external libraries (eg. asyncio) and my team is generally not happy with the results. Also, since k8s is written in go, we think it's better to use the same language.

  5. Running Python Scripts in K8s: Go Directly with Gopod and Kubectl

    Mar 21, 2024 · In this article, you learned how to run Python scripts on a K8s cluster using kubectl. You created a Docker image with your script, pushed it to a container registry, and deployed it to the cluster using a Deployment configuration.

  6. End-to-End DevOps for a Golang Web App: Docker, EKS, AWS …

    Nov 16, 2024 · In this article, we are going to learn how to deploy Golang application end to end with on AWS EKS (Elastic Kubernetes Service) with AWS CI/CD. This will enhance your skills and you can add this project in your resume. Before heading …

  7. End-to-End DevOps on a Golang Web Application: From Code to …

    Aug 13, 2024 · In this blog post, I’ll walk you through the journey of setting up an end-to-end DevOps pipeline for a Golang web application. We’ll cover everything from containerizing the application to...

  8. sraynitjsr/Java_GoLang_Python_Shell_Docker_K8S_Helm_Combin…

    An Awesome Repository Combining Java, GoLang, Python, Shell Scripting, Docker, Kubernetes and Helm Charts - sraynitjsr/Java_GoLang_Python_Shell_Docker_K8S_Helm_Combination

  9. DevOpsifying a Go Web Application: An End-to-End Guide

    Sep 5, 2024 · This end-to-end guide covered containerizing your application with Docker, deploying it with Kubernetes and Helm, automating builds with GitHub Actions, and setting up continuous deployments with ArgoCD.

  10. Why Go over Python? : r/devops - Reddit

    Aug 27, 2021 · to get around the annoying packaging problems with Python, we build a Docker image with the correct Python version, all the correct dependency versions, etc etc. then our unit of deployment is that Docker image instead of just the single Python script.

  11. Some results have been removed
Refresh