There are various ready-made implementations of Kubernetes (K8S) cluster, for example: Using one of the ready-made implementations is a quick and reliable way to deploy the Docker container orchestration system. However, we will consider manually creating a Kubernetes cluster of 3 nodes – one master (for management) and two worker nodes (for running containers). To […]
Tag: docker
How to Install Gitlab CI on docker-compose
In this tutorial, we’ll look at how to quickly set up your GitLab server on Docker containers behind an NGINX reverse proxy. It is assumed that you already have the Docker and Compose application containerization engine installed, as well as the NGINX reverse proxy server. The GitLab server will be available at gitlab.automationtools.me. Also, do […]
Running Elastic stack (ELK) in Docker containers with Docker Compose
The Elastic Stack (ELK) consists of 3 open source components that work together to implement log collection, analysis, and visualization. The 3 main components are: Elasticsearch is the core of the Elastic software. It is a search and analytical mechanism. Its job in the Elastic stack is to store incoming logs from Logstash and provide […]
How to run Netbox IPAM in Docker containers
Running Netbox in Docker containers is very easy as it avoids the tedious installation of dependencies like Python, Django, etc. Before you get started, make sure your system is up to date and has the necessary packages installed. 1. Install Docker and Docker-Compose on Linux Then add your system user to the docker group to […]