<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>所有Kubernetes 容器编排 -</title><link>https://tornado404.github.io/posts/kubernetes/</link><description>所有Kubernetes 容器编排 |</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Mon, 01 Jan 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://tornado404.github.io/posts/kubernetes/" rel="self" type="application/rss+xml"/><item><title>Kubernetes教程(十五)---使用 kind 在本地快速部署一个 k8s集群</title><link>https://tornado404.github.io/posts/kubernetes/15-kind-kubernetes-in-docker/</link><pubDate>Sat, 10 Dec 2022 00:00:00 +0000</pubDate><author>xxxx</author><guid>https://tornado404.github.io/posts/kubernetes/15-kind-kubernetes-in-docker/</guid><description>&lt;p>本文主要记录了如何使用 kind 在本地快速部署一个 k8s集群，包括 kind 的基本使用、大致原理以及注事事项等。&lt;/p></description></item><item><title>Kubernetes教程(十四)---PV 从创建到挂载全流程详解</title><link>https://tornado404.github.io/posts/kubernetes/14-pv-dynamic-provision-process/</link><pubDate>Fri, 11 Nov 2022 00:00:00 +0000</pubDate><author>xxxx</author><guid>https://tornado404.github.io/posts/kubernetes/14-pv-dynamic-provision-process/</guid><description>&lt;p>本文主要对 PV 从创建到挂载全流程进行了简单分析，包括存储卷的动态供应(Dynamically Provision)以及最终被挂载到 Pod 中被我们的app 所使用。&lt;/p></description></item><item><title>Kubernetes教程(十二)---VPA:垂直 Pod 自动扩缩容</title><link>https://tornado404.github.io/posts/kubernetes/12-vpa/</link><pubDate>Fri, 14 Oct 2022 00:00:00 +0000</pubDate><author>xxxx</author><guid>https://tornado404.github.io/posts/kubernetes/12-vpa/</guid><description>&lt;p>本文主要记录 k8s 中与 HPA 相对应的 VPA 功能，包括架构、大致实现以及 demo。&lt;/p></description></item><item><title>Kubernetes教程(三)---纯三层网络方案</title><link>https://tornado404.github.io/posts/kubernetes/03-pure-layer-3-network/</link><pubDate>Sun, 04 Sep 2022 00:00:00 +0000</pubDate><author>xxxx</author><guid>https://tornado404.github.io/posts/kubernetes/03-pure-layer-3-network/</guid><description>&lt;p>本文主要介绍了 Kubernetes 中的 Pure Layer 3 网络方案。其中的典型例子，莫过于 Flannel 的 host-gw 模式和 Calico 项目了，本文将大致分析  Flannel 的 host-gw 模式和 Calico 项目来探索Kubernetes 中的纯三层（Pure Layer 3）网络方案。&lt;/p></description></item><item><title>Kubernetes教程(二)---集群网络之 Flannel 核心原理</title><link>https://tornado404.github.io/posts/kubernetes/02-cluster-network/</link><pubDate>Sat, 03 Sep 2022 00:00:00 +0000</pubDate><author>xxxx</author><guid>https://tornado404.github.io/posts/kubernetes/02-cluster-network/</guid><description>&lt;p>本文主要记录了 Kubernetes 集群网络方案之 Flannel 核心原理详解，包括其隧道方案中的两种：UDP 实现和 VXLAN 实现。&lt;/p></description></item><item><title>Kubernetes教程(十一)---使用 KubeClipper 通过一条命令快速创建 k8s 集群</title><link>https://tornado404.github.io/posts/kubernetes/11-install-by-kubeclipper/</link><pubDate>Sat, 20 Aug 2022 00:00:00 +0000</pubDate><author>xxxx</author><guid>https://tornado404.github.io/posts/kubernetes/11-install-by-kubeclipper/</guid><description>&lt;p>本文主要记录了如何使用开源项目 KubeClipper 通过一条命令快速创建 k8s 集群。&lt;/p></description></item><item><title>Kubernetes教程(九)---Volume 实现原理</title><link>https://tornado404.github.io/posts/kubernetes/09-volume/</link><pubDate>Thu, 02 Jun 2022 00:00:00 +0000</pubDate><author>xxxx</author><guid>https://tornado404.github.io/posts/kubernetes/09-volume/</guid><description>&lt;p>本文主要记录了 k8s volume 的实现原理,包括远程卷的 Attach、Mount 过程，CRI Mount Volume 实现以及 PV、PVC、StorageClass 持久化存储体系运作流程。&lt;/p></description></item><item><title>Kubernetes教程(一)---使用 kubeadm 创建 k8s 集群(containerd)</title><link>https://tornado404.github.io/posts/kubernetes/01-install/</link><pubDate>Sat, 28 May 2022 00:00:00 +0000</pubDate><author>xxxx</author><guid>https://tornado404.github.io/posts/kubernetes/01-install/</guid><description>&lt;p>本文记录了使用 kubeadm 从头搭建一个使用 containerd 作为容器运行时的 Kubernetes 集群的过程。&lt;/p></description></item><item><title>Kubernetes教程(八)---Deployment</title><link>https://tornado404.github.io/posts/kubernetes/08-deployment/</link><pubDate>Tue, 22 Jun 2021 00:00:00 +0000</pubDate><author>xxxx</author><guid>https://tornado404.github.io/posts/kubernetes/08-deployment/</guid><description>&lt;p>本文主要讲解了 Kubernetes 中最常见的控制器 Deployment。&lt;/p></description></item><item><title>Kubernetes教程(七)---Pod 之(2) Pod 基本概念与生命周期</title><link>https://tornado404.github.io/posts/kubernetes/07-pod-2-baselifecycle/</link><pubDate>Fri, 18 Jun 2021 00:00:00 +0000</pubDate><author>xxxx</author><guid>https://tornado404.github.io/posts/kubernetes/07-pod-2-baselifecycle/</guid><description>&lt;p>本文主要讲述了 Kubernetes 中  Pod 的基本概念及其生命周期（lifecycle）。包括 Pod 的启动、容器探针、健康检测、恢复机制即 Pod 的终止等等。&lt;/p></description></item></channel></rss>