Search

Showing top 45 results for "Kubernetes r/kubernetes"

Related topics: Kubernetes

Tracked topic

Kubernetes

392 articles indexed Last updated 18h ago See topic hub

People also ask

Is this worth a KEP?

This raises a potential area for enhancement in Kubernetes. One option would be introducing a minimal termination history — similar to lastState in ContainerStatus — for ephemeral containers. The lastState field could be added to EphemeralContainerStatus with minimal breaking changes, since ephemeral containers are never restarted. It would store only the most recent termination record. The design decision to exclude lastState made sense when ephemeral containers were introduced in alpha (Kubernetes v1.16). As kubectl debug becomes a standard incident response tool across the ecosystem, the ab

What kubectl debug doesn’t tell you: The silent evidence gap
Why Bring Your Own Template?

Instead of dynamically building VM images on every provision, I used existing Proxmox VM templates. My templates already had cloud-init enabled, SSH access configured, and base OS packages installed. This gave me: Faster VM provisioning — no image builds in the critical path Better control over OS hardening — managed outside the Kubernetes workflow Easier debugging — when something goes wrong, the VM layer is a known quantity

K3s on On-Prem Infrastructures the GitOps Way: Writing a Custom k0rdent Template from Scratch

Top stories