@@ -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
0 commit comments