$ grep -rn "#Kubernetes" ./posts

Kubernetes: common pod operations

In this article i will show you how to create pods from the command line in kubernetes, to avoid extensive complexity and focus only to the……

Kubernetes: How to Create a deployment

In this article, I will show you how to create a straightforward Kubernetes deployment! to make things simple; the deployment will be……

Create a kubernetes cluster

This tutorial has been tested with an ubuntu 18.04 distribution and its purpose is to create a controller host and any number of worker……

Kubernates: An architectural overview

Kubernates is composed by a set of processes running on machines of a network that can communicate each other, those processes can divided……