Category DevOps

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…

How to install the docker on Ubuntu

How to install the docker on Ubuntu

In today’s article, we won’t talk about much. This is a simple docker installation article. You just need to throw these commands in your Linux terminal and you are good to go. Your docker will be installed. Let’s see how…

Microservices vs Monolith: The Conclusive Comparison

Microservices vs Monolith: The Conclusive Comparison

Modern software required modern technology. To run modern architecture we cannot depend upon the old methodology. Already tech giants like Netflix, Amazon, and Oracle started using the microservices approach in building applications. With the help of microservices, we can develop…