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?