Split header and quotes from content

This commit is contained in:
2020-06-08 15:54:09 +08:00
parent b2b433c08d
commit 99730489a6
20 changed files with 50 additions and 184 deletions

16
blog/content-006 Normal file
View File

@ -0,0 +1,16 @@
<header>
<h1>A Hit of Kubernetes</h1>
</header>
<p>The website is back online after almost several months. This post is just to show that I'm still alive and well. So, yeah. I tried Kubernetes for my Raspberry Pi. Specifically k3s. It didn't turn out great. Surprise surprise, containers and k8s really turns the concept of system administration on its head. What are charts? Why are kubectl and kubeadm separate commands? Why is everything hidden behind layers and layers of administration and configuration?</p>
<p>It is obvious that Kubernetes is a extremely powerful and revolutionary tool. What's even more obvious is that I'm completely unprepared for this. Well, the takeaway here is that I need to read more documentation and tutorials.</p>
<p>On a side note, I have moved the css stylesheet to a separate file to reduce the amount of HTML per page. Huzzah.</p>
<hr>
<p><div class="navbar">
<div><a href="blog-005">Prev</a></div>
<div><a href="blog-007">Next</a></div>
</div></p>