How to configure Kubernetes on Linux.

Kubernetes is a tool for managing Docker containers at scale on on-premise server or across hybrid cloud environments.It is provided with Kubernetes to help users install a production ready Kubernetes cluster.In Kubernetes cluster.we needs a minimum of two nodes – a master node and a worker node. Install Kubernetes & Contianer Install kubernetes & container …

How to Install Kubernetes & Container Runtime on Ubuntu 20.04 LTS.

Kubernetes is a tool for managing Docker containers at scale on on-premise server or across hybrid cloud environments. It is provided with Kubernetes to help users to install a production ready Kubernetes cluster. In Kubernetes cluster. we needs a minimum of two nodes – a master node and a worker node. Master: It is a …

How to Connect One Container to Another Container in Linux

Docker is a open-source platform. We can create, modify, push & pull the images. It is used for developing, shipping, and running applications. It is a platform that enables developers to build, deploy, run, update, and stop containers using simple commands. Install Docker & Create a Docker Image We can install docker so click on …

How to Create & Configure Shell Script file in Linux.

Shell Scripting is an open-source system program designed to be run by the Unix/Linux shell.It is a program to write a lines of commands for the shell to execute. A shell script or sh-file is between a single command and a small program.We have multiples shell command & running multiple commands together.It is used for …

How to install git & configure git with github on Ubuntu 20.04

Git is a open-source packages & distributed version control system.It provides to handle everything from small to very large projects with speed and efficiency.Using git,we can push & pull all the files & folders from github.Github is a platform where we can create repository & upload the files & folder from local machine to github …