DevOps & SRE notes
Helpful articles and tools for DevOps&SRE WhatsApp: https://whatsapp.com/channel/0029Vb79nmmHVvTUnc4tfp2F For paid consultation (RU/EN), contact: @tutunak All ways to support https://telegra.ph/How-support-the-channel-02-19
Ko'proq ko'rsatishš Telegram kanali DevOps & SRE notes analitikasi
DevOps & SRE notes (@devops_sre_notes) Ingliz til segmentidagi kanali faol ishtirokchi. Hozirda hamjamiyat 13 274 obunachidan iborat bo'lib, Texnologiyalar & Aralashmalar toifasida 9 302-o'rinni va AQSH mintaqasida 2 760-o'rinni egallagan.
š Auditoriya koārsatkichlari va dinamika
Š½ŠµŠ²ŃŠ“омо sanasidan buyon loyiha tez oāsib, 13 274 obunachiga ega boāldi.
27 Avgust, 2026 dagi oxirgi maālumotlarga koāra kanal barqaror faollikka ega. Oxirgi 30 kunda obunachilar soni 254 ga, soānggi 24 soatda esa 10 ga oāzgardi va umumiy qamrov yuqori darajada qolmoqda.
- Tasdiqlash holati: Tasdiqlanmagan
- Jalb etish (ER): Auditoriya oārtacha 16.04% darajada jalb etiladi. Nashrdan keyingi dastlabki 24 soatda kontent odatda umumiy obunachilar sonining 4.41% ini tashkil etuvchi reaksiyalarni toāplaydi.
- Post qamrovi: Har bir post oārtacha 2 129 marta koāriladi; birinchi sutkada odatda 585 ta koārish yigāiladi.
- Reaksiyalar va oāzaro taāsir: Auditoriya faol: har bir postga oārtacha 3 ta reaksiya keladi.
- Tematik yoānalishlar: Kontent kubernete, cluster, author, engineering, monitoring kabi asosiy mavzularga jamlangan.
š Tavsif va kontent siyosati
Muallif resursni shaxsiy fikrni ifoda etish maydoni sifatida taāriflaydi:
āHelpful articles and tools for DevOps&SRE
WhatsApp: https://whatsapp.com/channel/0029Vb79nmmHVvTUnc4tfp2F
For paid consultation (RU/EN), contact: @tutunak
All ways to support https://telegra.ph/How-support-the-channel-02-19ā
Yuqori yangilanish chastotasi (oxirgi maālumot 28 Avgust, 2026 da olingan) sababli kanal doimo dolzarb va katta qamrovli boālib qoladi. Analitika auditoriya kontent bilan faol hamkorlik qilishini, uni Texnologiyalar & Aralashmalar toifasidagi muhim taāsir nuqtasiga aylantirishini koārsatadi.
CSINode.spec.drivers[*].allocatable.count is now mutable so that a nodeās available volume attachment capacity can be updated dynamically.
Opportunistic batching
The batching mechanism consists of two operations that can be invoked whenever needed - create and nominate. Create leads to the creation of a new set of batch information from the scheduling results of Pods that have a valid signature. Nominate uses the batching information from create to set the nominated node name from a new Pod whose signature matches the canonical Podās signature.
maxUnavailable for StatefulSets
You can use it to define the maximum number of pods that can be unavailable during an update.
Configurable credential plugin policy in kuberc
kuberc gains additional functionality which allows users to configure credential plugin policy.
KYAML
KYAML is a safer and less ambiguous subset of YAML designed specifically for Kubernetes.
Configurable tolerance for HorizontalPodAutoscalers
This enhancement allows users to define a custom tolerance window on a per-resource basis within the HPA `behavior` field.
Support for user namespaces in Pods
Kubernetes is adding support for user namespaces, allowing pods to run with isolated user and group ID mappings instead of sharing host IDs.
VolumeSource: OCI artifact and/or image
Support for the `image` volume type allowing Pods to declaratively pull and unpack OCI container image artifacts into a volume. This lets you package and deliver data-only artifacts such as configs, binaries, or machine learning models using standard OCI registry tools.
Enforced `kubelet` credential verification for cached images
This KEP introduces a mechanism where the `kubelet` enforces credential verification for cached images. Before allowing a Pod to use a locally cached image, the `kubelet` checks if the Pod has the valid credentials to pull it.
Fine-grained Container restart rules
Kubernetes v1.35 addresses this by enabling `restartPolicy` and `restartPolicyRules` within the container API itself. This allows users to define restart strategies for individual regular and init containers that operate independently of the Pod's overall policy.
CSI driver opt-in for service account tokens via secrets field
Kubernetes v1.35 introduces an opt-in mechanism for CSI drivers to receive ServiceAccount tokens via the dedicated secrets field in the NodePublishVolume request
Deployment status: count of terminating replicas
Kubernetes v1.35 promotes the `terminatingReplicas` field within the Deployment status to beta. This field provides a count of Pods that have a deletion timestamp set but have not yet been removed from the system.metadata, spec, and status. It explains how users define the desired state in the spec, while Kubernetes continuously works to align the actual status with that intent through its reconciliation loop.
https://medium.com/@thisara.weerakoon2001/demystifying-kubernetes-yaml-ef9e92acf3df