Easily Learn YAML for Kubernetes

Let’s talk about how YAML configuration file can be used to deploy Kubernetes POD’S. Kubernetes uses YAML files as inputs for creation of objects such as POD’S, Replicas, Services etc.. They all follow a similar structure, A Kubernetes definition file…

Basic Kubernetes Concepts & How to install it ?

Pods: Kubernetes does not deploy containers directly on the node. Kubernetes encapsulates the containers into an object known as PODS. A pod is a single instance of an application. A pod is the smallest object you can create in Kubernetes.…

How to easily create your own docker image

in case, if you are developing an application & decide to run it as container or if you want to install something as a container that is not available on docker hub, then you would have to create your own…

Deploying our First application with Docker

We are going to deploy the Voting app using Docker. It has to be noted, that this application is not written by me & I am simply using an app that is available in GitHub. The application is available on…

Understand basics of Docker Engine

Docker Engine as we discussed before is simply referred to a host with docker installed on it. When we install docker on a machine, three different components are installed. The docker Deamon is a background process that manages such as…

Simple Explanation of docker Registry

Docker images are stored in the docker registry. When we run a docker command line docker run ngnix the image is being pulled from the docker.io library By default, the library prefix is used indicating an official docker Hub image. However, there…

All you need to know about docker storage & networking

Docker Storage: When you install docker on a machine it creates a folder structure under This will have multiple sub folder. all the files related to containers are stored under /var/lib/docker/containers & all the files related to images are stored…

error: Content is protected !!