Home » Posts tagged Docker

How to install Kubernetes cluster on Centos

Kubernetes is a free open-source container orchestration engine or tool for automating deployment, scaling, and management of containerized applications. Google initially designed Kubernetes, but the Cloud Native Computing Foundation now maintains the project. Kubernetes automates functioning tasks of container administration and includes integral commands for deploying applications, rolling...
Continue reading

What is Dockefile? Create docker image for nodejs

In this tutorial you will learn what is Dockerfile and how to create docker image for nodejs application A Dockerfile is a text file that has a sequence of instructions commands on how to build your application image. It provisions a simple set of commands that you need...
Continue reading

What is a helm chart

What is a helm chart Helm uses a packaging format called charts. A chart is a collection of files that describe a related set of Kubernetes resources In other word the helm chart just a package manager like (linux package manager apt, dnf, yum,zypper) for kubernetes cluster. With...
Continue reading

Docker installation and configuration

Docker is an open source platform for system admins and developers to create, ship, and run apportioned applications. Docker permits you to execute applications inside containers, it provide OS (Operating System) level virtualization on Linux. Docker is developed to process your applications faster. It basically use system resource...
Continue reading

Categorized Tag Cloud