
Docker container: Build images – Dockerfile 1
This tutorial will guide the reader to create a Docker image with apache web server running on a CentOS operating system. If you are new […]
This tutorial will guide the reader to create a Docker image with apache web server running on a CentOS operating system. If you are new […]
This tutorial is aimed to teach one how to install Docker in CentOS 9 base host, and to perform basic tasks. Quick Notes: You cannot […]
In this lab, we will work on setting up a Kafka environment, where a Producer and Consumer can communicate. Prerequisite: 2 computers/vm Minimal installtion of CentOS 7 […]
In situations where you want run a cluster of brokers, but do not have spare hosts, you may run multiple brokers nodes in the same […]
Kafka is a middle-ware application developed by Apache Foundation, used for building real-time data pipelines and streaming apps, which is scalable and has fault-tolerant capabilities. […]
In this tutorial we will be showing how to work with files stored in the host, such as reading the contents of the file, adding […]
Fabric is a Python library that can be used to execute shell commands remotely over SSH. This is a very helpful module that can be used […]
In this example we will first use Git CLI to upload source code to GitHub repository. Then we will use Jenkins which will check for […]
Tomcat is an application server that requires the jave (.jsp) and related files to be packaged in to a “.war” file before uploading then to […]
Tomcat is a web application server in which you can run Java applications, or in other words used to deploy your Java Servlets and JSPs. […]
Copyright © 2025 | WordPress Theme by MH Themes