From fd467efa1aa5e90fb11af714fa25af86bb759a2a Mon Sep 17 00:00:00 2001
From: Raihan <69002087+Raihan11x@users.noreply.github.com>
Date: Fri, 4 Aug 2023 17:41:29 +0100
Subject: [PATCH] add kubernetes q&a to README.md
---
README.md | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 64b687d..8241af6 100644
--- a/README.md
+++ b/README.md
@@ -1212,8 +1212,30 @@ Advanced:
Container Orchestration (Kubernetes = K8s):
-- What is Kubernetes?
-- What problems does Kubernetes solve?
+
+What is Kubernetes?
+
+Kubernetes is a container orchestration tool that is used for automating the tasks of managing, monitoring, scaling, and deploying containerized applications. It creates groups of containers that can be logically discovered and managed for easy operations on containers.
+
+
+
+
+- What problems does Kubernetes solve?
+
+Content HERE
+
+
+
+
+- What are the benefits of Kubernetes?
+
+Automatic scheduling
+Automated rollback
+Horizontal scaling
+Auto-healing capabilities
+
+
+
- What is the difference between Docker and K8s?
- What is a Pod and what does it do?
- How can containers within a pod communicate with each other?