0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Docker と Kubernetesの簡単な違い

Last updated at Posted at 2023-09-27

DevOps, フルスタックエンジニアになりたい人は理解していた方がいい内容

DockerとKubernetesの違い:

docker 

コンテナー
外部アクセスできない
アプリケーションをコンテナへ分離する役割をするよ。

Kubernetes 

クレーン、ブレインのようなもの
Kubernetes上にdockerを置くことで外部アクセス出来るようになる。

補足
AWSでは、Kubernetes を Amazon ECS に置き換えて、AWS クラウドで Docker コンテナを実行できます。

おすすめ参照
https://www.youtube.com/watch?v=3c_sN3BaSwU&ab_channel=CSCareerKaizen%E3%82%A4%E3%83%B3%E3%83%95%E3%83%A9CloudDevOps%E3%82%B9%E3%82%AF%E3%83%BC%E3%83%AB%E5%AD%A6%E9%95%B7

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?