From 51c48b5cb68eb3d2df53bc429c22dfab9e12550e Mon Sep 17 00:00:00 2001 From: rishabh Date: Sun, 16 Aug 2026 01:26:50 +0800 Subject: [PATCH] Add 4 Medium-redirect posts: RKE2, Buildpacks, Cilium/Hubble, Harvester Adds redirect posts (same pattern as the existing Medium-hosted articles) for: - Deploy an RKE2 Kubernetes Cluster on Podman VM with Cilium CNI and MetalLB LoadBalancer - Automate Docker Image Creation with Buildpack and GitHub Actions - Uncovering Pod-to-Pod Traffic in Kubernetes Using Cilium and Hubble - Kubernetes Meets Virtualization: Installing Harvester on Bare Metal Verified with tools/check_post_format.rb and a full production build. Co-Authored-By: Claude Sonnet 5 --- ...6-08-11-deploy-rke2-podman-vm-cilium-cni-metallb.md | 10 ++++++++++ ...3-automate-docker-image-buildpack-github-actions.md | 10 ++++++++++ ...8-14-uncovering-pod-to-pod-traffic-cilium-hubble.md | 10 ++++++++++ ...rnetes-meets-virtualization-harvester-bare-metal.md | 10 ++++++++++ 4 files changed, 40 insertions(+) create mode 100644 _posts/2026-08-11/2026-08-11-deploy-rke2-podman-vm-cilium-cni-metallb.md create mode 100644 _posts/2026-08-13/2026-08-13-automate-docker-image-buildpack-github-actions.md create mode 100644 _posts/2026-08-14/2026-08-14-uncovering-pod-to-pod-traffic-cilium-hubble.md create mode 100644 _posts/2026-08-15/2026-08-15-kubernetes-meets-virtualization-harvester-bare-metal.md diff --git a/_posts/2026-08-11/2026-08-11-deploy-rke2-podman-vm-cilium-cni-metallb.md b/_posts/2026-08-11/2026-08-11-deploy-rke2-podman-vm-cilium-cni-metallb.md new file mode 100644 index 0000000..a03dfe4 --- /dev/null +++ b/_posts/2026-08-11/2026-08-11-deploy-rke2-podman-vm-cilium-cni-metallb.md @@ -0,0 +1,10 @@ +--- +title: "Deploy an RKE2 Kubernetes Cluster on Podman VM with Cilium CNI and MetalLB LoadBalancer" +date: 2026-08-11 09:00:00 +0800 +categories: [Kubernetes] +tags: [rke2, podman, cilium, metallb, kubernetes, cni, loadbalancer] +--- + + + +Redirecting to Medium... [continue reading →](https://medium.com/@0.all_existence.0/deploy-an-rke2-kubernetes-cluster-on-podman-vm-with-cilium-cni-and-metallb-loadbalancer-21c5e722555a) diff --git a/_posts/2026-08-13/2026-08-13-automate-docker-image-buildpack-github-actions.md b/_posts/2026-08-13/2026-08-13-automate-docker-image-buildpack-github-actions.md new file mode 100644 index 0000000..342a634 --- /dev/null +++ b/_posts/2026-08-13/2026-08-13-automate-docker-image-buildpack-github-actions.md @@ -0,0 +1,10 @@ +--- +title: "Automate Docker Image Creation with Buildpack and GitHub Actions" +date: 2026-08-13 09:00:00 +0800 +categories: [Automation] +tags: [docker, buildpacks, github-actions, cicd, containers] +--- + + + +Redirecting to Medium... [continue reading →](https://medium.com/@0.all_existence.0/automate-docker-image-creation-with-buildpack-and-github-actions-f64d2e0c00c9) diff --git a/_posts/2026-08-14/2026-08-14-uncovering-pod-to-pod-traffic-cilium-hubble.md b/_posts/2026-08-14/2026-08-14-uncovering-pod-to-pod-traffic-cilium-hubble.md new file mode 100644 index 0000000..6e8190a --- /dev/null +++ b/_posts/2026-08-14/2026-08-14-uncovering-pod-to-pod-traffic-cilium-hubble.md @@ -0,0 +1,10 @@ +--- +title: "Uncovering Pod-to-Pod Traffic in Kubernetes Using Cilium and Hubble" +date: 2026-08-14 09:00:00 +0800 +categories: [Kubernetes] +tags: [cilium, hubble, networking, kubernetes, observability, ebpf] +--- + + + +Redirecting to Medium... [continue reading →](https://medium.com/@0.all_existence.0/uncovering-pod-to-pod-traffic-in-kubernetes-using-cilium-and-hubble-0e59a096cce9) diff --git a/_posts/2026-08-15/2026-08-15-kubernetes-meets-virtualization-harvester-bare-metal.md b/_posts/2026-08-15/2026-08-15-kubernetes-meets-virtualization-harvester-bare-metal.md new file mode 100644 index 0000000..f798a8e --- /dev/null +++ b/_posts/2026-08-15/2026-08-15-kubernetes-meets-virtualization-harvester-bare-metal.md @@ -0,0 +1,10 @@ +--- +title: "Kubernetes Meets Virtualization: Installing Harvester on Bare Metal" +date: 2026-08-15 09:00:00 +0800 +categories: [Virtualization] +tags: [harvester, kubernetes, virtualization, bare-metal, kubevirt] +--- + + + +Redirecting to Medium... [continue reading →](https://medium.com/@0.all_existence.0/kubernetes-meets-virtualization-installing-harvester-on-bare-metal-ed04c3ac10bc)