#gitops
Tagged “gitops”
3 articlesDeveloper experience
KYAML pins down the YAML that Kubernetes actually reads
SIG CLI's new KYAML dialect is a strict subset of YAML that quotes every string, drops block-style indentation, and stays fully parseable by the existing ecosystem. For anyone who has watched a manifest silently turn NO into false, this is the guardrail the platform has been missing.
Aug 17, 2026 · Priya NairPlatform engineeringKairos pipeline runs a Kubernetes control-plane upgrade in eleven minutes, no operator
A CNCF case study documents a fully automated Kubernetes control-plane upgrade on immutable Kairos nodes that finished in about eleven minutes with zero human touch, using A/B partitions and GitOps to keep etcd quorum intact.
Aug 15, 2026 · Maya OkonkwoPlatform engineeringA self-hosted Kubernetes diagnostic agent shipped by GitOps: the CNCF walkthrough
A CNCF blog post lays out a read-only, in-cluster AI agent whose CI/CD chain runs entirely on GitHub Actions and Argo CD Image Updater, with no data leaving the cluster and no cloud AI provider in the loop.
Jun 25, 2026 · Maya Okonkwo