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

Kubernetes #290

Open
izzabizz5 opened this issue Sep 3, 2024 · 0 comments
Open

Kubernetes #290

izzabizz5 opened this issue Sep 3, 2024 · 0 comments

Comments

@izzabizz5
Copy link

Kubernetes is an open-source software that helps to containerize applications. It makes it easier to manage if a company uses a ton of applications, you can run them in containers.

  • It also takes cares of deploying a new container in case one goes down. So using Kubernetes provides less downtime than managing all of your own containers on your own
  • Highly scalable and provides load balancing so the network is not overrun.

image
The image above shows the development of how applications were run in a system

  • Traditional is just an application running on your computer
  • Virtualized shows an application running in a virtual machine
  • Containerized shows how one app can run in an isolated software, but not take up as many resources as a virtual machine does while still being isolated from the host machine

Overview of Kubernetes

izzabizz5 added a commit to izzabizz5/edtechjoker that referenced this issue Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant