Tag

Pods

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
Sep 4, 2023 · Cloud Native

Journey Through the Kubernetes Zoo: Learn Pods, Deployments, Ingress & More

A playful narrative follows Phippy and her niece Zee as they explore a Kubernetes‑themed zoo, turning whimsical animal scenes into clear explanations of Pods, ReplicaSets, Deployments, DaemonSets, Ingress, CronJobs and CustomResourceDefinitions for cloud‑native practitioners.

Cloud NativeDeploymentsKubernetes
0 likes · 8 min read
Journey Through the Kubernetes Zoo: Learn Pods, Deployments, Ingress & More
Architecture Digest
Architecture Digest
Mar 20, 2023 · Cloud Native

Kubernetes: What It Is and Why It’s Hard to Get Started

This article provides a concise, question‑and‑answer overview of Kubernetes, explaining its role as a distributed container‑orchestration system, the architecture of master and worker nodes, core components such as etcd, kube‑apiserver, scheduler, controllers, and how services, pods, labels, and scaling operate within a cluster.

Cloud NativeContainer OrchestrationControllers
0 likes · 8 min read
Kubernetes: What It Is and Why It’s Hard to Get Started
Efficient Ops
Efficient Ops
Feb 14, 2023 · Cloud Native

Can Docker Replicate Kubernetes Pods? Exploring Containers, Namespaces, and cgroups

This article investigates how containers and Kubernetes Pods differ and overlap by examining their underlying Linux namespaces, cgroup hierarchies, and runtime specifications, then demonstrates how to emulate a Pod using only Docker commands and shared resources.

CgroupsDockerKubernetes
0 likes · 21 min read
Can Docker Replicate Kubernetes Pods? Exploring Containers, Namespaces, and cgroups
Efficient Ops
Efficient Ops
Dec 20, 2022 · Cloud Native

Understanding Kubernetes Pods, Services, and Load Balancing Basics

This article explains Kubernetes pod architecture, networking, external exposure, and how Services use virtual IPs and selectors to provide load balancing and dynamic discovery of pod changes, including the role of kube-proxy and the limitations of using Nginx for pod-level balancing.

Cloud NativeKubernetesPods
0 likes · 8 min read
Understanding Kubernetes Pods, Services, and Load Balancing Basics
Top Architect
Top Architect
Nov 9, 2022 · Cloud Native

Understanding Containers and Pods: Namespaces, Cgroups, and Docker Experiments

This article explains how containers and Kubernetes Pods are implemented using Linux namespaces and cgroups, compares their isolation mechanisms, demonstrates practical experiments with Docker and minikube, and clarifies the relationship between Pods, sandbox containers, and shared resources.

CgroupsCloud NativeContainers
0 likes · 19 min read
Understanding Containers and Pods: Namespaces, Cgroups, and Docker Experiments
Efficient Ops
Efficient Ops
Jul 3, 2022 · Cloud Native

Understanding Kubernetes: Core Components and How They Work Together

This article provides a concise, concept‑level overview of Kubernetes architecture, explaining the roles of master and worker nodes, Pods, networking, scheduling, storage, services, scaling, and controller interactions, illustrated with diagrams to help beginners grasp the system’s complexity.

Cloud NativeCluster ArchitectureContainer Orchestration
0 likes · 10 min read
Understanding Kubernetes: Core Components and How They Work Together
Efficient Ops
Efficient Ops
Apr 17, 2022 · Cloud Native

Pods vs Containers: Exploring Namespaces, cgroups, and Docker‑Based Pods

This article examines how containers and Kubernetes Pods differ by diving into Linux namespaces, cgroups, and practical experiments that show how Pods share resources, how Docker can emulate Pod behavior, and why Pods are considered a higher‑level construct than simple containers.

CgroupsContainersDocker
0 likes · 23 min read
Pods vs Containers: Exploring Namespaces, cgroups, and Docker‑Based Pods
Efficient Ops
Efficient Ops
Mar 14, 2022 · Cloud Native

Demystifying Kubernetes Service Discovery: From Pods to Stable Endpoints

