Docs

Curated Kubernetes content from AKS, EKS, GKE, OpenShift, Rancher/K3s and more—auto‑aggregated daily.

  • 2025-05-08
    Kubernetes Blog

    Kubernetes 1.33: Volume Populators Graduate to GA

    Kubernetes 1.33: Volume Populators Graduate to GA What is new Populator Pod is optional Mutator functions to modify the Kubernetes resources Flexible metric handling for providers Clean up for temporary resources How to use it Future directions and potential feature requests Kubernetes volume populators are now generally available (GA)! The AnyVolumeDataSource feature gate is treated as always enabled for Kubernetes v1.33, which means that users can specify any appropriate custom resource as the data source of a PersistentVolumeClaim (PVC). AnyVolumeDataSource An example of how to use dataSourceRef in PVC: apiVersion : v1 kind : PersistentVolumeClaim metadata : name : pvc1 spec :.

    #kubernetes
  • 2025-05-08
    Digital Ocean

    Expanding our GPU Droplet portfolio - NVIDIA RTX 4000 Ada Generation, NVIDIA RTX 6000 Ada Generation, and NVIDIA L40S

    Expanding our GPU Droplet portfolio - NVIDIA RTX 4000 Ada Generation, NVIDIA RTX 6000 Ada Generation, and NVIDIA L40S About the author Try DigitalOcean for free Related Articles Announcing OpenAI gpt-oss Models on the DigitalOcean Gradient™ AI Platform Build smarter AI agents: new tools now available for the DigitalOcean Gradient™ AI Platform Introducing GPU Droplets accelerated by NVIDIA HGX H200 By Waverly Swinton Published: May 8, 2025 2 min read GPU Droplets are now DigitalOcean GradientAI GPU Droplets. Learn more about DigitalOcean GradientAI , our suite of AI products.

    #kubernetes
  • 2025-05-07
    Digital Ocean

    Powered by DigitalOcean Hatch: Ontra Mobility is Building Smarter Cities

    Powered by DigitalOcean Hatch: Ontra Mobility is Building Smarter Cities Solving real-world problems comes with real-world challenges Simplifying building with DigitalOcean and Hatch Full speed ahead About the author Try DigitalOcean for free Related Articles Stop Building SaaS from Scratch: Meet the SeaNotes Starter Kit Powered by DigitalOcean Hatch: Why Uxify’s Founders Always Choose DigitalOcean Powered by DigitalOcean Hatch: How Ex-human uses GPU Droplets to Build Empathetic AI that Serves Customers By Martin Nguyen Published: May 7, 2025 4 min read Hatch is DigitalOcean’s global program for startups, which provides selected growing technology companies with credits and discounts on computing resources so they can build and scale with less worry about costs. By keeping infrastructure and cost management simple, the Hatch program helps enable startups to build solutions that move society forward.

    #kubernetes
  • 2025-05-07
    Kubernetes Blog

    Kubernetes v1.33: From Secrets to Service Accounts: Kubernetes Image Pulls Evolved

    Kubernetes v1.33: From Secrets to Service Accounts: Kubernetes Image Pulls Evolved The problem with image pull secrets The solution: Service Account token integration for Kubelet credential providers How it works 1. Service Account tokens for credential providers 2.

    #kubernetes
  • 2025-05-07
    KodeKloud Blog (Kubernetes)

    Do You Need a Degree to Be a DevOps Engineer? A 2025 Guide

    The Myth vs. The Reality What Do Employers Really Want? Traditional Degree Pathway The No-Degree Pathway Here’s how you can do the same: Popular Certifications That Replace (or Supplement) a Degree Certs = Proof you know your stuff.

    #kodekloud #kubernetes
  • 2025-05-07
    Digital Ocean

    Introducing Role-Based Access Control to DigitalOcean Managed MongoDB with Predefined Roles

    Introducing Role-Based Access Control to DigitalOcean Managed MongoDB with Predefined Roles Benefits of RBAC for DigitalOcean Managed MongoDB users Best practices for implementing predefined roles/RBAC in your organization Get Started About the author Try DigitalOcean for free Related Articles Announcing OpenAI gpt-oss Models on the DigitalOcean Gradient™ AI Platform Build smarter AI agents: new tools now available for the DigitalOcean Gradient™ AI Platform Introducing GPU Droplets accelerated by NVIDIA HGX H200 By Nicole Ghalwash Published: May 7, 2025 2 min read We are excited to announce that role-based access control (RBAC) is now available for DigitalOcean Managed MongoDB, starting with predefined roles! These new roles include the pre-defined roles of “ readOnly ”, “ readWrite ” and “ dbAdmin ”. Learn more about it here.

    #kubernetes
  • 2025-05-06
    Kubernetes Blog

    Kubernetes v1.33: Fine-grained SupplementalGroups Control Graduates to Beta

    Kubernetes v1.33: Fine-grained SupplementalGroups Control Graduates to Beta Motivation: Implicit group memberships defined in /etc/group in the container image What's wrong with it? Fine-grained supplemental groups control in a Pod: supplementaryGroupsPolicy Attached process identity in Pod status Strict Policy requires newer CRI versions The behavioral changes introduced in beta Upgrade consideration Getting involved How can I learn more? The new field, supplementalGroupsPolicy , was introduced as an opt-in alpha feature for Kubernetes v1.31 and has graduated to beta in v1.33; the corresponding feature gate ( SupplementalGroupsPolicy ) is now enabled by default. This feature enables to implement more precise control over supplemental groups in containers that can strengthen the security posture, particularly in accessing volumes.

    #kubernetes
  • 2025-05-06
    Nirmata Blog

    Nirmata’s AI-Powered Remediations: A Smarter Way to Fix Policy Violations

    Nirmata’s AI-Powered Remediations: A Smarter Way to Fix Policy Violations Why AI Remediations for Policy as Code? How It Works Designed for Developer Velocity and Platform Efficiency Where to Find It What’s Next Every modern enterprise strives for faster software delivery without compromising on security and compliance. As cloud-native environments grow in scale and complexity, so does the burden of identifying and fixing misconfigurations across clusters, pipelines, and cloud infrastructure.

    #nirmata #kubernetes
  • 2025-05-06
    Aqua Security

    Mainframes Are the New AI Infrastructure. Protect it with Secure AI

    Mainframes Are the New AI Infrastructure. Protect it with Secure AI Mainframes: AI Infrastructure for Next Generation Applications AI and Containerization on the Mainframe Introducing Aqua Secure AI Bringing Aqua Security to IBM Z and IBM LinuxONE Modernize Without Compromise If your AI workloads run in containers, then securing those containers is the first and most important step in protecting your AI.

    #security
  • 2025-05-05
    Kubernetes Blog

    Kubernetes v1.33: Prevent PersistentVolume Leaks When Deleting out of Order graduates to GA

    Kubernetes v1.33: Prevent PersistentVolume Leaks When Deleting out of Order graduates to GA How did reclaim work in previous Kubernetes releases? PV reclaim policy with Kubernetes v1.33 How does it work? Important note How to enable new behavior? References How do I get involved? I am thrilled to announce that the feature to prevent PersistentVolume (or PVs for short) leaks when deleting out of order has graduated to General Availability (GA) in Kubernetes v1.33! This improvement, initially introduced as a beta feature in Kubernetes v1.31, ensures that your storage resources are properly reclaimed, preventing unwanted leaks. PersistentVolumeClaim (or PVC for short) is a user's request for storage.

    #kubernetes