Skip to content

Commit 949a181

Browse files
blog migrated
1 parent ace7bde commit 949a181

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: post
3+
title: "This blog is running on k8s now"
4+
date: 2020-06-30 17:07:00 -0700
5+
comments: true
6+
categories:
7+
---
8+
9+
This blog is now running on kubernetes on Google Kubernetes Engine. This is clearly an overkill for such a simple static web site, but I have many plans on trying things in GKE.
10+
11+
With the switch to GKE, I also made a few changes:
12+
13+
- Switched from Octopress to [hugo](https://gohugo.io/).
14+
- Set up Google [Cloud Build](https://cloud.google.com/cloud-build) as a CI/CD.
15+
- Switched the domain from GoDaddy to [domains.google](https://domains.google).
16+
17+
I was surprised how easy the switch was. Domain migrated in a few minutes, it was quite straightforward to follow the guides on configuring custom domain with certificate on GKE Ingress. Posts in markdown were (almost) compatible with Hugo.
18+
19+
There are still so much polishing left. But it's working and with hugo and new CD pipeline - easier for me to post. So worth switching now. Please comment if there are any issues.

0 commit comments

Comments
 (0)