Loading...

Kubernetes scenario-based questions

I. Core Kubernetes Concepts (50 Questions) A. Pods & Containers (10 Questions) 1. CrashLoopBackOff: A critical Pod is repeatedly restarting with CrashLoopBackOff. Describe your step-by-step debugging process. 2. ImagePullBackOff: A [ … ]

Kubernetes

1. Kubernetes Basics: ● Pods: Smallest deployable units in Kubernetes that can hold one or multiple containers. ● Nodes: Worker machines in Kubernetes. ● Clusters: A set of worker machines, [ … ]

GIT Interview Q/A

1. What is Distributed Control System? Ans: We work in our local machine and later we transfer the code to Centralized repository (GitHub). We don’t need to connect to centralized [ … ]

GitHub Interview Q/A

📌 Section 1: Basics Q1. What is Git? Answer: Git is a distributed version control system (DVCS) that helps track code changes, collaborate with teams, roll back to older versions, [ … ]

AWS Interview Questions Phase 7

AWS OpsWorks, AWS KMS 1. How is AWS OpsWorks different than AWS CloudFormation? Ans: OpsWorks and CloudFormation both support application modelling, deployment, configuration, management and related activities. Both support a [ … ]