Kubernetes

Kubernetes, also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications.” (kubernetes.io)

Each package in this module is named after its respective Go source code package. For example, to use the schemas defined in the Go package k8s.io/api/core/v1 use the following:

import "cue.dev/x/k8s.io/api/core/v1"

Learn more with: