Skip to content

Commit ecb9c14

Browse files
committed
fix: kubernetes 관련 post 추가
1 parent a2c57a2 commit ecb9c14

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+3521
-786
lines changed

404.html

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -113,26 +113,32 @@ <h1 class="error-code">404</h1>
113113

114114
<article class="post-card ">
115115

116-
<a class="post-card-image-link" href="/variables">
117-
<div class="post-card-image" style="background-image: url(/assets/built/images/airflow/airflow.png)"></div>
116+
<a class="post-card-image-link" href="/pod-operator-400">
117+
<div class="post-card-image" style="background-image: url(/assets/built/images/kubernetes/k8s-container.png)"></div>
118118
</a>
119119

120120
<div class="post-card-content">
121-
<a class="post-card-content-link" href="/variables">
121+
<a class="post-card-content-link" href="/pod-operator-400">
122122
<header class="post-card-header">
123123

124124

125125

126-
<span class="post-card-tags">Airflow</span>
126+
<span class="post-card-tags">Airflow</span>
127+
128+
129+
130+
<span class="post-card-tags">Kubernetes</span>
127131

128132

129133

130134

131-
<h2 class="post-card-title">Variables & Dag Parsing</h2>
135+
<h2 class="post-card-title">KubernetesPodOperator에서 ApiException(400)의 발생하는 이유는?</h2>
132136
</header>
133137
<section class="post-card-excerpt">
134138

135-
<p>Variables 사용 방법을 알아보고, Dag Parsing에서 그 이유를 살펴봅니다.
139+
<p>
140+
KubernetesPodOperator 사용 시 kubernetes.client.exceptions.ApiException: (400)이 발생하는 원인에 대해서 분석합니다.
141+
136142

137143
</p>
138144

@@ -152,7 +158,7 @@ <h2 class="post-card-title">Variables & Dag Parsing</h2>
152158
<span class="reading-time">
153159

154160

155-
3 min read
161+
4 min read
156162

157163
</span>
158164
</footer>
@@ -164,26 +170,26 @@ <h2 class="post-card-title">Variables & Dag Parsing</h2>
164170

165171
<article class="post-card ">
166172

167-
<a class="post-card-image-link" href="/dbt-trino-temp-view">
168-
<div class="post-card-image" style="background-image: url(/assets/built/images/dbt/dbt-logo.jpg)"></div>
173+
<a class="post-card-image-link" href="/configmap-secret">
174+
<div class="post-card-image" style="background-image: url(/assets/built/images/kubernetes/k8s-secret.jpg)"></div>
169175
</a>
170176

171177
<div class="post-card-content">
172-
<a class="post-card-content-link" href="/dbt-trino-temp-view">
178+
<a class="post-card-content-link" href="/configmap-secret">
173179
<header class="post-card-header">
174180

175181

176182

177-
<span class="post-card-tags">Dbt</span>
183+
<span class="post-card-tags">Kubernetes</span>
178184

179185

180186

181187

182-
<h2 class="post-card-title">Running Models in Parallel with dbt-trino</h2>
188+
<h2 class="post-card-title">ConfigMap과 Secret의 차이점</h2>
183189
</header>
184190
<section class="post-card-excerpt">
185191

186-
<p>dbt trino에서 파티션이 있는 모델을 병렬 실행하기 위한 매크로 수정 방법
192+
<p>ConfigMap과 Secret은 뭐가 다른걸까?
187193

188194
</p>
189195

@@ -203,7 +209,7 @@ <h2 class="post-card-title">Running Models in Parallel with dbt-trino</h2>
203209
<span class="reading-time">
204210

205211

206-
3 min read
212+
1 min read
207213

208214
</span>
209215
</footer>
@@ -215,26 +221,26 @@ <h2 class="post-card-title">Running Models in Parallel with dbt-trino</h2>
215221

216222
<article class="post-card ">
217223

218-
<a class="post-card-image-link" href="/depdendency-injection">
219-
<div class="post-card-image" style="background-image: url(/assets/built/images/spring/spring-3-logo.png)"></div>
224+
<a class="post-card-image-link" href="/variables">
225+
<div class="post-card-image" style="background-image: url(/assets/built/images/airflow/airflow.png)"></div>
220226
</a>
221227

222228
<div class="post-card-content">
223-
<a class="post-card-content-link" href="/depdendency-injection">
229+
<a class="post-card-content-link" href="/variables">
224230
<header class="post-card-header">
225231

226232

227233

228-
<span class="post-card-tags">Spring</span>
234+
<span class="post-card-tags">Airflow</span>
229235

230236

231237

232238

233-
<h2 class="post-card-title">Spring Dependency Injection, Component Scan</h2>
239+
<h2 class="post-card-title">Variables & Dag Parsing</h2>
234240
</header>
235241
<section class="post-card-excerpt">
236242

