K3S Binary, How does that work?

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

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
  • k3s

    Lightweight Kubernetes

  • I want to create binaries for windows/linux/mac. While researching this same issue, I've seen, K3S comes bundled with kubectl, crictl, and some others, and using them to interact with the kube cluster ( Installation, operation, and other stuff).

  • cobra

    A Commander for modern Go CLI interactions

  • Take a look at https://github.com/spf13/cobra to build commands / subcommands and registering flags.

  • 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
  • goreleaser

    Deliver Go binaries as fast and easily as possible

  • Building binaries works easily by cross-compiling (just set `GOOS=`) to build for other OSes. If you want a tool to help you with that (and automate more of the release process), you could take a look at https://goreleaser.com/.

  • urfave/cli

    A simple, fast, and fun package for building command line apps in Go (by urfave)

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

  • GoConsole: New Update! thanks all of you for your advice and your help.

    1 project | /r/golang | 12 Mar 2023
  • Title: GoConsole: a lightweight Go module for creating command-line commands

    1 project | /r/golang | 9 Mar 2023
  • Recommended framework/library for creating cli apps in go?

    9 projects | /r/golang | 27 Jan 2022
  • climate "CLI Mate": a CLI library that autogenerates CLIs from structs / functions with support for nested subcommands, global / local flags, help generation from godocs, typo suggestions, shell completion and more

    7 projects | /r/golang | 7 Jul 2023
  • Which packages do you recommend for building cli tools?

    10 projects | /r/golang | 17 Apr 2023