CI/CD for a Multi-Arch Golang Application Using GitHub Actions, Helm and Kubernetes

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • yage

    age with YAML support

  • If you're looking for an example of multi-arch docker images building I can recommend you take a look at https://github.com/sylr/yage Dockerfile's, Makefile's and .github/workflows/docker.yaml.

  • ko

    Build and deploy Go applications

  • If it's a simple go application you can get multi-arch builds without involving buildx and QEMU, just relying on Go's own cross compilation support, using https://github.com/google/ko

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts