Skip to content

Commit a65062f

Browse files
author
github-actions
committed
Deploy website updates with GitHub Actions: 3abf1c2
1 parent ac03c45 commit a65062f

File tree

15 files changed

+41
-15
lines changed

15 files changed

+41
-15
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ <h1>kkumtree</h1>
106106

107107
</ul>
108108
<p><u class=" timedisplay" style="text-decoration-style: dotted;">2024-09-02T00:33:19&#43;09:00</u></p>
109-
<p>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
109+
<p>Helm 설치 추가
110+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
110111
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
111112
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
112113
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

index.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<pubDate>Mon, 02 Sep 2024 00:33:19 +0900</pubDate>
1414

1515
<guid>https://blog.minseong.xyz/post/kans-2w-kind-installation-on-linux/</guid>
16-
<description>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
16+
<description>Helm 설치 추가
17+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
1718
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
1819
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
1920
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

post/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ <h1>Posts</h1>
105105

106106
</ul>
107107
<p><u class=" timedisplay" style="text-decoration-style: dotted;">2024-09-02T00:33:19&#43;09:00</u></p>
108-
<p>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
108+
<p>Helm 설치 추가
109+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
109110
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
110111
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
111112
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

post/index.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<pubDate>Mon, 02 Sep 2024 00:33:19 +0900</pubDate>
1414

1515
<guid>https://blog.minseong.xyz/post/kans-2w-kind-installation-on-linux/</guid>
16-
<description>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
16+
<description>Helm 설치 추가
17+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
1718
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
1819
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
1920
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

post/kans-2w-kind-installation-on-linux/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ <h2>리눅스에 KIND 설치하기 w/golang</h2>
130130
</section>
131131
<section class="p-strip">
132132
<div class="row">
133-
<p><a href="https://gasidaseo.notion.site/24-3-df0466c474ff40528e37b24bfdfe9d0f">CloudNet@</a>에서 진행하고 있는 <strong>K</strong>8s <strong>A</strong>dvanced <strong>N</strong>etwork <strong>S</strong>tudy(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.</p>
133+
<blockquote>
134+
<p>Helm 설치 추가</p>
135+
</blockquote>
136+
<p><a href="https://gasidaseo.notion.site/24-3-df0466c474ff40528e37b24bfdfe9d0f">CloudNet@</a>에서 진행하고 있는 <strong>K</strong>8s <strong>A</strong>dvanced <strong>N</strong>etwork <strong>S</strong>tudy(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.</p>
134137
<p>이번에는 kind(<strong>K</strong>ubernetes <strong>IN</strong> <strong>D</strong>ocker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.</p>
135138
<h2 id="1-kind란">1. KIND란?</h2>
136139
<ul>
@@ -241,6 +244,15 @@ <h2 id="2-kind-설치하기">2. KIND 설치하기</h2>
241244
전에 다른 분이 알록달록 잘 쓰셔서 한 번 설치해보았습니다.</li>
242245
</ul>
243246
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>sudo snap install k9s
247+
</span></span></code></pre></div><ul>
248+
<li>helm: <a href="https://helm.sh/docs/intro/install/#from-apt-debianubuntu">Helm Docs #From Apt (Debian/Ubuntu)</a>.<br>
249+
k8s를 편하게 쓰고자하는 일종의 레포지토리입니다.</li>
250+
</ul>
251+
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg &gt; /dev/null
252+
</span></span><span style="display:flex;"><span><span style="color:#75715e"># sudo apt-get install apt-transport-https --yes # Use If error occurs</span>
253+
</span></span><span style="display:flex;"><span>echo <span style="color:#e6db74">&#34;deb [arch=</span><span style="color:#66d9ef">$(</span>dpkg --print-architecture<span style="color:#66d9ef">)</span><span style="color:#e6db74"> signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main&#34;</span> | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
254+
</span></span><span style="display:flex;"><span>sudo apt-get update
255+
</span></span><span style="display:flex;"><span>sudo apt-get install helm
244256
</span></span></code></pre></div>
245257
</div>
246258
</section>

tags/golang/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ <h1>golang</h1>
105105

106106
</ul>
107107
<p><u class=" timedisplay" style="text-decoration-style: dotted;">2024-09-02T00:33:19&#43;09:00</u></p>
108-
<p>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
108+
<p>Helm 설치 추가
109+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
109110
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
110111
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
111112
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

tags/golang/index.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<pubDate>Mon, 02 Sep 2024 00:33:19 +0900</pubDate>
1414

1515
<guid>https://blog.minseong.xyz/post/kans-2w-kind-installation-on-linux/</guid>
16-
<description>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
16+
<description>Helm 설치 추가
17+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
1718
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
1819
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
1920
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

tags/installation/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ <h1>installation</h1>
105105

106106
</ul>
107107
<p><u class=" timedisplay" style="text-decoration-style: dotted;">2024-09-02T00:33:19&#43;09:00</u></p>
108-
<p>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
108+
<p>Helm 설치 추가
109+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
109110
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
110111
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
111112
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

tags/installation/index.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<pubDate>Mon, 02 Sep 2024 00:33:19 +0900</pubDate>
1414

1515
<guid>https://blog.minseong.xyz/post/kans-2w-kind-installation-on-linux/</guid>
16-
<description>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
16+
<description>Helm 설치 추가
17+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
1718
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
1819
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
1920
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

tags/kans/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ <h1>kans</h1>
105105

106106
</ul>
107107
<p><u class=" timedisplay" style="text-decoration-style: dotted;">2024-09-02T00:33:19&#43;09:00</u></p>
108-
<p>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
108+
<p>Helm 설치 추가
109+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
109110
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
110111
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
111112
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

tags/kans/index.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<pubDate>Mon, 02 Sep 2024 00:33:19 +0900</pubDate>
1414

1515
<guid>https://blog.minseong.xyz/post/kans-2w-kind-installation-on-linux/</guid>
16-
<description>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
16+
<description>Helm 설치 추가
17+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
1718
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
1819
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
1920
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

tags/kind/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ <h1>kind</h1>
105105

106106
</ul>
107107
<p><u class=" timedisplay" style="text-decoration-style: dotted;">2024-09-02T00:33:19&#43;09:00</u></p>
108-
<p>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
108+
<p>Helm 설치 추가
109+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
109110
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
110111
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
111112
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

tags/kind/index.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<pubDate>Mon, 02 Sep 2024 00:33:19 +0900</pubDate>
1414

1515
<guid>https://blog.minseong.xyz/post/kans-2w-kind-installation-on-linux/</guid>
16-
<description>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
16+
<description>Helm 설치 추가
17+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
1718
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
1819
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
1920
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

tags/kubernetes/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ <h1>kubernetes</h1>
105105

106106
</ul>
107107
<p><u class=" timedisplay" style="text-decoration-style: dotted;">2024-09-02T00:33:19&#43;09:00</u></p>
108-
<p>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
108+
<p>Helm 설치 추가
109+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
109110
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
110111
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
111112
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

tags/kubernetes/index.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<pubDate>Mon, 02 Sep 2024 00:33:19 +0900</pubDate>
1414

1515
<guid>https://blog.minseong.xyz/post/kans-2w-kind-installation-on-linux/</guid>
16-
<description>CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
16+
<description>Helm 설치 추가
17+
CloudNet@에서 진행하고 있는 K8s Advanced Network Study(이하, KANS)에 참여하게 되면서 기록을 남기고 있습니다.
1718
이번에는 kind(Kubernetes IN Docker)를 Golang을 통해 설치하면서 약간의 소?란이 있었던 부분만 다룹니다.
1819
1. KIND란? 아래 사진으로 대체합니다. 자세한 내용은 Docs/Initial_design에서 볼수 있습니다. 2. KIND 설치하기 Docs/Quick-start를 참고합니다. Linux의 경우, 패키지 관리자 설치가 없어 바이너리, 혹은 소스로 설치해야 합니다.
1920
아래 두 문장에 뭔가 발동하여 Go 언어로 설치를 해보기로 했습니다.

0 commit comments

Comments
 (0)