Day 5: Docker Zero to Hero Bangla Course (Module -5-Docker Compose & Volume Mounting) Add Comment Edit Install docker compose sudo curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(unam... Read More
Day 4 - Push Images to Docker Registry (Module-4 Docker Zero To Hero Bangla Course/Tutorial) 7 Comments Edit Pushing Docker images to Docker Hub involves a few steps, including creating a Docker Hub account, logging in to Docker Hub from the comma... Read More
Day-3: Connecting Docker Containers (Module-3- Docker Zero To Hero Bangla Course) Add Comment Edit Create a Common Network for PHP & MySQL container docker network create chatbot PHP Container At first clone this repo http... Read More
Day-2:Docker Zero To Hero Bangla Course (Module-2- Multistage Docker Images & Containers) Add Comment Edit Docker Architecture Docker Daemon (dockerd) : At the core of Docker's architecture is the Docker daemon, dockerd . It runs on the h... Read More
Docker Zero To Hero Bangla Course (Module-1- Getting Started with Docker) Add Comment Edit Docker Zero To Hero Bangla Course (Module-1- Getting Started with Docker) Docker is a platform that allows developers to package... Read More
[Interview] Turing DevOps Interview Questions & Solution Add Comment Edit Turing DevOps Interview Questions & Solution Download These Books to Get Turing Interview Solution ... Read More
How to Deploy Application In Kubernetes (Local Environment) Add Comment Edit Introduction: As the demand for scalable and containerized web applications grows, Kubernetes remains a popular choice for orchestrating... Read More
How to Install Kubernetes Easily in Your Local Environment Add Comment Edit Introduction: Are you eager to harness the power of Kubernetes for local development? Look no further! In this comprehensive guide, we... Read More
Covergo Senior Cloud Engineer Interview Test Solution Add Comment Edit Covergo Senior Cloud Engineer Interview Test Solution Notes: Please use Kind to create a local Kubernetes ... Read More
Brainstation23 DevOps Interview Task Solution Add Comment Edit Brainstation23 DevOps Engineering Project Challenge Task 1 Create a full project with code, deployment ya... Read More
How to Develop CI/CD pipelines & Deploy Application as a Docker Container to AWS EC2 ECR Add Comment Edit Repository: https://github.com/shawon100/aws-ec2-docker-python-ci-cd Install docker and docker compose on your ec2 machine For Ubuntu: su... Read More
[Interview] Kubernetes Quiz Solution of Turing Add Comment Edit Solution of Turing Kubernetes Quiz You are a DevOps at Turing. You want to open up a proxy port on localhost for Kubernetes cluster. Which... Read More