Learn Golang to create CRD in k8s

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

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

    Go by Example

  • Then there is Go by example, and you can get The Go Programming Language as a paperback or kindle, which covers probably about everything you could wish for.

  • operator-sdk

    SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.

  • https://sdk.operatorframework.io/ This will do 80% of work for you in writing operator for k8s. You'll only need to put logic in it, i.e. create specification of crd itself and what k8s should do when this crd is changed. You don't need to be a go developer to do it, although it require some knowledge to understand how things are related there. There are good number of examples in the internet and I advise you to look cncf videos on YouTube about k8s controllers. Helped me a lot

  • 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