DevOps

A collection of 20 posts

From Monolith to Microservices - Chapter 1

From Monolith to Microservices - Chapter 1

3 min read

I got some free time to invest in learning about Kubernetes, I will talk about the courses you can find at kubernetes.io/training. Let's get started with introduction-to-Kubernetes. Learning Objectives:Explain what a monolith is.Discuss the monolith's challenges in the cloud.Explain the concept of microservices.Discuss microservices

Setting up the CI environment

Setting up the CI environment

3 min read

Now we will setup the CI for my intro page. ObstacleA push on any branch should trigger a build in Github Actions and test the latest push for any errors. We must make sure that new pushes against the branch will cancel the old one. For easy deployment, the frontend

Brief overview of this server

Brief overview of this server

3 min read

Hi! My third attempt on this server setup. Long nights spend figuring this whole programming environment out, but I guess for now I found a decent setup to keep my personal cloud growing.