Tag: Container

Container Conundrum? 6 Smart Solutions to Debugging in Kubernetes

Are you in the midst of the container conundrum? Don’t worry, we’ve got your back! Debugging in Kubernetes can be a tough nut to crack, but with these six smart solutions, you’ll unravel any mystery in no time. As a leading tech company, Skrots offers a range of services to tackle ...

Docker Container as Jenkins Agent

This article gives a walk through on the steps to set docker container as a Jenkins agent. Photo by Luca Bravo on Unsplash What if you are building a huge project which involves multiple scripts, multiple environment variables, multiple actions which has to be performed on a...

Proof of Concept (POC) on AWS Elastic Container Service (ECS) fronted By Application Load Balancer (ALB) and Storing Docker Images on Elastic Container Registry (ECR)

During this hands-on project, I delved into the intricate world of cloud architecture and deployment. My task revolved around the HumanGov application, which was to be modernized, containerized, and deployed onto the AWS Cloud environment. I started by creating necessary IAM roles, followed by initi...

Preparation, Docker Image Push and Deployment for Containerized Voting Application in Kubernetes Cluster using Docker, Azure Container Registry (ACR) and Azure Kubernetes Service (AKS)

In another project based on a real-world scenario, I had to act as a DevOps Engineer and show a new team member how to deploy an application on a Kubernetes cluster. This cluster is part of The Cloud Bootcamp project, and I prepared this new team member to deploy the voting application that was d...

Exploring Kubernetes 1.28 Sidecar Container Support

Introduction This article documents how to explore the latest sidecar container functionality in Kubernetes 1.28. Sidecar Container is a well-known and common design pattern in Kubernetes, where multiple containers are deployed inside a Pod. The Sidecar Container assists the main container in ...

Container Base Images: Debunking Myths and Setting Best Practices

If you’re leveraging container images, or as some refer to them, Docker images, the base on which they stand is crucial. Are you leveraging Debian, Ubuntu, CentOS, or another traditional Linux distribution? If so, we need to talk. A Brief Overview Traditional Linux Distribution Images...

Running Android Emulator in a Docker Container

Are you looking for a reliable and efficient solution for running an Android emulator for testing, debugging, and continuous integration/continuous deployment (CI/CD) in your development pipeline? In this blog post, we will not only explore the benefits of using a Docker container to run your And...

Streamlining Container Management with Docker Compose

Docker has revolutionized the way we package and deploy applications as containers, providing a consistent and efficient way to encapsulate applications and their dependencies. However, orchestrating multiple containers can be a challenging task. This is where Docker Compose comes into play. ...