Category DevOps

How to Setup Jenkins Server in Ubuntu

How to Setup Jenkins Server in Ubuntu

Jenkins is an open-source automation server that helps developers build, test and deploy their software projects. It is a popular tool for continuous integration and continuous delivery (CI/CD) pipeline. Jenkins allows developers to automate the building, testing, and deployment of…

Kasm Workspaces | The Container Streaming Platform

What is Kasm Workspaces and its uses?

Kasm Workspace is a virtual workspace platform that allows users to securely access and collaborate on projects from any device with an internet connection. It is designed to be easy to use and highly secure, making it a popular choice…

How to deploy WordPress in the container?

How to deploy WordPress in the container?

In recent years, containerization has become an increasingly popular way to deploy applications. Containers provide a lightweight and portable way to run the software, making it easy to move applications between different environments and scale them as needed. One of…

How to setup Kuma in Linux

How to setup Kuma in Linux

Kuma is an open-source service mesh platform that can be used to monitor the availability and performance of applications running on Linux systems. In this article, we will look at how to set up Kuma on a Linux server. In…

Install Portainer with Docker on ubuntu 20.04

Install Portainer with Docker on ubuntu 20.04

From the previous article, we already saw how to set up a dedicated Docker Host In VirtualBox. Now this article will see how we can install the Portainer. Also will see why we need to use the Portainer. What is…