Top 50 Azure DevOps interview questions and answers

1) What is DevOps? DevOps is Development and Operation’s Collaboration, it’s a Union of 3Ps – Process, People and Product (working Product) that enable continuous integration and continuous delivery of…

Read more »

Docker Tutorials: Docker Command line Reference | Docker Tutorial | Docker Guide

One liner to stop all of Docker containers: > docker stop $(docker ps -a -q)   One liner to remove all of Docker containers: > docker rm $(docker ps -a…

Read more »

Docker Tutorials: What are the Advantage of Docker Containerization?

What is Docker? Docker is an open-source platform that uses developing, shipping and running containers. Docker’s workflow makes development, testing, and deployment much easier and much faster. Docker for real-world…

Read more »

Docker Tutorials: Detached (-d) mode in Docker – Explained

We use Docker detached mode (-d) when we want to connect to the container in an interactive mode or we can say when we just want application to be running…

Read more »

Complete Hashicorp Nomad Certification Guide & tutorials

What is Hashicorp Nomad? Hashicorp Nomad was introduced in November 2012 and the fouder is Noah Dentzel Brian Hahn Adam Miller. Nomad is a flexible scheduler and workload orchestrator that…

Read more »

Top 50 traefik Interview Questions & Answer

1) What is Traefik software? Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components (Docker,…

Read more »

Top 50 Envoy interview questions and answers

1) What is Envoy software used for? Envoy’s workplace platform has redefined how companies welcome visitors, keep employees safe, book desks and conference rooms, and manage deliveries in over 14,000…

Read more »

How to Setup Docker Registry/Repository on Jfrog Artifactory Pro On-Prem?

The Docker client limitations: You cannot use a context path when providing the registry path (e.g localhost:8082/artifactory is not valid) Docker will only send basic HTTP authentication when working against…

Read more »

What is Docker? Benefits of Using Docker?

Docker, an open-source technology containerization tools that use OS-level virtualization to deliver software in packages called containers. Docker designed to make it easier to create, deploy, and run applications by…

Read more »
kuberentes-faq

Kubernetes FAQ

Question 1 – Add containers to a Kubernetes pod on runtime or Allow containers to be added to a running pod Answer: Adding or removing containers to a pod is…

Read more »

Kubernetes supports Windows containers

With the release of Kubernetes v1.14, Windows Server node support has officially graduated from beta to stable! This support enables developers and operators with Windows Server based applications to containerize…

Read more »

How to check Containers readiness inside a pod using readinessProbe?

A Probe is a diagnostic performed periodically by the kubelet on a Container. To perform a diagnostic, the kubelet calls a Handler implemented by the Container. There are three types…

Read more »

How to troubleshoot Docker Server(daemon) and Containers?

How to troubleshoot Docker Server(daemon) and Containers? There are following way using troubleshooting of Docker Server and Containers can be done. If you are running your container in -d (detached…

Read more »

Introduction of containers services at Amazon AWS

Here are the following Services which is offered by AWS at present which will help you to onboarding Containers on AWS platforms. Amazon Elasitc Container Services (ECS) Amazon Elasitc Container…

Read more »