NGINX-Ingress-Controller-Kubernetes

How to Setup NGINX Ingress Controller in Kubernetes

Ingress is one of the important concepts in Kubernetes, which allows external users to access containerized application using FQDN (fully qualified domain name). Though Ingress is not enabled and installed by default in Kubernetes cluster. We must enable to this core concept using third party … Read more

Ansible-Jinja2-Templates

How to Use Jinja2 Template in Ansible Playbook

Jinja2 is a powerful and easy to use python-based templating engine that comes in handy in an IT environment with multiple servers where configurations vary every other time. Creating static configuration files for each of these nodes is tedious and may not be a viable … Read more

Install-OpenStack-CentOS8

How to Install OpenStack on CentOS 8 with Packstack

Openstack is a free and open-source private cloud software through which we can manage compute, network and storage resources of our data center with an ease using a single dashboard and via openstack cli commands. In this article we will demonstrate on how to install … Read more

How to Install Kubernetes Cluster on Ubuntu 20.04

In this post, we will cover how to install Kubernetes cluster on Ubuntu 20.04 step-by-step. By the end of this post, you will have a functional Kubernetes environment that can run and manage your containerized applications seamlessly. Kubernetes, often abbreviated as K8s, is a powerful … Read more

Memcached-CentOS8

How to Install Memcached on RHEL 8 / CentOS 8

Are you looking for easy guide on how to install memcached? The step-by-step guide on this page will show you how to install memcached on RHEL 8 / CentOS 8 stream. Memcached is a high-performance, opensource in-memory key-value caching service that comes in handy in … Read more