3sky's notes

Minimal blog about IT

Go app on Kubernetes from scrach

2020-08-20 6 min read 3sky
Welcome I like GitHub Actions, I like Kubernetes and I want to learn more about Helm. So maybe I should join these tools and make a smooth pipeline? Why not? Also, I switched to Fedora, and that’s a great moment to checkout Podman in action. No time to wait, let’s go. Tools used in this episode GitHub Action Podman Kubernetes Terraform Helm GCP A bit of Golang :) Build the app The first step is building a small app. Continue reading

Clojure app on Google Cloud Run

2020-03-18 11 min read 3sky
Welcome I want to create a small pipeline based on GCP Run and GitHub Action. Also increasing skills while #statathome is the best possible solution for spending time. Let’s make some real stuff. Tools used in this episode Google Cloud Platform Terraform Docker Clojure Github Action Google Cloud Platform Why Google Cloud Platform I like Web GUI, command-line tools, GKE. I also have some credits to use. Cloud Run is very nice and cheap for a one-docker small app. Continue reading

Build static blog on GitHub Pages #1

2020-02-24 7 min read 3sky
Welcome Everyone sometimes thinks about personal website. Nothing fancy, just static content with clever topics… sounds easy, isn’t it? The only problem is how to host this page and how to do it fast (and as cheap as is possible). So where comes GitHub Page. The main reason why I choose this solution is the price and domain. 3sky.github.io will look cool, almost professional. The question is why I will do it harder than it’s recommended? Continue reading