Top 6 Go Arm64 Projects
-
bitnami-compat
Unofficial tools to build Bitnami containers using open source to support Bitnami charts (Arm64 support)
Project mention: containers VS bitnami-compat - a user suggested alternative | libhunt.com/r/containers | 2023-02-16Unofficial tools to build Bitnami containers using open source to support Bitnami charts (Arm64 support)
-
Go-Hacking
A FREE comprehensive online Go hacking tutorial utilizing the x64, ARM64 and ARM32 architectures going step-by-step into the world of reverse engineering Golang from scratch.
Project mention: Go Hacking FREE Course, learn Go and how to reverse engineer it step-by-step | /r/ReverseEngineering | 2023-03-01 -
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Project mention: How to create YOLOv8-based object detection web service using Python, Julia, Node.js, JavaScript, Go and Rust | dev.to | 2023-05-13
github.com/yalue/onnxruntime_go - ONNX runtime library bindings for Golang
-
osm-edge
osm-edge is a lightweight service mesh for the edge-computing. It's forked from openservicemesh/osm and use pipy as sidecar proxy.
Project mention: Kubernetes: Cross-cluster traffic scheduling - Access control | dev.to | 2022-12-11Flomesh open source service mesh osm-edge is based on an implementation of the SMI (Service Mesh Interface) standard. SMI defines specifications for traffic identification, access control, telemetry, and management. In the previous article Kubernetes: Multi-cluster communication with Flomesh Service Mesh we covered the background, motivations, and goals of Kubernetes multi-cluster and part 2 Kubernetes: Multi-cluster communication with Flomesh Service Mesh (Demo) we demonstrated a detailed demo of how to use FSM in a multi-cluster environment and how to schedule policies for traffics.
-
go-live
🗂️ go-live is an ultra-light server utility that serves files, HTML or anything else, over HTTP.
-
Project mention: Show HN: Noe, a mutating webhook to make multi-arch simpler in Kubernetes | news.ycombinator.com | 2023-06-06
Hi folks!
Our team provides a multi-cluster, multi-region, multi-tenant, Kubernetes cluster as a service to the rest of the company [1].
Recently, we worked on adding ARM-nodes support and we found out that people usually rely on annotations to get the job done. Then, we realized that this is double work. You need to:
1. Build the image for multi-architecture
2. Annotate your deployment with the correct architecture
Isn't there a better way? So, Noe was born. Noe is a Kubernetes mutating webhook that dynamically assigns node architectures to match the requirements of container images within a Pod. It simplifies mixed-architecture deployments (e.g. ARM and x86) by ensuring that Pods are scheduled on nodes capable of executing all their images.
You can see more in the Github project.
Go Arm64 related posts
Index
What are some of the best open-source Arm64 projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | bitnami-compat | 153 |
2 | Go-Hacking | 105 |
3 | onnxruntime_go | 49 |
4 | osm-edge | 35 |
5 | go-live | 22 |
6 | noe | 12 |