Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions 01-Kubernetes-Architecture/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Kubernetes Architecture

## Step-01: Why Kubernetes?
<details>
<summary>Scalability</summary><br><b>
Kubernetes makes it easy to scale applications up or down by adding or removing containers as needed.
</b></details>
<details>
<summary>Portability</summary><br><b>
Kubernetes provides a platform-agnostic way of deploying and managing applications, making it easy to move applications between different environments, such as on-premise, cloud, or hybrid environments.
</b></details>
<details>
<summary>Automation</summary><br><b>
Kubernetes automates many tasks associated with deploying, scaling, and managing applications, such as rolling updates, self-healing, and resource management.
</b></details>
<details>
<summary>Flexibility</summary><br><b>
Kubernetes supports a wide range of application types and architectures, making it a flexible choice for organizations of all sizes and industries.
</b></details>
<details>
<summary>Large Ecosystem</summary><br><b>
Kubernetes has a large and growing ecosystem of extensions, tools, and services, making it easier to integrate with other technologies and build complex, multi-tiered applications.
</b></details>
<details>
<summary>Community Support</summary><br><b>
Kubernetes has a large and active community of contributors, users, and organizations, making it easier to find support, information, and resources when needed.
</b></details>
Overall, Kubernetes provides a comprehensive solution for managing and deploying containerized applications at scale, making it a popular choice for organizations looking to modernize their application development and deployment processes.

## Step-02: Kubernetes Architecture