Skip to content

Commit

Permalink
Update kuubernetes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LowyShin committed Jul 21, 2023
1 parent 4f2b018 commit b8748bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dic/k/kuubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Kubernetes(通称「k8s」)とは、コンテナ化したアプリケーションのデプロイ、スケーリングや管理を行うためのオープンソースのプラットフォームである。Dockerと同様にGo言語で開発されており、2023年現在において、Dockerと双璧をなすコンテナ技術として利用されている。

![image](https://github.com/LowyShin/KnowledgeBase/assets/20239203/af9f7517-74bc-401e-bcc6-d3bfef430cad)


## Kubernetesが開発された経緯

Kubernetesは、コンテナ化されたアプリケーションを大規模にデプロイし管理するという課題に対処するために開発された。Kubernetesが開発される以前は、コンテナを大規模にデプロイし管理することは、複雑で手動のプロセスであり、多くの労力と専門知識が必要だった。
Expand Down

0 comments on commit b8748bc

Please sign in to comment.