feat: Блог на Hugo в K3s: часть 6 - миграция между namespace

This commit is contained in:
2026-02-22 17:08:56 +00:00
parent 44d254f1db
commit 11b97341aa
116 changed files with 8784 additions and 887 deletions
+12 -10
View File
@@ -28,7 +28,7 @@
<link rel="canonical" href="http://localhost:1313/posts/k3s-part1-architecture/">
<link rel="canonical" href="http://192.168.11.190:1313/posts/k3s-part1-architecture/">
@@ -68,7 +68,7 @@
<meta property="og:url" content="http://localhost:1313/posts/k3s-part1-architecture/">
<meta property="og:url" content="http://192.168.11.190:1313/posts/k3s-part1-architecture/">
<meta property="og:site_name" content="Олег Казанин">
<meta property="og:title" content="K3s HA для homelab: архитектура без боли">
<meta property="og:description" content="Полноценный Kubernetes в бинарнике на 50MB вместо 1.5GB зависимостей. Разбираем архитектуру K3s HA кластера: почему именно 3 master ноды, зачем embedded etcd и сколько ресурсов закладывать.">
@@ -83,13 +83,13 @@
<meta property="article:tag" content="Proxmox">
<meta property="article:tag" content="Architecture">
<meta property="article:tag" content="Ha">
<meta property="og:image" content="http://localhost:1313/posts/k3s-part1-architecture/featured.png">
<meta property="og:see_also" content="http://localhost:1313/posts/k3s-part3-installation/">
<meta property="og:see_also" content="http://localhost:1313/posts/k3s-part2-infrastructure/">
<meta property="og:image" content="http://192.168.11.190:1313/posts/k3s-part1-architecture/featured.png">
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/k3s-part3-installation/">
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/k3s-part2-infrastructure/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="http://localhost:1313/posts/k3s-part1-architecture/featured.png">
<meta name="twitter:image" content="http://192.168.11.190:1313/posts/k3s-part1-architecture/featured.png">
<meta name="twitter:title" content="K3s HA для homelab: архитектура без боли">
<meta name="twitter:description" content="Полноценный Kubernetes в бинарнике на 50MB вместо 1.5GB зависимостей. Разбираем архитектуру K3s HA кластера: почему именно 3 master ноды, зачем embedded etcd и сколько ресурсов закладывать.">
@@ -122,6 +122,8 @@
@@ -130,8 +132,8 @@
<link
type="text/css"
rel="stylesheet"
href="/css/main.bundle.min.b5bc3f4587655153415b7825fd1716f97df9c99f87c23f81146f4dd4f9f49f04ad031e3b5f0ee5c0416707a1455ca2cfa8fc1f3a19ece1486b0126dcd310a63e.css"
integrity="sha512-tbw/RYdlUVNBW3gl/RcW&#43;X35yZ&#43;Hwj&#43;BFG9N1Pn0nwStAx47Xw7lwEFnB6FFXKLPqPwfOhns4UhrASbc0xCmPg==">
href="/css/main.bundle.min.f7f4ea4d52ba0bdbea7d2aa148eb5d7e983ff2cae72189d5c1559a358b6970345d94eaef53a263ed180a9af4efa0eaff8d1be71018580e0826e3cc5959a0a23d.css"
integrity="sha512-9/TqTVK6C9vqfSqhSOtdfpg/8srnIYnVwVWaNYtpcDRdlOrvU6Jj7RgKmvTvoOr/jRvnEBhYDggm48xZWaCiPQ==">
@@ -272,7 +274,7 @@
"headline": "K3s HA для homelab: архитектура без боли",
"description": "Полноценный Kubernetes в бинарнике на 50MB вместо 1.5GB зависимостей. Разбираем архитектуру K3s HA кластера: почему именно 3 master ноды, зачем embedded etcd и сколько ресурсов закладывать.",
"inLanguage": "ru",
"url" : "http://localhost:1313/posts/k3s-part1-architecture/",
"url" : "http://192.168.11.190:1313/posts/k3s-part1-architecture/",
"author" : {
"@type": "Person",
"name": "Олег Казанин"
@@ -2066,7 +2068,7 @@
<div
id="search-wrapper"
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh] z-500"
data-url="http://localhost:1313/">
data-url="http://192.168.11.190:1313/">
<div
id="search-modal"
class="flex flex-col w-full max-w-3xl min-h-0 mx-auto border rounded-md shadow-lg top-20 border-neutral-200 bg-neutral dark:border-neutral-700 dark:bg-neutral-800">