Kubernetes

!kubernetes

@programming.dev
Create post
k9s debug-container plugin

k9s debug-container plugin

cross-posted from: https://lemmy.ml/post/20234044

Do you know about using Kubernetes Debug containers? They're really useful for troubleshooting well-built, locked-down images that are running in your cluster. I was thinking it would be nice if k9s had this feature, and lo and behold, it has a plugin! I just had to add that snippet to my ${HOME}/.config/k9s/plugins.yaml, run k9s, find the pod, press enter to get into the pod's containers, select a container, and press Shift-D. The debug-container plugin uses the nicolaka/netshoot image, which has a bunch of useful tools on it. Easy debugging in k9s!

Kubernetes v1.31: Accelerating Cluster Performance with Consistent Reads from Cache

Kubernetes v1.31: Accelerating Cluster Performance with Consistent Reads from Cache

Open link in next tab

Kubernetes v1.31: Accelerating Cluster Performance with Consistent Reads from Cache

https://kubernetes.io/blog/2024/08/15/consistent-read-from-cache-beta/

Kubernetes is renowned for its robust orchestration of containerized applications, but as clusters grow, the demands on the control plane can become a bottleneck. A key challenge has been ensuring strongly consistent reads from the etcd datastore, requiring resource-intensive quorum reads. Today, the Kubernetes community is excited to announce a major improvement: consistent reads from cache, graduating to Beta in Kubernetes v1.31. Why consistent reads matter Consistent reads are essential for ensuring that Kubernetes components have an accurate view of the latest cluster state.

Kubernetes Removals and Major Changes In v1.31

Kubernetes Removals and Major Changes In v1.31

Open link in next tab

Kubernetes Removals and Major Changes In v1.31

https://kubernetes.io/blog/2024/07/19/kubernetes-1-31-upcoming-changes/

As Kubernetes develops and matures, features may be deprecated, removed, or replaced with better ones for the project's overall health. This article outlines some planned changes for the Kubernetes v1.31 release that the release team feels you should be aware of for the continued maintenance of your Kubernetes environment. The information listed below is based on the current status of the v1.31 release. It may change before the actual release date.

Will adding K8S CPU limit reduce service performance?

Will adding K8S CPU limit reduce service performance?

Open link in next tab

Will adding K8S CPU limit reduce service performance?

https://www.sobyte.net/post/2022-04/k8s-cpu-limit/

Explore whether adding the K8S CPU limit will degrade service performance.

Kubernetes 1.30: Preventing unauthorized volume mode conversion moves to GA

Kubernetes 1.30: Preventing unauthorized volume mode conversion moves to GA

Open link in next tab

Kubernetes 1.30: Preventing unauthorized volume mode conversion moves to GA

https://kubernetes.io/blog/2024/04/30/prevent-unauthorized-volume-mode-conversion-ga/

With the release of Kubernetes 1.30, the feature to prevent the modification of the volume mode of a PersistentVolumeClaim that was created from an existing VolumeSnapshot in a Kubernetes cluster, has moved to GA! The problem The Volume Mode of a PersistentVolumeClaim refers to whether the underlying volume on the storage device is formatted into a filesystem or presented as a raw block device to the Pod that uses it.

No Restarts, No Disruptions: Seamless Pod Resource updates with In-Place Resizing

No Restarts, No Disruptions: Seamless Pod Resource updates with In-Place Resizing

Open link in next tab

Just a moment...

https://engineering.doit.com/no-restarts-no-disruptions-seamless-pod-resource-updates-with-in-place-resizing-f3cf41654216

Just a moment...
Kubernetes v1.30: Uwubernetes

Kubernetes v1.30: Uwubernetes

Open link in next tab

Kubernetes v1.30: Uwubernetes

https://kubernetes.io/blog/2024/04/17/kubernetes-v1-30-release/

Editors: Amit Dsouza, Frederick Kautz, Kristin Martin, Abigail McCarthy, Natali Vlatko Announcing the release of Kubernetes v1.30: Uwubernetes, the cutest release! Similar to previous releases, the release of Kubernetes v1.30 introduces new stable, beta, and alpha features. The consistent delivery of top-notch releases underscores the strength of our development cycle and the vibrant support from our community. This release consists of 45 enhancements. Of those enhancements, 17 have graduated to Stable, 18 are entering Beta, and 10 have graduated to Alpha.

A Peek at Kubernetes v1.30

A Peek at Kubernetes v1.30

Open link in next tab

A Peek at Kubernetes v1.30

https://kubernetes.io/blog/2024/03/12/kubernetes-1-30-upcoming-changes/

Authors: Amit Dsouza, Frederick Kautz, Kristin Martin, Abigail McCarthy, Natali Vlatko A quick look: exciting changes in Kubernetes v1.30 It's a new year and a new Kubernetes release. We're halfway through the release cycle and have quite a few interesting and exciting enhancements coming in v1.30. From brand new features in alpha, to established features graduating to stable, to long-awaited improvements, this release has something for everyone to pay attention to!

Tekton Cloud Native CI/CD

Tekton Cloud Native CI/CD

Open link in next tab

Tekton

https://tekton.dev/

Cloud Native CI/CD

Tekton
K8s Service Meshes: The Bill Comes Due

K8s Service Meshes: The Bill Comes Due

Open link in next tab

K8s Service Meshes: The Bill Comes Due

https://matduggan.com/k8s-service-meshes/

Kubernetes Service Meshes aren't free anymore, what teams need to know moving forward.

K8s Service Meshes: The Bill Comes Due