Containers

14 articles
Interview Preparation beginner

Docker Basics MCQ

1 What is Docker? A A virtual machine hypervisor B A platform for developing, shipping, and running applications in containers C A cloud …

Jun 28, 2026 Read more
Interview Preparation Advanced

Bash + Docker

Writing a Proper Docker Entrypoint Script #!/usr/bin/env bash set -euo pipefail # Wait for a dependency before starting the main process …

Jan 20, 2026 Read more
Interview Preparation Advanced

Linux for DevOps

Why Every DevOps Engineer Needs Real Linux Fundamentals Docker, Kubernetes, Terraform, and CI/CD runners are not separate from Linux — …

Jan 20, 2026 Read more
Courses Beginner

Why Kubernetes?

02 — Why Kubernetes? “Not everything that is faced can be changed, but nothing can be changed until it is faced.” The same is …

Jan 16, 2026 Read more
Courses Beginner

What is Kubernetes?

01 — What is Kubernetes? “Kubernetes is an open-source system for automating deployment, scaling, and management of containerized …

Jan 15, 2026 Read more
Courses Beginner

Module Introduction

Udemy Course: Kubernetes for Beginners to Advanced Author: DB · Category: DevOps & Cloud Native 📚 Topics in this Module # Topic 01 What …

Jan 15, 2026 Read more
Courses Beginner

Course Introduction

What You’ll Learn This course is designed for absolute beginners who want to master Kubernetes from scratch. You’ll understand …

Jan 15, 2026 Read more
Interview Preparation beginner

Kubernetes Basics MCQ

1 What is the smallest deployable unit in Kubernetes? A Container B Pod C Deployment D Node Explanation A Pod is the smallest deployable …

Jan 15, 2025 Read more