Kubernetes

128k GitHub starskubernetes/kubernetes

Production-Grade Container Scheduling and Management

View on GitHub

Build a stack with Kubernetes

Pick parts from it and the projects that work well with it. We check the licences together and write a prompt for your AI.

Kubernetes

Your stack

Tick the parts you want to use. Projects whose parts are not listed yet can be added whole; the prompt tells your AI to find the right pieces in their code.

Website (opens in a new tab)
More actions

Building blocks

Kubernetes is made of parts you can use on their own in your project. Copy a prompt to have your AI assistant add one for you, and see the licence card for what you may do with them.

  • Control Kubernetes from code

    Free to use, even in closed products

    The official way for Go programs to read and change what runs in a Kubernetes cluster.

    Use it to build

    • Operators and controllers
    • Internal platform tools
    • Deployment automation
    View code
    Technical details
    Name
    k8s.io/client-go
    What it is
    Client for talking to it from code
    How to use it
    Install it and use it
    Install
    go get k8s.io/client-go
    Licence
    Apache 2.0 (read from staging/src/k8s.io/client-go/LICENSE)
  • Kubernetes-style data models

    Free to use, even in closed products

    The shared pieces Kubernetes uses to describe and store objects, for tools that build on the same ideas.

    Use it to build

    • Custom API servers
    • Tools that model Kubernetes objects
    View code
    Technical details
    Name
    k8s.io/apimachinery
    What it is
    Code library
    How to use it
    Install it and use it
    Install
    go get k8s.io/apimachinery
    Licence
    Apache 2.0 (read from staging/src/k8s.io/apimachinery/LICENSE)

Comments

No comments yet. Be the first to share your thoughts.