Skip to main content
This document describes the installation of Kubernetes, Docker or Containerd, Mongodb applications on RHEL (Red Hat Enterprise Linux) 8.4, 8.6 and 8.9 operating systems. It can also be applied to Rocky Linux 8.4, 8.6 and 8.9 distributions.
If possible, always use the latest version of your chosen operating system and install the latest versions of servers and packages to be installed with internet access.

File to Download

The instructions found in the next steps are also available in the relevant files and are shared here clearly for servers that may have limited internet access.We can use tar xvzf dosyaAdi.tar or tar xf dosyaAdi.tar commands to extract files.
First, to avoid automatic subscription error, go to the following line and set enabled 0.
net-tools package is installed only on Rhel-8.4 or Rhel-8.6.

Apinizer user is created

Firewall is turned off

SELinux is turned off

Let’s disable SELinux to prevent communication problems on servers.

Swap is disabled

Let’s disable swap to prevent communication problems on nodes. For this, the following steps are done. and the swap line in /etc/fstab file is deleted.

IP Tables setting

Then close the vi file (:wq).
Add the following content:

Changes are saved

br_netfilter Module is Loaded (→ Reboot)

Docker Installation (Only in RHEL 8.4 and 8.6 installations)

Before starting Docker installation, the following packages need to be deleted.

Containerd Installation (Only in RHEL 8.9 installation)

Kubernetes Installation

Go to apinizerOffline/kubernetes folder and run rpms.
(On Master and Worker Servers) Kubernetes images in .tar format are loaded to docker.
(On Master Node)
(On Master Node)

Loading Apinizer Images to Kubernetes (On Worker nodes)

MongoDB Installation

You can continue from MongoDB Installation on Red Hat Operating System document for MongoDB configurations after installation.

Elasticsearch Installation

Elasticsearch package is extracted to target folder.
After moving the installation file from its directory to /opt/elasticsearch/ folder, you can perform configurations from Elasticsearch Installation on Red Hat Operating System page.

Apinizer Installation

You can perform Apinizer installation from Apinizer Installation and Configuration page.