Skip to main content

21 docs tagged with "kubernetes"

View all tags

Affinity and Node Scheduling

Node affinity types, pod affinity/anti-affinity, topology spread constraints, taints, tolerations, and PriorityClasses.

DaemonSets

DaemonSet behavior, automatic tolerations for unschedulable nodes, and cluster networking context.

Ingress with NGINX

Installing the NGINX ingress controller via Helm and testing local routing with curl --resolve.

Introduction

A collection of DevOps tools, hands-on walkthroughs, and reference guides for Kubernetes, Linux, and infrastructure.

Kubernetes

Core Kubernetes concepts, configuration patterns, security, workloads, and hands-on exercises.

Kubernetes ConfigMap Notes

Reference guide for working with Kubernetes ConfigMaps — env vars, volume mounts, updates, and immutability.

Kubernetes Debugging Workflow

Eight-step debugging checklist — pod status, logs, env vars, service endpoints, secrets, connectivity, and config reload.

Kubernetes Service Ports Explained

Visual guide to containerPort, targetPort, port, and nodePort — with Mermaid diagrams for ClusterIP, NodePort, LoadBalancer, and DNS flow.

Kustomize

Using Kustomize with base configs, overlays, transformers, namePrefix, nameSuffix, and commonAnnotations.

NetworkPolicy Notes

Kubernetes NetworkPolicy selector logic, CIDR-based rules, port ranges, and configuration examples.

StatefulSets

StatefulSet lifecycle, PVC retention policies, headless services, pod identity, rollout strategies, and controller revisions.