How to Install Kubernetes on Ubuntu 18.04
Introduction
Kubernetes is an open source platform for managing container technologies such as Docker.
Docker lets you create containers for a pre-configured image and application. Kubernetes provides the next step, allowing you to balance loads between containers and run multiple containers across multiple systems.
This guide will walk...
How To Install and Use Docker on Ubuntu 20.04
Docker is an application that simplifies the process of managing application processes in containers. Containers let you run your applications in resource-isolated processes. They’re similar to virtual machines, but containers are more portable, more resource-friendly, and more dependent on the host operating system.
For a detailed introduction...
How to Install and Configure GitLab on CentOS 7
GitLab is a web-based open-source Git repository manager written in Ruby including wiki, issue management, code review, monitoring, and continuous integration and deployment. It enables developers to build, deploy and run their applications.
There are three different editions of GitLab available, Community Edition (CE), Enterprise Edition (EE),...
Install Mattermost Server on CentOS 8|RHEL 8
In this guide, we’ll explore how to install Mattermost on CentOS 8|RHEL 8 with Nginx as reverse proxy. Mattermost is free and open-source online team collaboration and chat platform with hundreds of existing integrations from Mattermost and the community. This enables you to build out custom workflows that scale to tens of thousands of concurrent...
Install LEMP on CentOS 7
A LEMP software stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the ENginx web server (which replaces the Apache component of a LAMP stack). The site data is stored in a...
How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7
In this guide, we’ll get a LEMP stack with PHP 7.4 installed on a CentOS 7 server, using MariaDB as the database management system. MariaDB works as a drop-in replacement for the original MySQL server, which in practice means you can switch to MariaDB without having to make any configuration or code changes in your application.