Tagged articles
6 articles
Page 1 of 1
Cloud Native Technology Community
Cloud Native Technology Community
May 15, 2025 · Cloud Native

What’s New in Kubernetes 1.33? Deep Dive into Sidecar, GPU/TPU Allocation, and Namespace Enhancements

Kubernetes 1.33 introduces native sidecar support, enhanced namespace isolation, and dedicated GPU/TPU resource allocation, delivering 64 feature upgrades—including stable sidecar containers, dynamic resource APIs, and user‑namespace security—while providing practical adoption guidance for production environments.

Cloud NativeKubernetesSidecar
0 likes · 5 min read
What’s New in Kubernetes 1.33? Deep Dive into Sidecar, GPU/TPU Allocation, and Namespace Enhancements
Open Source Linux
Open Source Linux
Jul 8, 2024 · Operations

Secure Docker Containers with Linux User Namespaces: A Practical Guide

This article explains how Linux user namespaces isolate UID/GID for processes, shows how to map subordinate users via /etc/subuid and /etc/subgid, configures Docker's userns‑remap feature, verifies isolation with Docker daemon settings, and discusses known limitations.

Container SecurityDockerSubgid
0 likes · 10 min read
Secure Docker Containers with Linux User Namespaces: A Practical Guide
dbaplus Community
dbaplus Community
Jul 25, 2019 · Operations

How to Secure Docker Containers with Namespaces and Cgroups

This guide explains Docker's Namespace and Cgroup mechanisms, shows how to configure them to limit resources and isolate containers, and demonstrates practical commands for protecting container security while highlighting their limitations.

Container SecurityDockerNamespace
0 likes · 16 min read
How to Secure Docker Containers with Namespaces and Cgroups