|

Introduction to Kubernetes – A Beginner’s Guide

Kubernetes or k8s is a very popular and a must know tool for anyone in DevOps. It is a container orchestration tool maintained by CNCF (Cloud Native Computing Foundation). In todays world when all the companies are moving away from monolithic applications and transforming their applications into loosely coupled or decoupled microservices and deploying those…

Vagrant – A complete beginner’s guide

Introduction This article is a complete beginner’s guide to Vagrant. Vagrant is an open-source free tool for building and managing virtual machine environments in a single workflow. Once you install Vagrant, it provides a command line client tool “vagrant” to quickly set up virtual machines using virtual machine providers like Oracle VM Virtual Box, Hyper-V,…