Docker

How To Set Up the Eclipse Theia Cloud IDE Platform on Ubuntu 18.04 — step-by-step Docker tutorial on Progressive Robot

How To Set Up the Eclipse Theia Cloud IDE Platform on Ubuntu 18.04

Eclipse Theia is an extensible cloud IDE running on a remote server and accessible from a web browser. In this tutorial, you’ll deploy Eclipse Theia to your Ubuntu 18.04 server using Docker Compose, a container orchestration tool. You’ll expose it at your domain using nginx-proxy, an automated system for Docker that simplifies the process of configuring Nginx to serve as a reverse proxy for a container.

Read more
The Docker Ecosystem: An Introduction to Common Components — step-by-step Docker tutorial on Progressive Robot

The Docker Ecosystem: An Introduction to Common Components

Docker, a containerization platform developed to simplify and standardize deployment in various environments, was largely instrumental in spurring the adoption of applications and services that can be easily deployed to distributed systems. A large amount of software has been created to build on this ecosystem of distributed container management, and this tutorial will go over the most common of these components.

Read more
3 Tips for Naming Docker Containers — step-by-step Docker tutorial on Progressive Robot

3 Tips for Naming Docker Containers

When you create a Docker container, it is assigned a universally unique identifier or UUID. These are essential to avoiding naming conflicts and promoting automation without human intervention. They effectively identify containers to the host and network. However, they take more…

Read more
Kubernetes Dominance

Kubernetes Dominance: Revolutionizing Container Orchestration for Scalable Microservices in Cluster Environments

In the rapidly evolving landscape of cloud computing, Kubernetes has emerged as the undisputed champion in container orchestration. With its robust capabilities, Kubernetes plays a pivotal role in managing and scaling microservices-based applications within clusters. This article delves into the reasons behind Kubernetes’ dominance and its transformative impact on modern application deployment, highlighting its role in orchestrating containerized workloads seamlessly.

Read more
CHAT