<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Kubernetes Cheatsheets on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/</link>
    <description>Recent content in Kubernetes Cheatsheets on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <atom:link href="https://blog.rajpoot.dev/cheatsheets/kubernetes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Cheatsheet 01 — Kubernetes Basics</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/01-basics-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 06:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/01-basics-cheatsheet/</guid>
      <description>Kubernetes basics — pods, kubectl, contexts.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 02 — Deployments and ReplicaSets</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/02-deployments-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 06:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/02-deployments-cheatsheet/</guid>
      <description>Kubernetes Deployments — rollouts, scaling, strategy, history.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 03 — Services and Networking</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/03-services-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 06:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/03-services-cheatsheet/</guid>
      <description>Kubernetes Services — ClusterIP, NodePort, LoadBalancer, Headless.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 04 — Ingress and Gateway API</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/04-ingress-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 06:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/04-ingress-cheatsheet/</guid>
      <description>Ingress &#43; Gateway API — HTTP routing, TLS, controllers.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 05 — ConfigMaps and Secrets</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/05-configmaps-secrets-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 06:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/05-configmaps-secrets-cheatsheet/</guid>
      <description>Kubernetes ConfigMaps &#43; Secrets — env, files, mount, rotation.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 06 — Persistent Volumes</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/06-volumes-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 06:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/06-volumes-cheatsheet/</guid>
      <description>Kubernetes volumes — PV, PVC, StorageClass, EmptyDir, HostPath.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 07 — StatefulSets and DaemonSets</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/07-statefulset-daemonset-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 07:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/07-statefulset-daemonset-cheatsheet/</guid>
      <description>Kubernetes StatefulSets &#43; DaemonSets — stable IDs, ordered start, per-node.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 08 — Autoscaling (HPA, VPA, Cluster Autoscaler)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/08-autoscaling-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 07:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/08-autoscaling-cheatsheet/</guid>
      <description>Kubernetes autoscaling — HPA, VPA, Cluster Autoscaler, KEDA.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 09 — RBAC</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/09-rbac-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 07:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/09-rbac-cheatsheet/</guid>
      <description>Kubernetes RBAC — Roles, ClusterRoles, ServiceAccounts.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 10 — Helm</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/10-helm-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 07:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/10-helm-cheatsheet/</guid>
      <description>Helm cheatsheet — chart structure, releases, templating, dependencies.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 11 — Kustomize</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/11-kustomize-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 07:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/11-kustomize-cheatsheet/</guid>
      <description>Kustomize cheatsheet — base &#43; overlays, patches, generators.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 12 — GitOps with ArgoCD</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/12-argocd-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 07:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/12-argocd-cheatsheet/</guid>
      <description>ArgoCD cheatsheet — Applications, sync, App of Apps, rollouts.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 13 — Observability</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/13-observability-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 08:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/13-observability-cheatsheet/</guid>
      <description>Kubernetes observability — Prometheus, Grafana, Loki, OpenTelemetry.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 14 — Security and Policies</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/14-security-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/14-security-cheatsheet/</guid>
      <description>Kubernetes security — PSA, network policies, OPA Gatekeeper, image scan.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 15 — Multi-cluster</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/15-multi-cluster-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 08:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/15-multi-cluster-cheatsheet/</guid>
      <description>Kubernetes multi-cluster — federation, multi-cluster service, cluster API.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 16 — Networking Deep Dive</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/16-networking-deep-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 08:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/16-networking-deep-cheatsheet/</guid>
      <description>K8s networking — CNI, pod networking, DNS, dual-stack.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 17 — Stateful Workloads</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/17-stateful-workloads-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 08:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/17-stateful-workloads-cheatsheet/</guid>
      <description>Stateful workloads in K8s — Postgres operator, Redis, Kafka, considerations.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 18 — Local Dev (Kind, k3d, minikube)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/18-local-dev-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 08:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/18-local-dev-cheatsheet/</guid>
      <description>Local K8s for dev — kind, k3d, minikube, Tilt, Skaffold.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 19 — Debugging in K8s</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/19-debugging-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 09:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/19-debugging-cheatsheet/</guid>
      <description>Kubernetes debugging — pods, networks, DNS, events.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 20 — Production Setup</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/20-production-setup-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 09:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/20-production-setup-cheatsheet/</guid>
      <description>Kubernetes production setup — cluster, ingress, observability, GitOps.</description>
    </item>
  </channel>
</rss>
