Learning golang Those are my personal notes on my journey to learn go and is not a full tutorial, i assume that you have already installed go on your…
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…
jq: sed for JSON grep is the standard unix tool to filter text files and will remain the standard tool because of its speed and many examples available…
Ansible: inventory and configuration tips Ansible can execute commands in Linux hosts using ssh, powershell in Windows hosts and just plain bash commands when interacting with the…