Tag: virtualization

Crash blog to start with Kubernetes – Microservices, Docker and Kubernetes – Part2

In the previous blog post, we went directly into the installation and configuration of a Kubernetes cluster. In this one, we will get into some details into the fundamentals and some explanations. On of the challenging topic are Microservices, Docker, and Kubernetes. Microservices Microservices – A microservice can be referred to as an architecture style […]

Crash blog to start with Kubernetes – Installation and Configuration – Part1

I seen many tutorial where the publishers tried to explain many thing in details about Kubernetes which is important, however, I believe at some point we need to make our own reference and instead of going back to “crash course” and focus more on “crash blogs”. This blog post will focus about the installation of […]

Getting started with Terraform

Terraform is an open-source tool created by HashiCorp and it is written in Go programming language. Using Terraform allows us to define our infrastructure as a Code by using declarative language. It’s important to understand that Terraform language is declarative, which describes an intended goal rather than the steps to reach the goal. Once you […]