RepoJournal
Kubernetes

@kubernetes

Container orchestration — what platform teams ship on

Pick a date

The Wire · Showcase

KOPS BREAKS ETCD COUPLING, KUBERNETES DROPS DEPRECATED SETS

By RepoJournal · Filed · About Kubernetes

Kops decouples APIServer from local Etcd with load balancer support [ref:1], while core Kubernetes scrubs deprecated libraries ahead of the 1.36 release.

Kops shipped a significant infrastructure shift by adding support for external Etcd on GCP through load balancers [1], eliminating the requirement that Etcd live on control plane nodes. This is the first major move toward more flexible cluster topologies. The same release added Linode SSH key management [2], expanding Kops' cloud provider coverage. On the Kubernetes core side, the project is systematizing code cleanup: deprecated sets.NewString calls are being replaced with generic implementations [3], and test utilities are being reorganized under scheduler ownership [4]. Kube-state-metrics had to implement two new cache.Store interface methods (Bookmark and LastStoreSyncResourceVersion) to stay compatible with client-go 0.36.2 [6], signaling that the metrics tooling ecosystem is keeping pace with core API changes. Test infrastructure pruned four permanently failing kops upgrade jobs that were incompatible with kops 1.36.0-beta.1 [5], cleaning up CI noise before the release stabilizes.

Action items

References

  1. [1] Added support for APIServer using LB ↗ kubernetes/kops
  2. [2] feat(linode): implement SSH key management and associated tasks ↗ kubernetes/kops
  3. [3] Replacing deprecated sets.NewString with generic implementation kubernetes/kubernetes
  4. [4] test: move code under scheduler_perf ↗ kubernetes/kubernetes
  5. [5] Kops - Remove invalid upgrade jobs ↗ kubernetes/test-infra
  6. [6] feat: implement cache.Store Bookmark and LastStoreSyncResourceVersion… ↗ kubernetes/kube-state-metrics

FAQ

What changed in Kubernetes on June 17, 2026?
Kops decouples APIServer from local Etcd with load balancer support , while core Kubernetes scrubs deprecated libraries ahead of the 1.36 release.
What should Kubernetes teams do about it?
Audit your Etcd deployment if running Kops on GCP - the load balancer pattern is now available [ref:1] • Update kube-state-metrics to pick up the cache.Store interface changes if you're on client-go 0.36.2+ [ref:18] • Monitor kops 1.36.0 release candidate for stability - upgrade test jobs are being removed [ref:11]
Which Kubernetes repositories shipped on June 17, 2026?
kubernetes/kops, kubernetes/kubernetes, kubernetes/test-infra, kubernetes/kube-state-metrics

Related across the cluster

For your repos

The showcase is a teaser.
Your wire is the product.

Same engine. Different stack. Below: what changes when the wire is yours.

Showcase wire

  • 14 famous open source orgs
  • One wire per day
  • Public, generic
  • Read on the web, when you remember

Your wire

  • Up to 1,500 of your repos - orgs, deps, vendors
  • Morning and evening briefs
  • Action items routed to your team
  • Slack delivery, email, breaking-news CVE alerts

Want a hands-on demo first? Ask a current user for an invite link.