How to start combining kubernetes and go knowledge

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

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

    Go client for Kubernetes.

  • Take a look at the client-go, start off with simple things like listing out all the svcs or deployments. It will give you a hang of things.

  • sample-controller

    Repository for sample controller. Complements sample-apiserver

  • the sample controller using client-go to learn about informers: https://github.com/kubernetes/sample-controller

  • 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
  • controller-runtime

    Repo for the controller-runtime subproject of kubebuilder (sig-apimachinery)

  • controller-runtime, uses client-go but adds an additional layer of abstraction to make life easier for you: https://github.com/kubernetes-sigs/controller-runtime

  • kubebuilder

    Kubebuilder - SDK for building Kubernetes APIs using CRDs

  • kubebuilder, generates a whole operator project for you, but code-wise, it uses controller-runtime: https://book.kubebuilder.io/

  • KubernetesPatterns

    YAML and Golang implementations of common Kubernetes patterns.

  • Here's something I built a few months back. Could help you understand how to use Kubernetes Go client.

  • 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