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:
- Getting started with Kubernetes + CUE
- Migrating to the Central Registry’s curated Kubernetes Schemas by replacing existing
cue get go
schemas - The Central Registry’s per-package documentation – e.g. api/core/v1