Browsing category

Linux

How To Install Kubernetes on CentOS 7, Ubuntu 18.04 / 16.04 & Debian 9

Kubernetes is an open-source Production-Grade container orchestration tool that helps to automate deploying, scaling, managing containerized applications. Google initially designed Kubernetes and now maintained by the Cloud Native Computing Foundation. You can call Kubernetes is a cluster manager for Docker, and it provides almost same functionalities that of Docker Swarm. With Kubernetes, you can deploy […]

How To Create Local YUM Repository on RHEL 8 using DVD

THIS DOCUMENT IS ALSO AVAILABLE FOR CentOS 7 / RHEL 7 Local YUM repository is the place where the rpm packages for Redhat or CentOS are stored and distributed to client servers for software installation and OS updates. This local repository lets you save internet bandwidth as well as the time for downloading packages from […]

How To Install Redis on CentOS 7 / RHEL 7 & Ubuntu 18.04 / Ubuntu 16.04

Redis is an open-source (BSD licensed), in-memory data structure store. It can be used as a database, cache and message broker. It supports different kinds of abstract data structures such as Strings, Hashes, Lists, Sets, sorted sets, hyperlogs, bitmaps, streams, and spatial indexes. This post explains to you how to install Redis on CentOS 7 […]