Docs
Curated Kubernetes content from AKS, EKS, GKE, OpenShift, Rancher/K3s and more—auto‑aggregated daily.
- 2025-04-30Digital Ocean
AI agent development just got easier on GenAI Platform
AI agent development just got easier on GenAI Platform Enhancing your AI agents Build smarter, more transparent AI agents 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 Grace Morgan Published: April 30, 2025 2 min read DigitalOceanâs GenAI Platform is now DigitalOcean Gradient Platform. Learn more about the GA release and features.
#kubernetes - 2025-04-29Kubernetes Blog
Kubernetes v1.33: Image Volumes graduate to beta!
Kubernetes v1.33: Image Volumes graduate to beta! What's new Further reading Image Volumes were introduced as an Alpha feature with the Kubernetes v1.31 release as part of KEP-4639. In Kubernetes v1.33, this feature graduates to beta.
#kubernetes - 2025-04-29KodeKloud Blog (Kubernetes)
Day 5: Kubernetes Services — How Your App Gets a Stable IP or URL
Let’s Start With What You Might Know What Is a Kubernetes Service? How It Works Example Types of Services (Simplified) Real-World Analogy Try It Out Quick Summary Coming Up. Exploring System Architecture for DevOps Engineers Why KubeCon India 2025 Meant More to KodeKloud Linux: List Disks Linux: "cat" Command Linux Made Easy for DevOps Beginners From CFP to Stage: Win Your Tech Talk Slot MCP Explained Simply: How AI Can Actually Do Things Now Still Not Job-Ready After Learning DevOps? What Is Kubernetes? Finally, a Simple Explanation! But here’s the next problem: You try running: kubectl get pods -o wide kubectl get pods -o wide And you see something like: NAME READY STATUS IP NODE myapp-xyz 1/1 Running 10.244.1.5 worker-node-1 NAME READY STATUS IP NODE myapp-xyz 1/1 Running 10.244.1.5 worker-node-1 Great — but: That Pod IP is internal It changes if the Pod dies and restarts And if you have 3 replicas… which IP do you even hit? That’s where Services come in.
#kodekloud #kubernetes - 2025-04-29Aqua Security
Shadow Roles: AWS Defaults Can Open the Door to Service Takeover
Our research uncovered security concerns in the deployment of resources within a few AWS services, specifically in the default AWS service roles. These roles, often created automatically or recommended during setup, grant overly broad permissions, such as full S3 access.
#security - 2025-04-28Kubernetes Blog
Kubernetes v1.33: HorizontalPodAutoscaler Configurable Tolerance
Kubernetes v1.33: HorizontalPodAutoscaler Configurable Tolerance What is it? How do I use it? I want all the details! This post describes configurable tolerance for horizontal Pod autoscaling , a new alpha feature first available in Kubernetes 1.33. Horizontal Pod Autoscaling is a well-known Kubernetes feature that allows your workload to automatically resize by adding or removing replicas based on resource utilization.
#kubernetes - 2025-04-25Kubernetes Blog
Kubernetes v1.33: User Namespaces enabled by default!
Kubernetes v1.33: User Namespaces enabled by default! What is a user namespace? Demos Everything you wanted to know about user namespaces in Kubernetes Conclusions How do I get involved? In Kubernetes v1.33 support for user namespaces is enabled by default. This means that, when the stack requirements are met, pods can opt-in to use user namespaces.
#kubernetes - 2025-04-24Digital Ocean
Introducing DigitalOcean Managed Caching for Valkey, The New Evolution of Managed Caching
Introducing DigitalOcean Managed Caching for Valkey, The New Evolution of Managed Caching Learn more about our new database offering: DigitalOcean Managed Caching for Valkey Benefits and features of Managed Caching for Valkey Where is Managed Caching going? Simple and predictable pricing Get started with DigitalOcean Managed Caching for Valkey About the author Try DigitalOcean for free Related Articles Stop Building SaaS from Scratch: Meet the SeaNotes Starter Kit Announcing OpenAI gpt-oss Models on the DigitalOcean Gradient⢠AI Platform Introducing langchain-gradient: Seamless LangChain Integration with DigitalOcean Gradient⢠AI Platform By Nicole Ghalwash Published: April 24, 2025 4 min read Today, weâre excited to announce the launch of DigitalOceanâs Managed Caching for Valkey, our new Managed Database service that seamlessly replaces Managed Caching (previously Managed Redis®). Managed Caching for Valkey builds on the capabilities youâve come to rely on while also offering enhanced tools to support your development needs.
#kubernetes - 2025-04-24Kubernetes Blog
Kubernetes v1.33: Continuing the transition from Endpoints to EndpointSlices
Kubernetes v1.33: Continuing the transition from Endpoints to EndpointSlices Notes on migrating from Endpoints to EndpointSlices Consuming EndpointSlices rather than Endpoints Generating EndpointSlices rather than Endpoints Since the addition of EndpointSlices ( KEP-752 ) as alpha in v1.15 and later GA in v1.21, the Endpoints API in Kubernetes has been gathering dust. New Service features like dual-stack networking and traffic distribution are only supported via the EndpointSlice API, so all service proxies, Gateway API implementations, and similar controllers have had to be ported from using Endpoints to using EndpointSlices.
#kubernetes - 2025-04-24Digital Ocean
DigitalOcean Customers Eligible to Process DORA Workloads
DigitalOcean Customers Eligible to Process DORA Workloads What is DORA? DigitalOcean, DORA, and You DORA Addendums Voluntary Audit About the author Try DigitalOcean for free Related Articles Stop Building SaaS from Scratch: Meet the SeaNotes Starter Kit Announcing OpenAI gpt-oss Models on the DigitalOcean Gradient⢠AI Platform Introducing langchain-gradient: Seamless LangChain Integration with DigitalOcean Gradient⢠AI Platform By David Lopez Staff Trust & Governance Advisor, Trust and Governance Published: April 24, 2025 1 min read Today, weâre excited to announce that DigitalOcean will begin signing Digital Operational Resilience Act (DORA) Addendums with eligible customers. Additionally, we engaged Schellman & Company to facilitate an audit of our environment, so that customers can deploy on DigitalOcean with trust in the organizationâs risk management, security controls, operational resilience, incident management and reporting, and outsourcing and third party risk management.
#kubernetes - 2025-04-23Tigera
Recap: KubeCon + CloudNativeCon Europe 2025
CalicoCon 2025 What’s New in Calico v3.30 Enhanced Observability with Whisker Migrating to nftables and Calico eBPF Calico APIs and Integration AMA with Calico Engineers Party with Calico Cool Cats KubeCon Impressions In Summary When I got the assignment to attend KubeCon 1st of April I thought it was an April prank, but as the date got closer I realized—this is for real and I’ll be on the ground in London at the tenth anniversary of cloud native computing. I’ve seen a lot of tech events during my years in the industry while trying not to get replaced by AI and I have to say this one stands out! Image source: CNCF YouTube Channel Here is my recap of KubeCon + CloudNativeCon Europe 2025.
#tigera