Ko: Easy Go Containers

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rules_docker

    Discontinued Rules for building and handling Docker images with Bazel

  • rules_oci

    Bazel rules for building OCI containers

  • rules_docker is deprecated in favor of rules_oci, which also has Rust support: https://github.com/bazel-contrib/rules_oci/blob/main/docs/ru...

    I think Bazel can be a good fit for larger polyglot organizations that need to manage large codebases in many languages in a uniform way. Basically Google-circa-2010-sized organizations, coincidentally!

    For smaller teams, adopting Bazel too early can be a real productivity drain, where you get all of the downsides of its constraints without as many of their benefits. Bazel is overkill for a project of ~10 Go apps, for example. Ko was actually created to help such a project (Knative) migrate off of Bazel's rules_docker to something better, and I think it achieved the goal!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • Does google use rules_docker internally?

    1 project | /r/bazel | 21 Mar 2022
  • Build images within another Docker container

    4 projects | /r/docker | 4 Oct 2021
  • Can gentoo be as small and secure as alpine?

    2 projects | /r/Gentoo | 5 Jan 2023
  • Minify your container by up to 30x to be more secure (free and open source)

    6 projects | news.ycombinator.com | 3 Aug 2022
  • A COMPLETE guide on how to make Docker images even smaller

    3 projects | dev.to | 16 Mar 2022