237-
<p>Spring의 의존관계 주입 방법과 Component Scan에 대해서 알아봅니다
243+
<p>Variables 사용 방법을 알아보고, Dag Parsing에서 그 이유를 살펴봅니다.
238244

239245
</p>
240246

@@ -254,7 +260,7 @@ <h2 class="post-card-title">Spring Dependency Injection, Component Scan</h2>
254260
<span class="reading-time">
255261

256262

257-
2 min read
263+
3 min read
258264

259265
</span>
260266
</footer>
@@ -393,6 +399,12 @@ <h2 class="post-card-title">Spring Dependency Injection, Component Scan</h2>
393399

394400

395401

402+
403+
404+
405+
406+
407+
396408

397409

398410

DBCP.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,10 @@ <h3 class="read-next-card-header-title"><a href="/tag/database/">Database</a></h
460460

461461

462462

463+
464+
465+
466+
463467

464468

465469

EXP-LOG-SUM.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,10 @@ <h3 class="read-next-card-header-title"><a href="/tag/database/">Database</a></h
419419

420420

421421

422+
423+
424+
425+
422426

423427

424428

KMP.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,6 +1901,10 @@ <h3 class="read-next-card-header-title"><a href="/tag/algorithm/">Algorithm</a><
19011901

19021902

19031903

1904+
1905+
1906+
1907+
19041908

19051909

19061910

Subtree.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,10 @@ <h3 class="read-next-card-header-title"><a href="/tag/algorithm/">Algorithm</a><
684684

685685

686686

687+
688+
689+
690+
687691

688692

689693

airflow1.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,17 @@ <h3 class="read-next-card-header-title"><a href="/tag/airflow/">Airflow</a></h3>
380380

381381

382382

383+
<li><a href="/pod-operator-400">KubernetesPodOperator에서 ApiException(400)의 발생하는 이유는?</a></li>
384+
385+
386+
387+
388+
389+
390+
391+
392+
393+
383394
<li><a href="/variables">Variables & Dag Parsing</a></li>
384395

385396

@@ -488,7 +499,7 @@ <h3 class="read-next-card-header-title"><a href="/tag/airflow/">Airflow</a></h3>
488499
<footer class="read-next-card-footer">
489500
<a href="/tag/airflow/">
490501

491-
See all 1 posts →
502+
See all 2 posts →
492503

493504
</a>
494505
</footer>

archive.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,31 @@ <h1 class="post-full-title">All Posts</h1>
177177
<div class="well article">
178178

179179

180-
<h2>2024</h2>
180+
<h2>2025</h2>
181181
<ul>
182182

183+
<li><span class="post-date">
184+
185+
2025-10-01 </span><a href="./pod-operator-400" target="_blank">KubernetesPodOperator에서 ApiException(400)의 발생하는 이유는?</a></li>
186+
187+
188+
189+
190+
191+
192+
<li><span class="post-date">
193+
194+
2025-03-15 </span><a href="./configmap-secret" target="_blank">ConfigMap과 Secret의 차이점</a></li>
195+
196+
197+
198+
199+
200+
</ul>
201+
<h3>2024</h3>
202+
<ul>
203+
204+
183205
<li><span class="post-date">
184206

185207
2024-11-08 </span><a href="./variables" target="_blank">Variables &amp; Dag Parsing</a></li>
19.7 KB
Loading
9.78 KB
Loading

atom.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@
77
https://gyuhoonk.github.io</link>
88

99

10+
<item>
11+
<title>KubernetesPodOperator에서 ApiException(400)의 발생하는 이유는?</title>
12+
13+
<description>&lt;ul&gt;
14+
&lt;li&gt;KubernetesPodOperator 사용 시 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;kubernetes.client.exceptions.ApiException: (400)&lt;/code&gt;이 발생하는 원인에 대해서 분석합니다.&lt;/li&gt;
15+
&lt;/ul&gt;
16+
17+
</description>
18+
19+
<pubDate>Wed, 01 Oct 2025 22:30:00 +0900</pubDate>
20+
<link>
21+
https://gyuhoonk.github.io/pod-operator-400</link>
22+
<guid isPermaLink="true">https://gyuhoonk.github.io/pod-operator-400</guid>
23+
</item>
24+
25+
26+
27+
<item>
28+
<title>ConfigMap과 Secret의 차이점</title>
29+
30+
<description>&lt;p&gt;ConfigMap과 Secret은 뭐가 다른걸까?&lt;/p&gt;
31+
32+
</description>
33+
34+
<pubDate>Sat, 15 Mar 2025 22:30:00 +0900</pubDate>
35+
<link>
36+
https://gyuhoonk.github.io/configmap-secret</link>
37+
<guid isPermaLink="true">https://gyuhoonk.github.io/configmap-secret</guid>
38+
</item>
39+
40+
41+
1042
<item>
1143
<title>Variables &amp; Dag Parsing</title>
1244

0 commit comments

Comments
 (0)