Build, Ship and Deploy static website with Docker

Building the static web app docker image, ship the image to Docker Hub and deploy app with Docker In this hands-on lab, we will try to build the docker image of static website, ship the image to Docker Hub and then deploy the app with Docker After going through this hands-on lab, you will gain […]

Unveiling Sidecar Containers in Kubernetes

To extend the functionality of the application container in the Kubernetes pod A Sidecar pattern can separate an application’s functionalities into different processes. With the help of the sidecar design pattern, we may expand the functionality of the main application  without modifying its codebase. From a software point of view, a sidecar is attached to a core application […]