This article explains Kubernetes service discovery by first covering essential network concepts, then detailing how Services, Endpoints, and kube-proxy work together to provide stable, load‑balanced communication between dynamic Pods in a cloud‑native environment.

Cloud NativeKubernetesPods
0 likes · 12 min read
Demystifying Kubernetes Service Discovery: From Pods to Stable Endpoints
Efficient Ops
Efficient Ops
Jan 5, 2022 · Cloud Native

Understanding Kubernetes Pods, Services, and Load Balancing Basics

This article reviews Kubernetes pod architecture, explains how pods obtain external access, and details how Services and kube-proxy provide load balancing and dynamic discovery for pod groups using selectors and virtual IPs.

Cloud NativeKubernetesPods
0 likes · 7 min read
Understanding Kubernetes Pods, Services, and Load Balancing Basics
Practical DevOps Architecture
Practical DevOps Architecture
Dec 19, 2021 · Cloud Native

Creating Kubernetes Pods and Performing Basic Operations

This article provides step‑by‑step commands for creating Kubernetes pods, pulling images, running simple applications, exposing deployments, checking logs, and managing resources such as scaling, updating images, and viewing pod details, offering a practical guide for verifying network access and basic cluster operations.

Cloud NativeDevOpsKubernetes
0 likes · 4 min read
Creating Kubernetes Pods and Performing Basic Operations
Efficient Ops
Efficient Ops
Nov 10, 2021 · Cloud Native

How Do Pods and Services Enable Load Balancing in Kubernetes?

This article reviews the core structure of Kubernetes pods, explains how pods expose services externally, details load‑balancing mechanisms using Services and kube‑proxy, and illustrates the role of selectors, VIPs, and iptables/ipvs in dynamic pod discovery and traffic routing.

Cloud NativeKubernetesPods
0 likes · 7 min read
How Do Pods and Services Enable Load Balancing in Kubernetes?
Efficient Ops
Efficient Ops
Aug 15, 2021 · Cloud Native

Master Kubernetes Core Components: Pods, ReplicaSets, Deployments & StatefulSets

This article explains the fundamental principles of Kubernetes core components—including pods, their networking and storage mechanisms, the role of ReplicaSets for scaling, how Deployments enable rolling updates, and how StatefulSets manage stateful services—providing clear insights and visual diagrams for each concept.

Cloud NativeDeploymentKubernetes
0 likes · 10 min read
Master Kubernetes Core Components: Pods, ReplicaSets, Deployments & StatefulSets
Efficient Ops
Efficient Ops
Aug 2, 2021 · Cloud Native

19 Common Kubernetes Failures and How to Fix Them

This guide walks through nineteen typical Kubernetes problems—from service access failures and pod initialization errors to Helm installation issues—explaining root causes, providing concise solutions, and including command‑line examples and screenshots to help operators quickly resolve cluster disruptions.

Cloud NativeKubernetesPods
0 likes · 10 min read
19 Common Kubernetes Failures and How to Fix Them
Selected Java Interview Questions
Selected Java Interview Questions
May 17, 2021 · Cloud Native

Kubernetes Interview Guide: Architecture, Pods, Probes, Rolling Updates, Services, Labels, and Data Persistence

This article provides a comprehensive overview of Kubernetes, covering its architecture, master and node components, pod lifecycle, health probes, rolling updates, image pull policies, services, label selectors, DaemonSets, Jobs, and data persistence methods, with practical YAML examples and command snippets.

Cloud NativeKubernetesLabels
0 likes · 21 min read
Kubernetes Interview Guide: Architecture, Pods, Probes, Rolling Updates, Services, Labels, and Data Persistence
Efficient Ops
Efficient Ops
Jun 14, 2018 · Cloud Native

Understanding Kubernetes: Core Concepts Explained Through Q&A

This article provides a concise, question‑driven overview of Kubernetes, covering the roles of master and worker nodes, pod scheduling, data storage with etcd, service exposure, dynamic scaling, and how the various control‑plane components collaborate to manage a distributed container cluster.

Cloud NativeContainer OrchestrationKubernetes
0 likes · 9 min read
Understanding Kubernetes: Core Concepts Explained Through Q&A