<?xml version="1.0" encoding="UTF-8" ?> <?xml-stylesheet type="text/xsl" href="rss.xsl"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>Exploring Kubernetes</title><description>A progressive journey through Kubernetes, from your first deployment to production operations.</description><link>https://k8s.bradpenney.io/</link><atom:link href="https://k8s.bradpenney.io/feed_rss_updated.xml" rel="self" type="application/rss+xml" /> <managingEditor>Brad Penney</managingEditor><language>en</language> <pubDate>Sat, 20 Jun 2026 02:46:10 -0000</pubDate> <lastBuildDate>Sat, 20 Jun 2026 02:46:10 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.19.0</generator> <image> <url>https://k8s.bradpenney.io/images/exploring_kubernetes.png</url> <title>Exploring Kubernetes</title> <link>https://k8s.bradpenney.io/</link> </image> <item> <title>Home</title> <description>A practical journey through Kubernetes for developers and platform engineers. Learn core concepts, kubectl, and Helm through real-world scenarios.</description> <link>https://k8s.bradpenney.io/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/</guid> </item> <item> <title>Overview</title> <description>Developer-focused introduction to Kubernetes. Learn what K8s is, deploy your first application, and master essential kubectl commands with confidence.</description> <link>https://k8s.bradpenney.io/day_one/overview/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/day_one/overview/</guid> </item> <item> <title>What Is Kubernetes?</title> <description>An easy-to-understand introduction to Kubernetes (K8s) for beginners. Learn about container orchestration, why it exists, and the benefits of using it.</description> <link>https://k8s.bradpenney.io/day_one/what_is_kubernetes/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/day_one/what_is_kubernetes/</guid> </item> <item> <title>Getting Helm Access</title> <description>Install Helm, the Kubernetes package manager, and connect it to your cluster. Step-by-step guide for macOS, Linux, and Windows with troubleshooting tips.</description> <link>https://k8s.bradpenney.io/day_one/helm/access/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/day_one/helm/access/</guid> </item> <item> <title>Essential Helm Commands</title> <description>Master daily Helm commands: list, status, get values, upgrade, rollback. Covers when to use Helm vs kubectl, plus a real-world incident rollback walkthrough.</description> <link>https://k8s.bradpenney.io/day_one/helm/commands/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/day_one/helm/commands/</guid> </item> <item> <title>Your First Helm Deployment</title> <description>Deploy your first Helm chart to Kubernetes. Covers CI/CD pipeline charts and vendor charts with values.yaml customization, upgrades, rollbacks, and cleanup.</description> <link>https://k8s.bradpenney.io/day_one/helm/first_deploy/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/day_one/helm/first_deploy/</guid> </item> <item> <title>Understanding What Helm Created</title> <description>See how Helm translates values.yaml into running Kubernetes resources. Understand the rendering pipeline, release tracking, and how to troubleshoot each layer.</description> <link>https://k8s.bradpenney.io/day_one/helm/understanding/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/day_one/helm/understanding/</guid> </item> <item> <title>Getting kubectl Access</title> <description>Install kubectl and configure Kubernetes cluster access using kubeconfig files. Complete setup guide for AWS, Azure, GCP, and on-premises clusters.</description> <link>https://k8s.bradpenney.io/day_one/kubectl/access/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/day_one/kubectl/access/</guid> </item> <item> <title>Essential kubectl Commands</title> <description>Master essential kubectl commands for managing Pods, Deployments, and Services. Practical cheat sheet with examples for troubleshooting K8s applications.</description> <link>https://k8s.bradpenney.io/day_one/kubectl/commands/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/day_one/kubectl/commands/</guid> </item> <item> <title>Your First Deployment</title> <description>Deploy your first containerized application to Kubernetes with kubectl. Step-by-step guide covering Pods, Services, and troubleshooting common issues.</description> <link>https://k8s.bradpenney.io/day_one/kubectl/first_deploy/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/day_one/kubectl/first_deploy/</guid> </item> <item> <title>Understanding What Happened</title> <description>Deep dive into Kubernetes architecture. Learn how Deployments, ReplicaSets, and Pods work together when you deploy applications to K8s clusters.</description> <link>https://k8s.bradpenney.io/day_one/kubectl/understanding/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/day_one/kubectl/understanding/</guid> </item> <item> <title>ConfigMaps and Secrets</title> <description>How Kubernetes ConfigMaps and Secrets keep config out of images — env vars vs files, update propagation, and why a Secret is not encryption.</description> <link>https://k8s.bradpenney.io/essentials/config_and_secrets/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/essentials/config_and_secrets/</guid> </item> <item> <title>Labels and Selectors</title> <description>How Kubernetes labels and selectors couple resources — equality and set-based selectors, the recommended labels, and how a Service selector finds Pods.</description> <link>https://k8s.bradpenney.io/essentials/labels_selectors/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/essentials/labels_selectors/</guid> </item> <item> <title>Namespaces</title> <description>How Kubernetes namespaces scope resources and enable multi-tenancy with quotas and limits — and why they are a soft boundary, not a security wall.</description> <link>https://k8s.bradpenney.io/essentials/namespaces/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/essentials/namespaces/</guid> </item> <item> <title>Overview</title> <description>The Kubernetes resources every practitioner must know cold — Pods, Services, config, namespaces, labels, Deployments — plus the security you own.</description> <link>https://k8s.bradpenney.io/essentials/overview/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/essentials/overview/</guid> </item> <item> <title>Pods Deep Dive</title> <description>Understand Kubernetes Pods — the smallest deployable unit: lifecycle, multi-container sidecars, init containers, and the kubectl commands to debug them.</description> <link>https://k8s.bradpenney.io/essentials/pods/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/essentials/pods/</guid> </item> <item> <title>Services - Stable Networking for Pods</title> <description>How Kubernetes Services give ephemeral Pods a stable address — ClusterIP, NodePort, and LoadBalancer types, plus port-forwarding for local development.</description> <link>https://k8s.bradpenney.io/essentials/services/</link> <pubDate>Sat, 20 Jun 2026 02:45:29 -0300</pubDate> <source url="https://k8s.bradpenney.io/feed_rss_updated.xml">Exploring Kubernetes</source><guid isPermaLink="true">https://k8s.bradpenney.io/essentials/services/</guid> </item> </channel> </rss>